Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.model
Class DDMStructureSoap

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

public class DDMStructureSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically DDMStructureServiceSoap.

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

Constructor Summary
DDMStructureSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 String getStorageType()
           
 long getStructureId()
           
 String getStructureKey()
           
 int getType()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 String getXsd()
           
 void setClassNameId(long classNameId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setStorageType(String storageType)
           
 void setStructureId(long structureId)
           
 void setStructureKey(String structureKey)
           
 void setType(int type)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
 void setXsd(String xsd)
           
static DDMStructureSoap toSoapModel(DDMStructure model)
           
static DDMStructureSoap[] toSoapModels(DDMStructure[] models)
           
static DDMStructureSoap[][] toSoapModels(DDMStructure[][] models)
           
static DDMStructureSoap[] toSoapModels(List<DDMStructure> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureSoap

public DDMStructureSoap()
Method Detail

toSoapModel

public static DDMStructureSoap toSoapModel(DDMStructure model)

toSoapModels

public static DDMStructureSoap[] toSoapModels(DDMStructure[] models)

toSoapModels

public static DDMStructureSoap[][] toSoapModels(DDMStructure[][] models)

toSoapModels

public static DDMStructureSoap[] toSoapModels(List<DDMStructure> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getStructureId

public long getStructureId()

setStructureId

public void setStructureId(long structureId)

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)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getStructureKey

public String getStructureKey()

setStructureKey

public void setStructureKey(String structureKey)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getXsd

public String getXsd()

setXsd

public void setXsd(String xsd)

getStorageType

public String getStorageType()

setStorageType

public void setStorageType(String storageType)

getType

public int getType()

setType

public void setType(int type)

Liferay 6.1.2-ce-ga3