|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.gridgrouper.bean.GroupDescriptor
public class GroupDescriptor
| 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 |
|---|
public 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 |
|---|
public java.lang.String getUUID()
public void setUUID(java.lang.String UUID)
UUID - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - public java.lang.String getExtension()
public void setExtension(java.lang.String extension)
extension - public java.lang.String getDisplayExtension()
public void setDisplayExtension(java.lang.String displayExtension)
displayExtension - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getParentStem()
public void setParentStem(java.lang.String parentStem)
parentStem - public java.lang.String getCreateSource()
public void setCreateSource(java.lang.String createSource)
createSource - public java.lang.String getCreateSubject()
public void setCreateSubject(java.lang.String createSubject)
createSubject - public long getCreateTime()
public void setCreateTime(long createTime)
createTime - public java.lang.String getModifySource()
public void setModifySource(java.lang.String modifySource)
modifySource - public java.lang.String getModifySubject()
public void setModifySubject(java.lang.String modifySubject)
modifySubject - public long getModifyTime()
public void setModifyTime(long modifyTime)
modifyTime - public boolean isHasComposite()
public void setHasComposite(boolean hasComposite)
hasComposite - public boolean isIsComposite()
public void setIsComposite(boolean isComposite)
isComposite - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||