public class DLFolderSoap
extends Object
implements Serializable
DLFolderServiceSoap
.Constructor and Description |
---|
DLFolderSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId() |
Date |
getCreateDate() |
long |
getCtCollectionId() |
long |
getDefaultFileEntryTypeId() |
String |
getDescription() |
long |
getFolderId() |
long |
getGroupId() |
boolean |
getHidden() |
Date |
getLastPostDate() |
Date |
getLastPublishDate() |
Date |
getModifiedDate() |
boolean |
getMountPoint() |
long |
getMvccVersion() |
String |
getName() |
long |
getParentFolderId() |
long |
getPrimaryKey() |
long |
getRepositoryId() |
int |
getRestrictionType() |
int |
getStatus() |
long |
getStatusByUserId() |
String |
getStatusByUserName() |
Date |
getStatusDate() |
String |
getTreePath() |
long |
getUserId() |
String |
getUserName() |
String |
getUuid() |
boolean |
isHidden() |
boolean |
isMountPoint() |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setCtCollectionId(long ctCollectionId) |
void |
setDefaultFileEntryTypeId(long defaultFileEntryTypeId) |
void |
setDescription(String description) |
void |
setFolderId(long folderId) |
void |
setGroupId(long groupId) |
void |
setHidden(boolean hidden) |
void |
setLastPostDate(Date lastPostDate) |
void |
setLastPublishDate(Date lastPublishDate) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMountPoint(boolean mountPoint) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setParentFolderId(long parentFolderId) |
void |
setPrimaryKey(long pk) |
void |
setRepositoryId(long repositoryId) |
void |
setRestrictionType(int restrictionType) |
void |
setStatus(int status) |
void |
setStatusByUserId(long statusByUserId) |
void |
setStatusByUserName(String statusByUserName) |
void |
setStatusDate(Date statusDate) |
void |
setTreePath(String treePath) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUuid(String uuid) |
static DLFolderSoap |
toSoapModel(DLFolder model) |
static DLFolderSoap[] |
toSoapModels(DLFolder[] models) |
static DLFolderSoap[][] |
toSoapModels(DLFolder[][] models) |
static DLFolderSoap[] |
toSoapModels(List<DLFolder> models) |
public static DLFolderSoap toSoapModel(DLFolder model)
public static DLFolderSoap[] toSoapModels(DLFolder[] models)
public static DLFolderSoap[][] toSoapModels(DLFolder[][] models)
public static DLFolderSoap[] toSoapModels(List<DLFolder> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getCtCollectionId()
public void setCtCollectionId(long ctCollectionId)
public String getUuid()
public void setUuid(String uuid)
public long getFolderId()
public void setFolderId(long folderId)
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 boolean getMountPoint()
public boolean isMountPoint()
public void setMountPoint(boolean mountPoint)
public long getParentFolderId()
public void setParentFolderId(long parentFolderId)
public String getTreePath()
public void setTreePath(String treePath)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Date getLastPostDate()
public void setLastPostDate(Date lastPostDate)
public long getDefaultFileEntryTypeId()
public void setDefaultFileEntryTypeId(long defaultFileEntryTypeId)
public boolean getHidden()
public boolean isHidden()
public void setHidden(boolean hidden)
public int getRestrictionType()
public void setRestrictionType(int restrictionType)
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)