com.liferay.portlet.documentlibrary.model
Class DLFileRankSoap
java.lang.Object
com.liferay.portlet.documentlibrary.model.DLFileRankSoap
- All Implemented Interfaces:
- Serializable
public class DLFileRankSoap
- 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 |
DLFileRankSoap
public DLFileRankSoap()
toSoapModel
public static DLFileRankSoap toSoapModel(DLFileRank model)
toSoapModels
public static DLFileRankSoap[] toSoapModels(DLFileRank[] models)
toSoapModels
public static DLFileRankSoap[][] toSoapModels(DLFileRank[][] models)
toSoapModels
public static DLFileRankSoap[] toSoapModels(List<DLFileRank> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getFileRankId
public long getFileRankId()
setFileRankId
public void setFileRankId(long fileRankId)
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)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getFileEntryId
public long getFileEntryId()
setFileEntryId
public void setFileEntryId(long fileEntryId)