gov.nih.nci.lexbig.ext
Class ConceptHistory

java.lang.Object
  extended by gov.nih.nci.lexbig.ext.ConceptHistory
All Implemented Interfaces:
java.io.Serializable

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

ConceptHistory

Since:
DLBExt 1.0
Version:
1.0
Author:
Northrop Grumman Information Technology
See Also:
Serialized Form

Constructor Summary
ConceptHistory()
          Default constructor
 
Method Summary
 void addEditActionDate(EditActionDate editactiondate)
          Adds an element to editactiondate_vec
 java.lang.String getCode()
          Gets code
 java.sql.Date getCreationDate()
          Gets creationDate
 java.util.Vector getEditActionDates()
          Gets EditActionDate
 boolean getIsRetired()
          Gets isRetired
 java.lang.String getName()
          Gets name
 int getNamespaceId()
          Gets the namespaceId of the Concept.
 void setCode(java.lang.String code)
          Assigns code value
 void setCreationDate(java.sql.Date creationDate)
          Assigns creation date value
 void setIsRetired(boolean isRetired)
          Assigns isRetired value
 void setName(java.lang.String name)
          Assigns namecode value
 void setNamespaceId(int namespaceId)
          Assigns namespaceId value
 org.w3c.dom.Document toDOM()
          Gets a XML Document representation of the ConceptHistory object.
 java.lang.String toString()
          Gets a String representation of the ConceptHistory object.
 java.lang.String toXML()
          Gets a String representation of a ConceptHistory object in XML format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConceptHistory

public ConceptHistory()
Default constructor

Method Detail

setCode

public void setCode(java.lang.String code)
Assigns code value

Parameters:
code - concept code

setName

public void setName(java.lang.String name)
Assigns namecode value

Parameters:
name - concept name

setNamespaceId

public void setNamespaceId(int namespaceId)
Assigns namespaceId value

Parameters:
namespaceId - namespace id

setCreationDate

public void setCreationDate(java.sql.Date creationDate)
Assigns creation date value

Parameters:
creationDate - creation date of a concept

setIsRetired

public void setIsRetired(boolean isRetired)
Assigns isRetired value

Parameters:
isRetired - a boolean variable, true if the concept has been retired; false, otherwise

addEditActionDate

public void addEditActionDate(EditActionDate editactiondate)
Adds an element to editactiondate_vec

Parameters:
editactiondate - an EditActionDate instance

getCode

public java.lang.String getCode()
Gets code

Returns:
code

getName

public java.lang.String getName()
Gets name

Returns:
name

getNamespaceId

public int getNamespaceId()
Gets the namespaceId of the Concept.

Returns:
the code of the Concept instance.
Since:
LexRPC 1.3.3

getCreationDate

public java.sql.Date getCreationDate()
Gets creationDate

Returns:
creationDate

getIsRetired

public boolean getIsRetired()
Gets isRetired

Returns:
isRetired

getEditActionDates

public java.util.Vector getEditActionDates()
Gets EditActionDate

Returns:
EditActionDate

toXML

public java.lang.String toXML()
Gets a String representation of a ConceptHistory object in XML format.

Returns:
a String representation of a ConceptHistory object in XML format

toString

public java.lang.String toString()
Gets a String representation of the ConceptHistory object.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of the ConceptHistory object

toDOM

public org.w3c.dom.Document toDOM()
Gets a XML Document representation of the ConceptHistory object.

Returns:
a XML Document representation of the ConceptHistory object


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