gov.nih.nci.evs.domain
Class Vocabulary

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

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

Specifies the vocabulary entity or namespace

See Also:
Serialized Form

Constructor Summary
Vocabulary()
           
 
Method Summary
 java.lang.String getDescription()
          Retreives the value of description attribue
 java.lang.String getName()
          Retreives the value of name attribue
 java.lang.Integer getNamespaceId()
          Retreives the value of namespaceId attribue
 SecurityToken getSecurityToken()
          Retreives the value of securityToken attribue
 java.util.Vector<Silo> getSiloCollection()
          Retreives the value of siloCollection attribue
 void setDescription(java.lang.String description)
          Sets the value of description attribue
 void setName(java.lang.String name)
          Sets the value of name attribue
 void setNamespaceId(java.lang.Integer namespaceId)
          Sets the value of namespaceId attribue
 void setSecurityToken(SecurityToken securityToken)
          Sets the value of securityToken attribue
 void setSiloCollection(java.util.Vector<Silo> siloCollection)
          Sets the value of siloCollection attribue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vocabulary

public Vocabulary()
Method Detail

getDescription

public java.lang.String getDescription()
Retreives the value of description attribue

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description attribue


getName

public java.lang.String getName()
Retreives the value of name attribue

Returns:
name

setName

public void setName(java.lang.String name)
Sets the value of name 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


getSiloCollection

public java.util.Vector<Silo> getSiloCollection()
Retreives the value of siloCollection attribue

Returns:
siloCollection

setSiloCollection

public void setSiloCollection(java.util.Vector<Silo> siloCollection)
Sets the value of siloCollection attribue


getSecurityToken

public SecurityToken getSecurityToken()
Retreives the value of securityToken attribue

Returns:
securityToken

setSecurityToken

public void setSecurityToken(SecurityToken securityToken)
Sets the value of securityToken attribue



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