com.liferay.portlet.documentlibrary.model
Class DLFileEntrySoap
java.lang.Object
com.liferay.portlet.documentlibrary.model.DLFileEntrySoap
- All Implemented Interfaces:
- Serializable
public class DLFileEntrySoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portlet.documentlibrary.service.http.DLFileEntryServiceSoap
.
- See Also:
com.liferay.portlet.documentlibrary.service.http.DLFileEntryServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileEntrySoap
public DLFileEntrySoap()
toSoapModel
public static DLFileEntrySoap toSoapModel(DLFileEntry model)
toSoapModels
public static DLFileEntrySoap[] toSoapModels(DLFileEntry[] models)
toSoapModels
public static DLFileEntrySoap[][] toSoapModels(DLFileEntry[][] models)
toSoapModels
public static DLFileEntrySoap[] toSoapModels(List<DLFileEntry> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getFileEntryId
public long getFileEntryId()
setFileEntryId
public void setFileEntryId(long fileEntryId)
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)
getClassNameId
public long getClassNameId()
setClassNameId
public void setClassNameId(long classNameId)
getClassPK
public long getClassPK()
setClassPK
public void setClassPK(long classPK)
getRepositoryId
public long getRepositoryId()
setRepositoryId
public void setRepositoryId(long repositoryId)
getFolderId
public long getFolderId()
setFolderId
public void setFolderId(long folderId)
getTreePath
public String getTreePath()
setTreePath
public void setTreePath(String treePath)
getName
public String getName()
setName
public void setName(String name)
getExtension
public String getExtension()
setExtension
public void setExtension(String extension)
getMimeType
public String getMimeType()
setMimeType
public void setMimeType(String mimeType)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getExtraSettings
public String getExtraSettings()
setExtraSettings
public void setExtraSettings(String extraSettings)
getFileEntryTypeId
public long getFileEntryTypeId()
setFileEntryTypeId
public void setFileEntryTypeId(long fileEntryTypeId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getSize
public long getSize()
setSize
public void setSize(long size)
getReadCount
public int getReadCount()
setReadCount
public void setReadCount(int readCount)
getSmallImageId
public long getSmallImageId()
setSmallImageId
public void setSmallImageId(long smallImageId)
getLargeImageId
public long getLargeImageId()
setLargeImageId
public void setLargeImageId(long largeImageId)
getCustom1ImageId
public long getCustom1ImageId()
setCustom1ImageId
public void setCustom1ImageId(long custom1ImageId)
getCustom2ImageId
public long getCustom2ImageId()
setCustom2ImageId
public void setCustom2ImageId(long custom2ImageId)
getManualCheckInRequired
public boolean getManualCheckInRequired()
isManualCheckInRequired
public boolean isManualCheckInRequired()
setManualCheckInRequired
public void setManualCheckInRequired(boolean manualCheckInRequired)