Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.model
Class DDMStructureLayoutSoap

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.model.DDMStructureLayoutSoap
All Implemented Interfaces:
Serializable

@ProviderType
public class DDMStructureLayoutSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
DDMStructureLayoutSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDefinition()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getStructureLayoutId()
           
 long getStructureVersionId()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDefinition(String definition)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setStructureLayoutId(long structureLayoutId)
           
 void setStructureVersionId(long structureVersionId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static DDMStructureLayoutSoap toSoapModel(DDMStructureLayout model)
           
static DDMStructureLayoutSoap[] toSoapModels(DDMStructureLayout[] models)
           
static DDMStructureLayoutSoap[][] toSoapModels(DDMStructureLayout[][] models)
           
static DDMStructureLayoutSoap[] toSoapModels(List<DDMStructureLayout> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureLayoutSoap

public DDMStructureLayoutSoap()
Method Detail

toSoapModel

public static DDMStructureLayoutSoap toSoapModel(DDMStructureLayout model)

toSoapModels

public static DDMStructureLayoutSoap[] toSoapModels(DDMStructureLayout[] models)

toSoapModels

public static DDMStructureLayoutSoap[][] toSoapModels(DDMStructureLayout[][] models)

toSoapModels

public static DDMStructureLayoutSoap[] toSoapModels(List<DDMStructureLayout> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getStructureLayoutId

public long getStructureLayoutId()

setStructureLayoutId

public void setStructureLayoutId(long structureLayoutId)

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)

getStructureVersionId

public long getStructureVersionId()

setStructureVersionId

public void setStructureVersionId(long structureVersionId)

getDefinition

public String getDefinition()

setDefinition

public void setDefinition(String definition)

Liferay 7.0-ce-m6