Liferay 6.1.2-ce-ga3

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

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

public class FolderSoap
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FolderSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 long getFolderId()
           
 long getGroupId()
           
 Date getLastPostDate()
           
 Date getModifiedDate()
           
 String getName()
           
 long getParentFolderId()
           
 long getPrimaryKey()
           
 long getRepositoryId()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setFolderId(long folderId)
           
 void setGroupId(long groupId)
           
 void setLastPostDate(Date lastPostDate)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 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 FolderSoap toSoapModel(Folder model)
           
static FolderSoap[] toSoapModels(Folder[] models)
           
static FolderSoap[][] toSoapModels(Folder[][] models)
           
static FolderSoap[] toSoapModels(List<Folder> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderSoap

public FolderSoap()
Method Detail

toSoapModel

public static FolderSoap toSoapModel(Folder model)

toSoapModels

public static FolderSoap[] toSoapModels(Folder[] models)

toSoapModels

public static FolderSoap[][] toSoapModels(Folder[][] models)

toSoapModels

public static FolderSoap[] toSoapModels(List<Folder> models)

getCompanyId

public long getCompanyId()

getCreateDate

public Date getCreateDate()

getDescription

public String getDescription()

getFolderId

public long getFolderId()

getGroupId

public long getGroupId()

getLastPostDate

public Date getLastPostDate()

getModifiedDate

public Date getModifiedDate()

getName

public String getName()

getParentFolderId

public long getParentFolderId()

getPrimaryKey

public long getPrimaryKey()

getRepositoryId

public long getRepositoryId()

getUserId

public long getUserId()

getUserName

public String getUserName()

getUuid

public String getUuid()

setCompanyId

public void setCompanyId(long companyId)

setCreateDate

public void setCreateDate(Date createDate)

setDescription

public void setDescription(String description)

setFolderId

public void setFolderId(long folderId)

setGroupId

public void setGroupId(long groupId)

setLastPostDate

public void setLastPostDate(Date lastPostDate)

setModifiedDate

public void setModifiedDate(Date modifiedDate)

setName

public void setName(String name)

setParentFolderId

public void setParentFolderId(long parentFolderId)

setPrimaryKey

public void setPrimaryKey(long pk)

setRepositoryId

public void setRepositoryId(long repositoryId)

setUserId

public void setUserId(long userId)

setUserName

public void setUserName(String userName)

setUuid

public void setUuid(String uuid)

Liferay 6.1.2-ce-ga3