Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatalists.model
Class DDLRecordSetSoap

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

public class DDLRecordSetSoap
extends Object
implements Serializable

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

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

Constructor Summary
DDLRecordSetSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 long getDDMStructureId()
           
 String getDescription()
           
 long getGroupId()
           
 int getMinDisplayRows()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 long getRecordSetId()
           
 String getRecordSetKey()
           
 int getScope()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDDMStructureId(long DDMStructureId)
           
 void setDescription(String description)
           
 void setGroupId(long groupId)
           
 void setMinDisplayRows(int minDisplayRows)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setRecordSetId(long recordSetId)
           
 void setRecordSetKey(String recordSetKey)
           
 void setScope(int scope)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static DDLRecordSetSoap toSoapModel(DDLRecordSet model)
           
static DDLRecordSetSoap[] toSoapModels(DDLRecordSet[] models)
           
static DDLRecordSetSoap[][] toSoapModels(DDLRecordSet[][] models)
           
static DDLRecordSetSoap[] toSoapModels(List<DDLRecordSet> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordSetSoap

public DDLRecordSetSoap()
Method Detail

toSoapModel

public static DDLRecordSetSoap toSoapModel(DDLRecordSet model)

toSoapModels

public static DDLRecordSetSoap[] toSoapModels(DDLRecordSet[] models)

toSoapModels

public static DDLRecordSetSoap[][] toSoapModels(DDLRecordSet[][] models)

toSoapModels

public static DDLRecordSetSoap[] toSoapModels(List<DDLRecordSet> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getRecordSetId

public long getRecordSetId()

setRecordSetId

public void setRecordSetId(long recordSetId)

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)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getDDMStructureId

public long getDDMStructureId()

setDDMStructureId

public void setDDMStructureId(long DDMStructureId)

getRecordSetKey

public String getRecordSetKey()

setRecordSetKey

public void setRecordSetKey(String recordSetKey)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getMinDisplayRows

public int getMinDisplayRows()

setMinDisplayRows

public void setMinDisplayRows(int minDisplayRows)

getScope

public int getScope()

setScope

public void setScope(int scope)

Liferay 6.2-ce-ga5