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
DLFileEntryServiceSoap
.
- See Also:
DLFileEntryServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
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)
getVersionUserId
public long getVersionUserId()
setVersionUserId
public void setVersionUserId(long versionUserId)
getVersionUserName
public String getVersionUserName()
setVersionUserName
public void setVersionUserName(String versionUserName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getFolderId
public long getFolderId()
setFolderId
public void setFolderId(long folderId)
getName
public String getName()
setName
public void setName(String name)
getExtension
public String getExtension()
setExtension
public void setExtension(String extension)
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)
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)