com.liferay.portlet.documentlibrary.model
Class DLFolderSoap
java.lang.Object
com.liferay.portlet.documentlibrary.model.DLFolderSoap
- All Implemented Interfaces:
- Serializable
public class DLFolderSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portlet.documentlibrary.service.http.DLFolderServiceSoap
.
- See Also:
com.liferay.portlet.documentlibrary.service.http.DLFolderServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFolderSoap
public DLFolderSoap()
toSoapModel
public static DLFolderSoap toSoapModel(DLFolder model)
toSoapModels
public static DLFolderSoap[] toSoapModels(DLFolder[] models)
toSoapModels
public static DLFolderSoap[][] toSoapModels(DLFolder[][] models)
toSoapModels
public static DLFolderSoap[] toSoapModels(List<DLFolder> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getFolderId
public long getFolderId()
setFolderId
public void setFolderId(long folderId)
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)
getRepositoryId
public long getRepositoryId()
setRepositoryId
public void setRepositoryId(long repositoryId)
getMountPoint
public boolean getMountPoint()
isMountPoint
public boolean isMountPoint()
setMountPoint
public void setMountPoint(boolean mountPoint)
getParentFolderId
public long getParentFolderId()
setParentFolderId
public void setParentFolderId(long parentFolderId)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getLastPostDate
public Date getLastPostDate()
setLastPostDate
public void setLastPostDate(Date lastPostDate)
getDefaultFileEntryTypeId
public long getDefaultFileEntryTypeId()
setDefaultFileEntryTypeId
public void setDefaultFileEntryTypeId(long defaultFileEntryTypeId)
getOverrideFileEntryTypes
public boolean getOverrideFileEntryTypes()
isOverrideFileEntryTypes
public boolean isOverrideFileEntryTypes()
setOverrideFileEntryTypes
public void setOverrideFileEntryTypes(boolean overrideFileEntryTypes)