@ProviderType
public class DLFileShortcutSoap
extends Object
implements Serializable
DLFileShortcutServiceSoap
.DLFileShortcutServiceSoap
,
Serialized FormConstructor and Description |
---|
DLFileShortcutSoap() |
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) |
public static DLFileShortcutSoap toSoapModel(DLFileShortcut model)
public static DLFileShortcutSoap[] toSoapModels(DLFileShortcut[] models)
public static DLFileShortcutSoap[][] toSoapModels(DLFileShortcut[][] models)
public static DLFileShortcutSoap[] toSoapModels(List<DLFileShortcut> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public String getUuid()
public void setUuid(String uuid)
public long getFileShortcutId()
public void setFileShortcutId(long fileShortcutId)
public long getGroupId()
public void setGroupId(long groupId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public String getUserName()
public void setUserName(String userName)
public Date getCreateDate()
public void setCreateDate(Date createDate)
public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
public long getRepositoryId()
public void setRepositoryId(long repositoryId)
public long getFolderId()
public void setFolderId(long folderId)
public long getToFileEntryId()
public void setToFileEntryId(long toFileEntryId)
public String getTreePath()
public void setTreePath(String treePath)
public boolean getActive()
public boolean isActive()
public void setActive(boolean active)
public Date getLastPublishDate()
public void setLastPublishDate(Date lastPublishDate)
public int getStatus()
public void setStatus(int status)
public long getStatusByUserId()
public void setStatusByUserId(long statusByUserId)
public String getStatusByUserName()
public void setStatusByUserName(String statusByUserName)
public Date getStatusDate()
public void setStatusDate(Date statusDate)