gov.nih.nci.evs.domain
Class History

java.lang.Object
  extended by gov.nih.nci.evs.domain.History
All Implemented Interfaces:
java.io.Serializable

public class History
extends java.lang.Object
implements java.io.Serializable

The History class stores the concept history information.

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
An attribute to allow serialization of the domain objects

See Also:
Constant Field Values

editAction

private java.lang.String editAction
Specifies the edit action.


editActionDate

private java.util.Date editActionDate
Specifies the edit action date


namespaceId

private java.lang.Integer namespaceId
The namespaceId is used to identify a set of concepts within a terminology such as the NCI Thesaurus.


referenceCode

private java.lang.String referenceCode
Specifies the concept code that was effected due to this edit action

Constructor Detail

History

public History()
Method Detail

getEditAction

public java.lang.String getEditAction()
Retreives the value of editAction attribue

Returns:
editAction

setEditAction

public void setEditAction(java.lang.String editAction)
Sets the value of editAction attribue


getEditActionDate

public java.util.Date getEditActionDate()
Retreives the value of editActionDate attribue

Returns:
editActionDate

setEditActionDate

public void setEditActionDate(java.util.Date editActionDate)
Sets the value of editActionDate attribue


getNamespaceId

public java.lang.Integer getNamespaceId()
Retreives the value of namespaceId attribue

Returns:
namespaceId

setNamespaceId

public void setNamespaceId(java.lang.Integer namespaceId)
Sets the value of namespaceId attribue


getReferenceCode

public java.lang.String getReferenceCode()
Retreives the value of referenceCode attribue

Returns:
referenceCode

setReferenceCode

public void setReferenceCode(java.lang.String referenceCode)
Sets the value of referenceCode attribue



This API was generated by the caCORE Software Development Kit.