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

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
 

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



Copyright © 2007 National Cancer Institute (NCI). All Rights Reserved.