Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.model
Class DLFileShortcutSoap

java.lang.Object
  extended by 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 DLFileShortcutServiceSoap.

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

Constructor Summary
DLFileShortcutSoap()
           
 
Method Summary
 boolean getActive()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 long getFileShortcutId()
           
 long getFolderId()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getRepositoryId()
           
 int getStatus()
           
 long getStatusByUserId()
           
 String getStatusByUserName()
           
 Date getStatusDate()
           
 long getToFileEntryId()
           
 String getTreePath()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setFileShortcutId(long fileShortcutId)
           
 void setFolderId(long folderId)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setRepositoryId(long repositoryId)
           
 void setStatus(int status)
           
 void setStatusByUserId(long statusByUserId)
           
 void setStatusByUserName(String statusByUserName)
           
 void setStatusDate(Date statusDate)
           
 void setToFileEntryId(long toFileEntryId)
           
 void setTreePath(String treePath)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static DLFileShortcutSoap toSoapModel(DLFileShortcut model)
           
static DLFileShortcutSoap[] toSoapModels(DLFileShortcut[] models)
           
static DLFileShortcutSoap[][] toSoapModels(DLFileShortcut[][] models)
           
static DLFileShortcutSoap[] toSoapModels(List<DLFileShortcut> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileShortcutSoap

public DLFileShortcutSoap()
Method Detail

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)

Liferay 6.2-ce-ga5