Liferay 6.0.5

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 DLFileShortcutServiceSoap.

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

Constructor Summary
DLFileShortcutSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 long getFileShortcutId()
           
 long getFolderId()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 int getStatus()
           
 long getStatusByUserId()
           
 String getStatusByUserName()
           
 Date getStatusDate()
           
 long getToFolderId()
           
 String getToName()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 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 setStatus(int status)
           
 void setStatusByUserId(long statusByUserId)
           
 void setStatusByUserName(String statusByUserName)
           
 void setStatusDate(Date statusDate)
           
 void setToFolderId(long toFolderId)
           
 void setToName(String toName)
           
 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)

getFolderId

public long getFolderId()

setFolderId

public void setFolderId(long folderId)

getToFolderId

public long getToFolderId()

setToFolderId

public void setToFolderId(long toFolderId)

getToName

public String getToName()

setToName

public void setToName(String toName)

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.0.5