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

Field Summary
private  java.lang.String description
          Vocabulary description
private  java.lang.String name
          Specifies the name of the vocabulary
private  java.lang.Integer namespaceId
          Specifies the namespace id
private  SecurityToken securityToken
          An associated gov.nih.nci.evs.security.SecurityToken object
private static long serialVersionUID
          An attribute to allow serialization of the domain objects
private  java.util.Vector<Silo> siloCollection
          An associated gov.nih.nci.evs.domain.Silo object's collection
 
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
 

Field Detail

serialVersionUID

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

See Also:
Constant Field Values

description

private java.lang.String description
Vocabulary description


name

private java.lang.String name
Specifies the name of the vocabulary


namespaceId

private java.lang.Integer namespaceId
Specifies the namespace id


securityToken

private SecurityToken securityToken
An associated gov.nih.nci.evs.security.SecurityToken object


siloCollection

private java.util.Vector<Silo> siloCollection
An associated gov.nih.nci.evs.domain.Silo object's collection

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


getSecurityToken

public SecurityToken getSecurityToken()
Retreives the value of securityToken attribue

Returns:
securityToken

setSecurityToken

public void setSecurityToken(SecurityToken securityToken)
Sets the value of securityToken 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



This API was generated by the caCORE Software Development Kit.