public class TrashEntrySoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TrashEntrySoap() |
TrashEntrySoap(long classNameId,
long classPK,
long companyId,
java.util.Calendar createDate,
long entryId,
long groupId,
long primaryKey,
int status,
long systemEventSetKey,
java.lang.String typeSettings,
long userId,
java.lang.String userName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getClassNameId()
Gets the classNameId value for this TrashEntrySoap.
|
long |
getClassPK()
Gets the classPK value for this TrashEntrySoap.
|
long |
getCompanyId()
Gets the companyId value for this TrashEntrySoap.
|
java.util.Calendar |
getCreateDate()
Gets the createDate value for this TrashEntrySoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getEntryId()
Gets the entryId value for this TrashEntrySoap.
|
long |
getGroupId()
Gets the groupId value for this TrashEntrySoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this TrashEntrySoap.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
int |
getStatus()
Gets the status value for this TrashEntrySoap.
|
long |
getSystemEventSetKey()
Gets the systemEventSetKey value for this TrashEntrySoap.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String |
getTypeSettings()
Gets the typeSettings value for this TrashEntrySoap.
|
long |
getUserId()
Gets the userId value for this TrashEntrySoap.
|
java.lang.String |
getUserName()
Gets the userName value for this TrashEntrySoap.
|
int |
hashCode() |
void |
setClassNameId(long classNameId)
Sets the classNameId value for this TrashEntrySoap.
|
void |
setClassPK(long classPK)
Sets the classPK value for this TrashEntrySoap.
|
void |
setCompanyId(long companyId)
Sets the companyId value for this TrashEntrySoap.
|
void |
setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this TrashEntrySoap.
|
void |
setEntryId(long entryId)
Sets the entryId value for this TrashEntrySoap.
|
void |
setGroupId(long groupId)
Sets the groupId value for this TrashEntrySoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this TrashEntrySoap.
|
void |
setStatus(int status)
Sets the status value for this TrashEntrySoap.
|
void |
setSystemEventSetKey(long systemEventSetKey)
Sets the systemEventSetKey value for this TrashEntrySoap.
|
void |
setTypeSettings(java.lang.String typeSettings)
Sets the typeSettings value for this TrashEntrySoap.
|
void |
setUserId(long userId)
Sets the userId value for this TrashEntrySoap.
|
void |
setUserName(java.lang.String userName)
Sets the userName value for this TrashEntrySoap.
|
public TrashEntrySoap()
public TrashEntrySoap(long classNameId,
long classPK,
long companyId,
java.util.Calendar createDate,
long entryId,
long groupId,
long primaryKey,
int status,
long systemEventSetKey,
java.lang.String typeSettings,
long userId,
java.lang.String userName)
public long getClassNameId()
public void setClassNameId(long classNameId)
classNameId - public long getClassPK()
public void setClassPK(long classPK)
classPK - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate - public long getEntryId()
public void setEntryId(long entryId)
entryId - public long getGroupId()
public void setGroupId(long groupId)
groupId - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public int getStatus()
public void setStatus(int status)
status - public long getSystemEventSetKey()
public void setSystemEventSetKey(long systemEventSetKey)
systemEventSetKey - public java.lang.String getTypeSettings()
public void setTypeSettings(java.lang.String typeSettings)
typeSettings - public long getUserId()
public void setUserId(long userId)
userId - public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - 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)