public class GroupSoapDO extends ObjectSoapDO implements Serializable
| Constructor and Description |
|---|
GroupSoapDO() |
GroupSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version,
String description,
String fullName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this GroupSoapDO.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFullName()
Gets the fullName value for this GroupSoapDO.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDescription(String description)
Sets the description value for this GroupSoapDO.
|
void |
setFullName(String fullName)
Sets the fullName value for this GroupSoapDO.
|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersionpublic String getDescription()
public void setDescription(String description)
description - public String getFullName()
public void setFullName(String fullName)
fullName - public boolean equals(Object obj)
equals in class ObjectSoapDOpublic int hashCode()
hashCode in class ObjectSoapDOpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.