Liferay 6.2-ce-ga5

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 SOAP remote services, specifically DLFileEntryServiceSoap.

See Also:
DLFileEntryServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
DLFileEntrySoap()
           
 
Method Summary
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 long getCustom1ImageId()
           
 long getCustom2ImageId()
           
 String getDescription()
           
 String getExtension()
           
 String getExtraSettings()
           
 long getFileEntryId()
           
 long getFileEntryTypeId()
           
 long getFolderId()
           
 long getGroupId()
           
 long getLargeImageId()
           
 boolean getManualCheckInRequired()
           
 String getMimeType()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 int getReadCount()
           
 long getRepositoryId()
           
 long getSize()
           
 long getSmallImageId()
           
 String getTitle()
           
 String getTreePath()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 String getVersion()
           
 boolean isManualCheckInRequired()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setCustom1ImageId(long custom1ImageId)
           
 void setCustom2ImageId(long custom2ImageId)
           
 void setDescription(String description)
           
 void setExtension(String extension)
           
 void setExtraSettings(String extraSettings)
           
 void setFileEntryId(long fileEntryId)
           
 void setFileEntryTypeId(long fileEntryTypeId)
           
 void setFolderId(long folderId)
           
 void setGroupId(long groupId)
           
 void setLargeImageId(long largeImageId)
           
 void setManualCheckInRequired(boolean manualCheckInRequired)
           
 void setMimeType(String mimeType)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setReadCount(int readCount)
           
 void setRepositoryId(long repositoryId)
           
 void setSize(long size)
           
 void setSmallImageId(long smallImageId)
           
 void setTitle(String title)
           
 void setTreePath(String treePath)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
 void setVersion(String version)
           
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)

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)

Liferay 6.2-ce-ga5