gov.nih.nci.evs.domain
Class AttributeSetDescriptor

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

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

AttributeSetDescriptor class specifies the set of concept attributes that should be retrieved by a given operation.

See Also:
Serialized Form

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

serialVersionUID

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

See Also:
Constant Field Values

name

private java.lang.String name
Specifies the name for an AttributeSetDescriptor instance


WITH_ALL_ATTRIBUTES

private java.lang.Integer WITH_ALL_ATTRIBUTES
A special constant that specifies all concept attributes to be fetched.


WITH_ALL_PROPERTIES

private java.lang.Integer WITH_ALL_PROPERTIES
A special constant that specifies all properties of a concept to be fetched.


WITH_ALL_ROLES

private java.lang.Integer WITH_ALL_ROLES
A special constant that specifies all roles of a concept to be fetched.


WITH_NO_ATTRIBUTES

private java.lang.Integer WITH_NO_ATTRIBUTES
A special constant that specifies no concept attributes to be fetched.


propertyCollection

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


roleCollection

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

Constructor Detail

AttributeSetDescriptor

public AttributeSetDescriptor()
Method Detail

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


getWITH_ALL_ATTRIBUTES

public java.lang.Integer getWITH_ALL_ATTRIBUTES()
Retreives the value of WITH_ALL_ATTRIBUTES attribue

Returns:
WITH_ALL_ATTRIBUTES

setWITH_ALL_ATTRIBUTES

public void setWITH_ALL_ATTRIBUTES(java.lang.Integer WITH_ALL_ATTRIBUTES)
Sets the value of WITH_ALL_ATTRIBUTES attribue


getWITH_ALL_PROPERTIES

public java.lang.Integer getWITH_ALL_PROPERTIES()
Retreives the value of WITH_ALL_PROPERTIES attribue

Returns:
WITH_ALL_PROPERTIES

setWITH_ALL_PROPERTIES

public void setWITH_ALL_PROPERTIES(java.lang.Integer WITH_ALL_PROPERTIES)
Sets the value of WITH_ALL_PROPERTIES attribue


getWITH_ALL_ROLES

public java.lang.Integer getWITH_ALL_ROLES()
Retreives the value of WITH_ALL_ROLES attribue

Returns:
WITH_ALL_ROLES

setWITH_ALL_ROLES

public void setWITH_ALL_ROLES(java.lang.Integer WITH_ALL_ROLES)
Sets the value of WITH_ALL_ROLES attribue


getWITH_NO_ATTRIBUTES

public java.lang.Integer getWITH_NO_ATTRIBUTES()
Retreives the value of WITH_NO_ATTRIBUTES attribue

Returns:
WITH_NO_ATTRIBUTES

setWITH_NO_ATTRIBUTES

public void setWITH_NO_ATTRIBUTES(java.lang.Integer WITH_NO_ATTRIBUTES)
Sets the value of WITH_NO_ATTRIBUTES attribue


getPropertyCollection

public java.util.Vector<Property> getPropertyCollection()
Retreives the value of propertyCollection attribue

Returns:
propertyCollection

setPropertyCollection

public void setPropertyCollection(java.util.Vector<Property> propertyCollection)
Sets the value of propertyCollection attribue


getRoleCollection

public java.util.Vector<Role> getRoleCollection()
Retreives the value of roleCollection attribue

Returns:
roleCollection

setRoleCollection

public void setRoleCollection(java.util.Vector<Role> roleCollection)
Sets the value of roleCollection attribue



This API was generated by the caCORE Software Development Kit.