|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.AttributeSetDescriptor
public class AttributeSetDescriptor
AttributeSetDescriptor class specifies the set of concept attributes that should be retrieved by a given operation.
Field Summary | |
---|---|
private java.lang.String |
name
Specifies the name for an AttributeSetDescriptor instance |
private java.util.Vector<Property> |
propertyCollection
An associated gov.nih.nci.evs.domain.Property object's collection |
private java.util.Vector<Role> |
roleCollection
An associated gov.nih.nci.evs.domain.Role object's collection |
private static long |
serialVersionUID
An attribute to allow serialization of the domain objects |
private java.lang.Integer |
WITH_ALL_ATTRIBUTES
A special constant that specifies all concept attributes to be fetched. |
private java.lang.Integer |
WITH_ALL_PROPERTIES
A special constant that specifies all properties of a concept to be fetched. |
private java.lang.Integer |
WITH_ALL_ROLES
A special constant that specifies all roles of a concept to be fetched. |
private java.lang.Integer |
WITH_NO_ATTRIBUTES
A special constant that specifies no concept attributes to be fetched. |
Constructor Summary | |
---|---|
AttributeSetDescriptor()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Retreives the value of name attribue |
java.util.Vector<Property> |
getPropertyCollection()
Retreives the value of propertyCollection attribue |
java.util.Vector<Role> |
getRoleCollection()
Retreives the value of roleCollection attribue |
java.lang.Integer |
getWITH_ALL_ATTRIBUTES()
Retreives the value of WITH_ALL_ATTRIBUTES attribue |
java.lang.Integer |
getWITH_ALL_PROPERTIES()
Retreives the value of WITH_ALL_PROPERTIES attribue |
java.lang.Integer |
getWITH_ALL_ROLES()
Retreives the value of WITH_ALL_ROLES attribue |
java.lang.Integer |
getWITH_NO_ATTRIBUTES()
Retreives the value of WITH_NO_ATTRIBUTES attribue |
void |
setName(java.lang.String name)
Sets the value of name attribue |
void |
setPropertyCollection(java.util.Vector<Property> propertyCollection)
Sets the value of propertyCollection attribue |
void |
setRoleCollection(java.util.Vector<Role> roleCollection)
Sets the value of roleCollection attribue |
void |
setWITH_ALL_ATTRIBUTES(java.lang.Integer WITH_ALL_ATTRIBUTES)
Sets the value of WITH_ALL_ATTRIBUTES attribue |
void |
setWITH_ALL_PROPERTIES(java.lang.Integer WITH_ALL_PROPERTIES)
Sets the value of WITH_ALL_PROPERTIES attribue |
void |
setWITH_ALL_ROLES(java.lang.Integer WITH_ALL_ROLES)
Sets the value of WITH_ALL_ROLES attribue |
void |
setWITH_NO_ATTRIBUTES(java.lang.Integer WITH_NO_ATTRIBUTES)
Sets the value of WITH_NO_ATTRIBUTES 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 name
private java.lang.Integer WITH_ALL_ATTRIBUTES
private java.lang.Integer WITH_ALL_PROPERTIES
private java.lang.Integer WITH_ALL_ROLES
private java.lang.Integer WITH_NO_ATTRIBUTES
private java.util.Vector<Property> propertyCollection
private java.util.Vector<Role> roleCollection
Constructor Detail |
---|
public AttributeSetDescriptor()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Integer getWITH_ALL_ATTRIBUTES()
public void setWITH_ALL_ATTRIBUTES(java.lang.Integer WITH_ALL_ATTRIBUTES)
public java.lang.Integer getWITH_ALL_PROPERTIES()
public void setWITH_ALL_PROPERTIES(java.lang.Integer WITH_ALL_PROPERTIES)
public java.lang.Integer getWITH_ALL_ROLES()
public void setWITH_ALL_ROLES(java.lang.Integer WITH_ALL_ROLES)
public java.lang.Integer getWITH_NO_ATTRIBUTES()
public void setWITH_NO_ATTRIBUTES(java.lang.Integer WITH_NO_ATTRIBUTES)
public java.util.Vector<Property> getPropertyCollection()
public void setPropertyCollection(java.util.Vector<Property> propertyCollection)
public java.util.Vector<Role> getRoleCollection()
public void setRoleCollection(java.util.Vector<Role> roleCollection)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |