com.liferay.portlet.dynamicdatamapping.model
Class DDMContentSoap
java.lang.Object
com.liferay.portlet.dynamicdatamapping.model.DDMContentSoap
- All Implemented Interfaces:
- Serializable
public class DDMContentSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMContentSoap
public DDMContentSoap()
toSoapModel
public static DDMContentSoap toSoapModel(DDMContent model)
toSoapModels
public static DDMContentSoap[] toSoapModels(DDMContent[] models)
toSoapModels
public static DDMContentSoap[][] toSoapModels(DDMContent[][] models)
toSoapModels
public static DDMContentSoap[] toSoapModels(List<DDMContent> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getContentId
public long getContentId()
setContentId
public void setContentId(long contentId)
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)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getXml
public String getXml()
setXml
public void setXml(String xml)