public class DDLRecordSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DDLRecordSoap() |
DDLRecordSoap(long DDMStorageId,
long companyId,
java.util.Calendar createDate,
int displayIndex,
long groupId,
java.util.Calendar modifiedDate,
long primaryKey,
long recordId,
long recordSetId,
long userId,
java.lang.String userName,
java.lang.String uuid,
java.lang.String version,
long versionUserId,
java.lang.String versionUserName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Gets the companyId value for this DDLRecordSoap.
|
java.util.Calendar |
getCreateDate()
Gets the createDate value for this DDLRecordSoap.
|
long |
getDDMStorageId()
Gets the DDMStorageId value for this DDLRecordSoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
int |
getDisplayIndex()
Gets the displayIndex value for this DDLRecordSoap.
|
long |
getGroupId()
Gets the groupId value for this DDLRecordSoap.
|
java.util.Calendar |
getModifiedDate()
Gets the modifiedDate value for this DDLRecordSoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this DDLRecordSoap.
|
long |
getRecordId()
Gets the recordId value for this DDLRecordSoap.
|
long |
getRecordSetId()
Gets the recordSetId value for this DDLRecordSoap.
|
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
|
long |
getUserId()
Gets the userId value for this DDLRecordSoap.
|
java.lang.String |
getUserName()
Gets the userName value for this DDLRecordSoap.
|
java.lang.String |
getUuid()
Gets the uuid value for this DDLRecordSoap.
|
java.lang.String |
getVersion()
Gets the version value for this DDLRecordSoap.
|
long |
getVersionUserId()
Gets the versionUserId value for this DDLRecordSoap.
|
java.lang.String |
getVersionUserName()
Gets the versionUserName value for this DDLRecordSoap.
|
int |
hashCode() |
void |
setCompanyId(long companyId)
Sets the companyId value for this DDLRecordSoap.
|
void |
setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this DDLRecordSoap.
|
void |
setDDMStorageId(long DDMStorageId)
Sets the DDMStorageId value for this DDLRecordSoap.
|
void |
setDisplayIndex(int displayIndex)
Sets the displayIndex value for this DDLRecordSoap.
|
void |
setGroupId(long groupId)
Sets the groupId value for this DDLRecordSoap.
|
void |
setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this DDLRecordSoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this DDLRecordSoap.
|
void |
setRecordId(long recordId)
Sets the recordId value for this DDLRecordSoap.
|
void |
setRecordSetId(long recordSetId)
Sets the recordSetId value for this DDLRecordSoap.
|
void |
setUserId(long userId)
Sets the userId value for this DDLRecordSoap.
|
void |
setUserName(java.lang.String userName)
Sets the userName value for this DDLRecordSoap.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid value for this DDLRecordSoap.
|
void |
setVersion(java.lang.String version)
Sets the version value for this DDLRecordSoap.
|
void |
setVersionUserId(long versionUserId)
Sets the versionUserId value for this DDLRecordSoap.
|
void |
setVersionUserName(java.lang.String versionUserName)
Sets the versionUserName value for this DDLRecordSoap.
|
public DDLRecordSoap()
public DDLRecordSoap(long DDMStorageId,
long companyId,
java.util.Calendar createDate,
int displayIndex,
long groupId,
java.util.Calendar modifiedDate,
long primaryKey,
long recordId,
long recordSetId,
long userId,
java.lang.String userName,
java.lang.String uuid,
java.lang.String version,
long versionUserId,
java.lang.String versionUserName)
public long getDDMStorageId()
public void setDDMStorageId(long DDMStorageId)
DDMStorageId - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate - public int getDisplayIndex()
public void setDisplayIndex(int displayIndex)
displayIndex - public long getGroupId()
public void setGroupId(long groupId)
groupId - public java.util.Calendar getModifiedDate()
public void setModifiedDate(java.util.Calendar modifiedDate)
modifiedDate - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public long getRecordId()
public void setRecordId(long recordId)
recordId - public long getRecordSetId()
public void setRecordSetId(long recordSetId)
recordSetId - public long getUserId()
public void setUserId(long userId)
userId - public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid - public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - public long getVersionUserId()
public void setVersionUserId(long versionUserId)
versionUserId - public java.lang.String getVersionUserName()
public void setVersionUserName(java.lang.String versionUserName)
versionUserName - 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)