Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Class DLFolderSoap

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.DLFolderSoap
All Implemented Interfaces:
Serializable

public class DLFolderSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically DLFolderServiceSoap.

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

Constructor Summary
DLFolderSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 long getDefaultFileEntryTypeId()
           
 String getDescription()
           
 long getFolderId()
           
 long getGroupId()
           
 Date getLastPostDate()
           
 Date getModifiedDate()
           
 boolean getMountPoint()
           
 String getName()
           
 boolean getOverrideFileEntryTypes()
           
 long getParentFolderId()
           
 long getPrimaryKey()
           
 long getRepositoryId()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 boolean isMountPoint()
           
 boolean isOverrideFileEntryTypes()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDefaultFileEntryTypeId(long defaultFileEntryTypeId)
           
 void setDescription(String description)
           
 void setFolderId(long folderId)
           
 void setGroupId(long groupId)
           
 void setLastPostDate(Date lastPostDate)
           
 void setModifiedDate(Date modifiedDate)
           
 void setMountPoint(boolean mountPoint)
           
 void setName(String name)
           
 void setOverrideFileEntryTypes(boolean overrideFileEntryTypes)
           
 void setParentFolderId(long parentFolderId)
           
 void setPrimaryKey(long pk)
           
 void setRepositoryId(long repositoryId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static DLFolderSoap toSoapModel(DLFolder model)
           
static DLFolderSoap[] toSoapModels(DLFolder[] models)
           
static DLFolderSoap[][] toSoapModels(DLFolder[][] models)
           
static DLFolderSoap[] toSoapModels(List<DLFolder> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFolderSoap

public DLFolderSoap()
Method Detail

toSoapModel

public static DLFolderSoap toSoapModel(DLFolder model)

toSoapModels

public static DLFolderSoap[] toSoapModels(DLFolder[] models)

toSoapModels

public static DLFolderSoap[][] toSoapModels(DLFolder[][] models)

toSoapModels

public static DLFolderSoap[] toSoapModels(List<DLFolder> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getFolderId

public long getFolderId()

setFolderId

public void setFolderId(long folderId)

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)

getRepositoryId

public long getRepositoryId()

setRepositoryId

public void setRepositoryId(long repositoryId)

getMountPoint

public boolean getMountPoint()

isMountPoint

public boolean isMountPoint()

setMountPoint

public void setMountPoint(boolean mountPoint)

getParentFolderId

public long getParentFolderId()

setParentFolderId

public void setParentFolderId(long parentFolderId)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getLastPostDate

public Date getLastPostDate()

setLastPostDate

public void setLastPostDate(Date lastPostDate)

getDefaultFileEntryTypeId

public long getDefaultFileEntryTypeId()

setDefaultFileEntryTypeId

public void setDefaultFileEntryTypeId(long defaultFileEntryTypeId)

getOverrideFileEntryTypes

public boolean getOverrideFileEntryTypes()

isOverrideFileEntryTypes

public boolean isOverrideFileEntryTypes()

setOverrideFileEntryTypes

public void setOverrideFileEntryTypes(boolean overrideFileEntryTypes)

Liferay 6.1.2-ce-ga3