com.liferay.portlet.documentlibrary.model
Interface DLFileShortcut

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, DLFileShortcutModel, java.io.Serializable

public interface DLFileShortcut
extends DLFileShortcutModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the DLFileShortcut table in the database.

Customize com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
DLFileShortcutModel, com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl, com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl

Method Summary
 DLFolder getFolder()
           
 java.lang.String getUserUuid()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileShortcutModel
getCompanyId, getCreateDate, getFileShortcutId, getFolderId, getModifiedDate, getPrimaryKey, getToFolderId, getToName, getUserId, getUserName, getUuid, setCompanyId, setCreateDate, setFileShortcutId, setFolderId, setModifiedDate, setPrimaryKey, setToFolderId, setToName, setUserId, setUserName, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getFolder

DLFolder getFolder()