com.liferay.portlet.documentlibrary.model
Class DLContentSoap
java.lang.Object
com.liferay.portlet.documentlibrary.model.DLContentSoap
- All Implemented Interfaces:
- java.io.Serializable
public class DLContentSoap
- extends java.lang.Object
- implements java.io.Serializable
This class is used by SOAP remote services.
- Author:
- Brian Wing Shun Chan
- See Also:
- Serialized Form
- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLContentSoap
public DLContentSoap()
toSoapModel
public static DLContentSoap toSoapModel(DLContent model)
toSoapModels
public static DLContentSoap[] toSoapModels(DLContent[] models)
toSoapModels
public static DLContentSoap[][] toSoapModels(DLContent[][] models)
toSoapModels
public static DLContentSoap[] toSoapModels(java.util.List<DLContent> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
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)
getRepositoryId
public long getRepositoryId()
setRepositoryId
public void setRepositoryId(long repositoryId)
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
getVersion
public java.lang.String getVersion()
setVersion
public void setVersion(java.lang.String version)
getData
public java.sql.Blob getData()
setData
public void setData(java.sql.Blob data)
getSize
public long getSize()
setSize
public void setSize(long size)