com.liferay.client.soap.portlet.dynamicdatalists.model
Class DDLRecordSoap

java.lang.Object
  extended by com.liferay.client.soap.portlet.dynamicdatalists.model.DDLRecordSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordSoap

public DDLRecordSoap()

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)
Method Detail

getDDMStorageId

public long getDDMStorageId()
Gets the DDMStorageId value for this DDLRecordSoap.

Returns:
DDMStorageId

setDDMStorageId

public void setDDMStorageId(long DDMStorageId)
Sets the DDMStorageId value for this DDLRecordSoap.

Parameters:
DDMStorageId -

getCompanyId

public long getCompanyId()
Gets the companyId value for this DDLRecordSoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this DDLRecordSoap.

Parameters:
companyId -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this DDLRecordSoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this DDLRecordSoap.

Parameters:
createDate -

getDisplayIndex

public int getDisplayIndex()
Gets the displayIndex value for this DDLRecordSoap.

Returns:
displayIndex

setDisplayIndex

public void setDisplayIndex(int displayIndex)
Sets the displayIndex value for this DDLRecordSoap.

Parameters:
displayIndex -

getGroupId

public long getGroupId()
Gets the groupId value for this DDLRecordSoap.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this DDLRecordSoap.

Parameters:
groupId -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this DDLRecordSoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this DDLRecordSoap.

Parameters:
modifiedDate -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this DDLRecordSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this DDLRecordSoap.

Parameters:
primaryKey -

getRecordId

public long getRecordId()
Gets the recordId value for this DDLRecordSoap.

Returns:
recordId

setRecordId

public void setRecordId(long recordId)
Sets the recordId value for this DDLRecordSoap.

Parameters:
recordId -

getRecordSetId

public long getRecordSetId()
Gets the recordSetId value for this DDLRecordSoap.

Returns:
recordSetId

setRecordSetId

public void setRecordSetId(long recordSetId)
Sets the recordSetId value for this DDLRecordSoap.

Parameters:
recordSetId -

getUserId

public long getUserId()
Gets the userId value for this DDLRecordSoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this DDLRecordSoap.

Parameters:
userId -

getUserName

public java.lang.String getUserName()
Gets the userName value for this DDLRecordSoap.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this DDLRecordSoap.

Parameters:
userName -

getUuid

public java.lang.String getUuid()
Gets the uuid value for this DDLRecordSoap.

Returns:
uuid

setUuid

public void setUuid(java.lang.String uuid)
Sets the uuid value for this DDLRecordSoap.

Parameters:
uuid -

getVersion

public java.lang.String getVersion()
Gets the version value for this DDLRecordSoap.

Returns:
version

setVersion

public void setVersion(java.lang.String version)
Sets the version value for this DDLRecordSoap.

Parameters:
version -

getVersionUserId

public long getVersionUserId()
Gets the versionUserId value for this DDLRecordSoap.

Returns:
versionUserId

setVersionUserId

public void setVersionUserId(long versionUserId)
Sets the versionUserId value for this DDLRecordSoap.

Parameters:
versionUserId -

getVersionUserName

public java.lang.String getVersionUserName()
Gets the versionUserName value for this DDLRecordSoap.

Returns:
versionUserName

setVersionUserName

public void setVersionUserName(java.lang.String versionUserName)
Sets the versionUserName value for this DDLRecordSoap.

Parameters:
versionUserName -

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