com.liferay.portal.kernel.repository.model
Class FileEntrySoap
java.lang.Object
com.liferay.portal.kernel.repository.model.FileEntrySoap
- All Implemented Interfaces:
- Serializable
public class FileEntrySoap
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileEntrySoap
public FileEntrySoap()
toSoapModel
public static FileEntrySoap toSoapModel(FileEntry model)
toSoapModels
public static FileEntrySoap[] toSoapModels(FileEntry[] models)
toSoapModels
public static FileEntrySoap[][] toSoapModels(FileEntry[][] models)
toSoapModels
public static FileEntrySoap[] toSoapModels(List<FileEntry> models)
getCompanyId
public long getCompanyId()
getCreateDate
public Date getCreateDate()
getDescription
public String getDescription()
getExtension
public String getExtension()
getFileEntryId
public long getFileEntryId()
getFolderId
public long getFolderId()
getGroupId
public long getGroupId()
getMimeType
public String getMimeType()
getModifiedDate
public Date getModifiedDate()
getPrimaryKey
public long getPrimaryKey()
getRepositoryId
public long getRepositoryId()
getSize
public long getSize()
getTitle
public String getTitle()
getUserId
public long getUserId()
getUserName
public String getUserName()
getUuid
public String getUuid()
getVersion
public String getVersion()
getVersionUserId
public long getVersionUserId()
getVersionUserName
public String getVersionUserName()
setCompanyId
public void setCompanyId(long companyId)
setCreateDate
public void setCreateDate(Date date)
setDescription
public void setDescription(String description)
setExtension
public void setExtension(String extension)
setFileEntryId
public void setFileEntryId(long fileEntryId)
setFolderId
public void setFolderId(long folderId)
setGroupId
public void setGroupId(long groupId)
setMimeType
public void setMimeType(String mimeType)
setModifiedDate
public void setModifiedDate(Date date)
setPrimaryKey
public void setPrimaryKey(long pk)
setRepositoryId
public void setRepositoryId(long repositoryId)
setSize
public void setSize(long size)
setTitle
public void setTitle(String title)
setUserId
public void setUserId(long userId)
setUserName
public void setUserName(String userName)
setUuid
public void setUuid(String uuid)
setVersion
public void setVersion(String version)
setVersionUserId
public void setVersionUserId(long versionUserId)
setVersionUserName
public void setVersionUserName(String versionUserName)