Modifier and Type |
Method and Description |
boolean |
getActive() |
long |
getCompanyId() |
Date |
getCreateDate() |
long |
getFileShortcutId() |
long |
getFolderId() |
long |
getGroupId() |
Date |
getLastPublishDate() |
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 |
setLastPublishDate(Date lastPublishDate) |
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) |