Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.repository.model
Class FileEntrySoap

java.lang.Object
  extended by com.liferay.portal.kernel.repository.model.FileEntrySoap
All Implemented Interfaces:
Serializable

public class FileEntrySoap
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

FileEntrySoap

public FileEntrySoap()
Method Detail

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)

Liferay 6.1.2-ce-ga3