|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.Vocabulary
public class Vocabulary
Specifies the vocabulary entity or namespace
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 |
---|
private static final long serialVersionUID
private java.lang.String description
private java.lang.String name
private java.lang.Integer namespaceId
private SecurityToken securityToken
private java.util.Vector<Silo> siloCollection
Constructor Detail |
---|
public Vocabulary()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Integer getNamespaceId()
public void setNamespaceId(java.lang.Integer namespaceId)
public SecurityToken getSecurityToken()
public void setSecurityToken(SecurityToken securityToken)
public java.util.Vector<Silo> getSiloCollection()
public void setSiloCollection(java.util.Vector<Silo> siloCollection)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |