|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.History
public class History
The History class stores the concept history information.
Field Summary | |
---|---|
private java.lang.String |
editAction
Specifies the edit action. |
private java.util.Date |
editActionDate
Specifies the edit action date |
private java.lang.Integer |
namespaceId
The namespaceId is used to identify a set of concepts within a terminology such as the NCI Thesaurus. |
private java.lang.String |
referenceCode
Specifies the concept code that was effected due to this edit action |
private static long |
serialVersionUID
An attribute to allow serialization of the domain objects |
Constructor Summary | |
---|---|
History()
|
Method Summary | |
---|---|
java.lang.String |
getEditAction()
Retreives the value of editAction attribue |
java.util.Date |
getEditActionDate()
Retreives the value of editActionDate attribue |
java.lang.Integer |
getNamespaceId()
Retreives the value of namespaceId attribue |
java.lang.String |
getReferenceCode()
Retreives the value of referenceCode attribue |
void |
setEditAction(java.lang.String editAction)
Sets the value of editAction attribue |
void |
setEditActionDate(java.util.Date editActionDate)
Sets the value of editActionDate attribue |
void |
setNamespaceId(java.lang.Integer namespaceId)
Sets the value of namespaceId attribue |
void |
setReferenceCode(java.lang.String referenceCode)
Sets the value of referenceCode attribue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private java.lang.String editAction
private java.util.Date editActionDate
private java.lang.Integer namespaceId
private java.lang.String referenceCode
Constructor Detail |
---|
public History()
Method Detail |
---|
public java.lang.String getEditAction()
public void setEditAction(java.lang.String editAction)
public java.util.Date getEditActionDate()
public void setEditActionDate(java.util.Date editActionDate)
public java.lang.Integer getNamespaceId()
public void setNamespaceId(java.lang.Integer namespaceId)
public java.lang.String getReferenceCode()
public void setReferenceCode(java.lang.String referenceCode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |