public class Reference extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
Reference() |
Reference(String log_id,
String ref,
String title,
String refT) |
Modifier and Type | Method and Description |
---|---|
String |
getLog_identifier() |
String |
getReference() |
String |
getReferenceType() |
String |
getTitle() |
void |
setLog_identifier(String log_identifier) |
void |
setReference(String reference) |
void |
setReferenceType(String refType) |
void |
setTitle(String title) |
public String getReferenceType()
public void setReferenceType(String refType)
refType,
- the refType to setpublic String getLog_identifier()
public void setLog_identifier(String log_identifier)
log_identifier,
- the log_identifier to setpublic String getReference()
public void setReference(String reference)
reference,
- the reference to setpublic String getTitle()
public void setTitle(String title)
title,
- the title to setCopyright © 2019. All rights reserved.