Liferay 6.0.5

com.liferay.portlet.documentlibrary.model
Class DLFileEntrySoap

java.lang.Object
  extended by 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.

Constructor Summary
DLFileEntrySoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 String getExtension()
           
 String getExtraSettings()
           
 long getFileEntryId()
           
 long getFolderId()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 int getReadCount()
           
 long getSize()
           
 String getTitle()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 String getVersion()
           
 long getVersionUserId()
           
 String getVersionUserName()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setExtension(String extension)
           
 void setExtraSettings(String extraSettings)
           
 void setFileEntryId(long fileEntryId)
           
 void setFolderId(long folderId)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setReadCount(int readCount)
           
 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 DLFileEntrySoap toSoapModel(DLFileEntry model)
           
static DLFileEntrySoap[] toSoapModels(DLFileEntry[] models)
           
static DLFileEntrySoap[][] toSoapModels(DLFileEntry[][] models)
           
static DLFileEntrySoap[] toSoapModels(List<DLFileEntry> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileEntrySoap

public DLFileEntrySoap()
Method Detail

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)

Liferay 6.0.5