com.liferay.portlet.documentlibrary.model
Class DLFileShortcutSoap
java.lang.Object
com.liferay.portlet.documentlibrary.model.DLFileShortcutSoap
- All Implemented Interfaces:
- Serializable
public class DLFileShortcutSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portlet.documentlibrary.service.http.DLFileShortcutServiceSoap
.
- See Also:
com.liferay.portlet.documentlibrary.service.http.DLFileShortcutServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileShortcutSoap
public DLFileShortcutSoap()
toSoapModel
public static DLFileShortcutSoap toSoapModel(DLFileShortcut model)
toSoapModels
public static DLFileShortcutSoap[] toSoapModels(DLFileShortcut[] models)
toSoapModels
public static DLFileShortcutSoap[][] toSoapModels(DLFileShortcut[][] models)
toSoapModels
public static DLFileShortcutSoap[] toSoapModels(List<DLFileShortcut> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getFileShortcutId
public long getFileShortcutId()
setFileShortcutId
public void setFileShortcutId(long fileShortcutId)
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)
getRepositoryId
public long getRepositoryId()
setRepositoryId
public void setRepositoryId(long repositoryId)
getFolderId
public long getFolderId()
setFolderId
public void setFolderId(long folderId)
getToFileEntryId
public long getToFileEntryId()
setToFileEntryId
public void setToFileEntryId(long toFileEntryId)
getTreePath
public String getTreePath()
setTreePath
public void setTreePath(String treePath)
getActive
public boolean getActive()
isActive
public boolean isActive()
setActive
public void setActive(boolean active)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
getStatusByUserId
public long getStatusByUserId()
setStatusByUserId
public void setStatusByUserId(long statusByUserId)
getStatusByUserName
public String getStatusByUserName()
setStatusByUserName
public void setStatusByUserName(String statusByUserName)
getStatusDate
public Date getStatusDate()
setStatusDate
public void setStatusDate(Date statusDate)