gov.nih.nci.cagrid.gridgrouper.bean
Class GroupDescriptor

java.lang.Object
  extended by gov.nih.nci.cagrid.gridgrouper.bean.GroupDescriptor
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
GroupDescriptor()
           
GroupDescriptor(java.lang.String UUID, java.lang.String createSource, java.lang.String createSubject, long createTime, java.lang.String description, java.lang.String displayExtension, java.lang.String displayName, java.lang.String extension, boolean hasComposite, boolean isComposite, java.lang.String modifySource, java.lang.String modifySubject, long modifyTime, java.lang.String name, java.lang.String parentStem)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCreateSource()
          Gets the createSource value for this GroupDescriptor.
 java.lang.String getCreateSubject()
          Gets the createSubject value for this GroupDescriptor.
 long getCreateTime()
          Gets the createTime value for this GroupDescriptor.
 java.lang.String getDescription()
          Gets the description value for this GroupDescriptor.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDisplayExtension()
          Gets the displayExtension value for this GroupDescriptor.
 java.lang.String getDisplayName()
          Gets the displayName value for this GroupDescriptor.
 java.lang.String getExtension()
          Gets the extension value for this GroupDescriptor.
 java.lang.String getModifySource()
          Gets the modifySource value for this GroupDescriptor.
 java.lang.String getModifySubject()
          Gets the modifySubject value for this GroupDescriptor.
 long getModifyTime()
          Gets the modifyTime value for this GroupDescriptor.
 java.lang.String getName()
          Gets the name value for this GroupDescriptor.
 java.lang.String getParentStem()
          Gets the parentStem value for this GroupDescriptor.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUUID()
          Gets the UUID value for this GroupDescriptor.
 int hashCode()
           
 boolean isHasComposite()
          Gets the hasComposite value for this GroupDescriptor.
 boolean isIsComposite()
          Gets the isComposite value for this GroupDescriptor.
 void setCreateSource(java.lang.String createSource)
          Sets the createSource value for this GroupDescriptor.
 void setCreateSubject(java.lang.String createSubject)
          Sets the createSubject value for this GroupDescriptor.
 void setCreateTime(long createTime)
          Sets the createTime value for this GroupDescriptor.
 void setDescription(java.lang.String description)
          Sets the description value for this GroupDescriptor.
 void setDisplayExtension(java.lang.String displayExtension)
          Sets the displayExtension value for this GroupDescriptor.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this GroupDescriptor.
 void setExtension(java.lang.String extension)
          Sets the extension value for this GroupDescriptor.
 void setHasComposite(boolean hasComposite)
          Sets the hasComposite value for this GroupDescriptor.
 void setIsComposite(boolean isComposite)
          Sets the isComposite value for this GroupDescriptor.
 void setModifySource(java.lang.String modifySource)
          Sets the modifySource value for this GroupDescriptor.
 void setModifySubject(java.lang.String modifySubject)
          Sets the modifySubject value for this GroupDescriptor.
 void setModifyTime(long modifyTime)
          Sets the modifyTime value for this GroupDescriptor.
 void setName(java.lang.String name)
          Sets the name value for this GroupDescriptor.
 void setParentStem(java.lang.String parentStem)
          Sets the parentStem value for this GroupDescriptor.
 void setUUID(java.lang.String UUID)
          Sets the UUID value for this GroupDescriptor.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupDescriptor

public GroupDescriptor()

GroupDescriptor

public GroupDescriptor(java.lang.String UUID,
                       java.lang.String createSource,
                       java.lang.String createSubject,
                       long createTime,
                       java.lang.String description,
                       java.lang.String displayExtension,
                       java.lang.String displayName,
                       java.lang.String extension,
                       boolean hasComposite,
                       boolean isComposite,
                       java.lang.String modifySource,
                       java.lang.String modifySubject,
                       long modifyTime,
                       java.lang.String name,
                       java.lang.String parentStem)
Method Detail

getUUID

public java.lang.String getUUID()
Gets the UUID value for this GroupDescriptor.

Returns:
UUID

setUUID

public void setUUID(java.lang.String UUID)
Sets the UUID value for this GroupDescriptor.

Parameters:
UUID -

getName

public java.lang.String getName()
Gets the name value for this GroupDescriptor.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this GroupDescriptor.

Parameters:
name -

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this GroupDescriptor.

Returns:
displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this GroupDescriptor.

Parameters:
displayName -

getExtension

public java.lang.String getExtension()
Gets the extension value for this GroupDescriptor.

Returns:
extension

setExtension

public void setExtension(java.lang.String extension)
Sets the extension value for this GroupDescriptor.

Parameters:
extension -

getDisplayExtension

public java.lang.String getDisplayExtension()
Gets the displayExtension value for this GroupDescriptor.

Returns:
displayExtension

setDisplayExtension

public void setDisplayExtension(java.lang.String displayExtension)
Sets the displayExtension value for this GroupDescriptor.

Parameters:
displayExtension -

getDescription

public java.lang.String getDescription()
Gets the description value for this GroupDescriptor.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this GroupDescriptor.

Parameters:
description -

getParentStem

public java.lang.String getParentStem()
Gets the parentStem value for this GroupDescriptor.

Returns:
parentStem

setParentStem

public void setParentStem(java.lang.String parentStem)
Sets the parentStem value for this GroupDescriptor.

Parameters:
parentStem -

getCreateSource

public java.lang.String getCreateSource()
Gets the createSource value for this GroupDescriptor.

Returns:
createSource

setCreateSource

public void setCreateSource(java.lang.String createSource)
Sets the createSource value for this GroupDescriptor.

Parameters:
createSource -

getCreateSubject

public java.lang.String getCreateSubject()
Gets the createSubject value for this GroupDescriptor.

Returns:
createSubject

setCreateSubject

public void setCreateSubject(java.lang.String createSubject)
Sets the createSubject value for this GroupDescriptor.

Parameters:
createSubject -

getCreateTime

public long getCreateTime()
Gets the createTime value for this GroupDescriptor.

Returns:
createTime

setCreateTime

public void setCreateTime(long createTime)
Sets the createTime value for this GroupDescriptor.

Parameters:
createTime -

getModifySource

public java.lang.String getModifySource()
Gets the modifySource value for this GroupDescriptor.

Returns:
modifySource

setModifySource

public void setModifySource(java.lang.String modifySource)
Sets the modifySource value for this GroupDescriptor.

Parameters:
modifySource -

getModifySubject

public java.lang.String getModifySubject()
Gets the modifySubject value for this GroupDescriptor.

Returns:
modifySubject

setModifySubject

public void setModifySubject(java.lang.String modifySubject)
Sets the modifySubject value for this GroupDescriptor.

Parameters:
modifySubject -

getModifyTime

public long getModifyTime()
Gets the modifyTime value for this GroupDescriptor.

Returns:
modifyTime

setModifyTime

public void setModifyTime(long modifyTime)
Sets the modifyTime value for this GroupDescriptor.

Parameters:
modifyTime -

isHasComposite

public boolean isHasComposite()
Gets the hasComposite value for this GroupDescriptor.

Returns:
hasComposite

setHasComposite

public void setHasComposite(boolean hasComposite)
Sets the hasComposite value for this GroupDescriptor.

Parameters:
hasComposite -

isIsComposite

public boolean isIsComposite()
Gets the isComposite value for this GroupDescriptor.

Returns:
isComposite

setIsComposite

public void setIsComposite(boolean isComposite)
Sets the isComposite value for this GroupDescriptor.

Parameters:
isComposite -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer