Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.model
Class DDLRecordSoap

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

public class DDLRecordSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portlet.dynamicdatalists.service.http.DDLRecordServiceSoap.

See Also:
com.liferay.portlet.dynamicdatalists.service.http.DDLRecordServiceSoap, Serialized Form

Constructor Summary
DDLRecordSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 long getDDMStorageId()
           
 int getDisplayIndex()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getRecordId()
           
 long getRecordSetId()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 String getVersion()
           
 long getVersionUserId()
           
 String getVersionUserName()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDDMStorageId(long DDMStorageId)
           
 void setDisplayIndex(int displayIndex)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setRecordId(long recordId)
           
 void setRecordSetId(long recordSetId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
 void setVersion(String version)
           
 void setVersionUserId(long versionUserId)
           
 void setVersionUserName(String versionUserName)
           
static DDLRecordSoap toSoapModel(DDLRecord model)
           
static DDLRecordSoap[] toSoapModels(DDLRecord[] models)
           
static DDLRecordSoap[][] toSoapModels(DDLRecord[][] models)
           
static DDLRecordSoap[] toSoapModels(List<DDLRecord> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordSoap

public DDLRecordSoap()
Method Detail

toSoapModel

public static DDLRecordSoap toSoapModel(DDLRecord model)

toSoapModels

public static DDLRecordSoap[] toSoapModels(DDLRecord[] models)

toSoapModels

public static DDLRecordSoap[][] toSoapModels(DDLRecord[][] models)

toSoapModels

public static DDLRecordSoap[] toSoapModels(List<DDLRecord> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getRecordId

public long getRecordId()

setRecordId

public void setRecordId(long recordId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getVersionUserId

public long getVersionUserId()

setVersionUserId

public void setVersionUserId(long versionUserId)

getVersionUserName

public String getVersionUserName()

setVersionUserName

public void setVersionUserName(String versionUserName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getDDMStorageId

public long getDDMStorageId()

setDDMStorageId

public void setDDMStorageId(long DDMStorageId)

getRecordSetId

public long getRecordSetId()

setRecordSetId

public void setRecordSetId(long recordSetId)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getDisplayIndex

public int getDisplayIndex()

setDisplayIndex

public void setDisplayIndex(int displayIndex)

Liferay 6.1.2-ce-ga3