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

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
 

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


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


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



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