Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model
Class JournalFolderSoap

java.lang.Object
  extended by com.liferay.portlet.journal.model.JournalFolderSoap
All Implemented Interfaces:
Serializable

public class JournalFolderSoap
extends Object
implements Serializable

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

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

Constructor Summary
JournalFolderSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 long getFolderId()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getParentFolderId()
           
 long getPrimaryKey()
           
 int getStatus()
           
 long getStatusByUserId()
           
 String getStatusByUserName()
           
 Date getStatusDate()
           
 String getTreePath()
           
 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 setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setParentFolderId(long parentFolderId)
           
 void setPrimaryKey(long pk)
           
 void setStatus(int status)
           
 void setStatusByUserId(long statusByUserId)
           
 void setStatusByUserName(String statusByUserName)
           
 void setStatusDate(Date statusDate)
           
 void setTreePath(String treePath)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static JournalFolderSoap toSoapModel(JournalFolder model)
           
static JournalFolderSoap[] toSoapModels(JournalFolder[] models)
           
static JournalFolderSoap[][] toSoapModels(JournalFolder[][] models)
           
static JournalFolderSoap[] toSoapModels(List<JournalFolder> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalFolderSoap

public JournalFolderSoap()
Method Detail

toSoapModel

public static JournalFolderSoap toSoapModel(JournalFolder model)

toSoapModels

public static JournalFolderSoap[] toSoapModels(JournalFolder[] models)

toSoapModels

public static JournalFolderSoap[][] toSoapModels(JournalFolder[][] models)

toSoapModels

public static JournalFolderSoap[] toSoapModels(List<JournalFolder> 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)

getParentFolderId

public long getParentFolderId()

setParentFolderId

public void setParentFolderId(long parentFolderId)

getTreePath

public String getTreePath()

setTreePath

public void setTreePath(String treePath)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getStatus

public int getStatus()

setStatus

public void setStatus(int status)

getStatusByUserId

public long getStatusByUserId()

setStatusByUserId

public void setStatusByUserId(long statusByUserId)

getStatusByUserName

public String getStatusByUserName()

setStatusByUserName

public void setStatusByUserName(String statusByUserName)

getStatusDate

public Date getStatusDate()

setStatusDate

public void setStatusDate(Date statusDate)

Liferay 6.2-ce-ga5