gov.nih.nci.dtsrpc.client
Class MatchedTerm

java.lang.Object
  extended bygov.nih.nci.dtsrpc.client.MatchedTerm

public class MatchedTerm
extends java.lang.Object

Matched Term


Field Summary
static int COL_CONCEPT_CODE
          cColumn number for concept code
static int COL_KIND_ID
          cColumn number for kind id
static int COL_NAMESPACE_ID
          cColumn number for namespace id
static int COL_TERM
          cColumn number for term name
static int COL_TERM_TYPE
          cColumn number for term type
 
Constructor Summary
MatchedTerm(java.lang.String term, java.lang.String termtype, java.lang.String conceptcode, int kind_id, int namespace_id)
          Constructor
 
Method Summary
 java.lang.String getConceptCode()
          Gets concept code
 int getKindId()
          Gets kind id
 int getNamespaceId()
          Gets namespace id
 java.lang.String getTermName()
          Gets term name
 java.lang.String getTermType()
          Gets term type
 void setConceptCode(java.lang.String conceptcode)
          Sets concept code to a specific value
 void setKindId(int kind_id)
          Sets kcind id to a specific value
 void setNamespaceId(int namespace_id)
          Sets namespace id ckind id to a specific value
 void setTermName(java.lang.String term)
          Sets term name to a specific value
 void setTermType(java.lang.String termtype)
          Sets term group type to a specific value
 java.lang.String toString()
          Gets a string representation of a MatchedTerm object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COL_TERM

public static final int COL_TERM
cColumn number for term name

See Also:
Constant Field Values

COL_TERM_TYPE

public static final int COL_TERM_TYPE
cColumn number for term type

See Also:
Constant Field Values

COL_CONCEPT_CODE

public static final int COL_CONCEPT_CODE
cColumn number for concept code

See Also:
Constant Field Values

COL_NAMESPACE_ID

public static final int COL_NAMESPACE_ID
cColumn number for namespace id

See Also:
Constant Field Values

COL_KIND_ID

public static final int COL_KIND_ID
cColumn number for kind id

See Also:
Constant Field Values
Constructor Detail

MatchedTerm

public MatchedTerm(java.lang.String term,
                   java.lang.String termtype,
                   java.lang.String conceptcode,
                   int kind_id,
                   int namespace_id)
Constructor

Parameters:
term - term name
termtype - term group
conceptcode - concept code
kind_id - kind id
namespace_id - namespace id
Method Detail

getTermName

public java.lang.String getTermName()
Gets term name

Returns:
term name

getTermType

public java.lang.String getTermType()
Gets term type

Returns:
term group

getConceptCode

public java.lang.String getConceptCode()
Gets concept code

Returns:
concept code

getKindId

public int getKindId()
Gets kind id

Returns:
kind id

getNamespaceId

public int getNamespaceId()
Gets namespace id

Returns:
namespace id

setTermName

public void setTermName(java.lang.String term)
Sets term name to a specific value

Parameters:
term - term name

setTermType

public void setTermType(java.lang.String termtype)
Sets term group type to a specific value

Parameters:
termtype - term group

setConceptCode

public void setConceptCode(java.lang.String conceptcode)
Sets concept code to a specific value

Parameters:
conceptcode - concept code

setKindId

public void setKindId(int kind_id)
Sets kcind id to a specific value

Parameters:
kind_id - kind id

setNamespaceId

public void setNamespaceId(int namespace_id)
Sets namespace id ckind id to a specific value

Parameters:
namespace_id - namespace id

toString

public java.lang.String toString()
Gets a string representation of a MatchedTerm object

Returns:
a string representation of a MatchedTerm object