Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model
Class JournalArticleSoap

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

public class JournalArticleSoap
extends Object
implements Serializable

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

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

Constructor Summary
JournalArticleSoap()
           
 
Method Summary
 String getArticleId()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 String getContent()
           
 Date getCreateDate()
           
 String getDescription()
           
 Date getDisplayDate()
           
 Date getExpirationDate()
           
 long getFolderId()
           
 long getGroupId()
           
 long getId()
           
 boolean getIndexable()
           
 String getLayoutUuid()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getResourcePrimKey()
           
 Date getReviewDate()
           
 boolean getSmallImage()
           
 long getSmallImageId()
           
 String getSmallImageURL()
           
 int getStatus()
           
 long getStatusByUserId()
           
 String getStatusByUserName()
           
 Date getStatusDate()
           
 String getStructureId()
           
 String getTemplateId()
           
 String getTitle()
           
 String getTreePath()
           
 String getType()
           
 String getUrlTitle()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 double getVersion()
           
 boolean isIndexable()
           
 boolean isSmallImage()
           
 void setArticleId(String articleId)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setContent(String content)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setDisplayDate(Date displayDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setFolderId(long folderId)
           
 void setGroupId(long groupId)
           
 void setId(long id)
           
 void setIndexable(boolean indexable)
           
 void setLayoutUuid(String layoutUuid)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setResourcePrimKey(long resourcePrimKey)
           
 void setReviewDate(Date reviewDate)
           
 void setSmallImage(boolean smallImage)
           
 void setSmallImageId(long smallImageId)
           
 void setSmallImageURL(String smallImageURL)
           
 void setStatus(int status)
           
 void setStatusByUserId(long statusByUserId)
           
 void setStatusByUserName(String statusByUserName)
           
 void setStatusDate(Date statusDate)
           
 void setStructureId(String structureId)
           
 void setTemplateId(String templateId)
           
 void setTitle(String title)
           
 void setTreePath(String treePath)
           
 void setType(String type)
           
 void setUrlTitle(String urlTitle)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
 void setVersion(double version)
           
static JournalArticleSoap toSoapModel(JournalArticle model)
           
static JournalArticleSoap[] toSoapModels(JournalArticle[] models)
           
static JournalArticleSoap[][] toSoapModels(JournalArticle[][] models)
           
static JournalArticleSoap[] toSoapModels(List<JournalArticle> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalArticleSoap

public JournalArticleSoap()
Method Detail

toSoapModel

public static JournalArticleSoap toSoapModel(JournalArticle model)

toSoapModels

public static JournalArticleSoap[] toSoapModels(JournalArticle[] models)

toSoapModels

public static JournalArticleSoap[][] toSoapModels(JournalArticle[][] models)

toSoapModels

public static JournalArticleSoap[] toSoapModels(List<JournalArticle> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getId

public long getId()

setId

public void setId(long id)

getResourcePrimKey

public long getResourcePrimKey()

setResourcePrimKey

public void setResourcePrimKey(long resourcePrimKey)

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)

getFolderId

public long getFolderId()

setFolderId

public void setFolderId(long folderId)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)

getTreePath

public String getTreePath()

setTreePath

public void setTreePath(String treePath)

getArticleId

public String getArticleId()

setArticleId

public void setArticleId(String articleId)

getVersion

public double getVersion()

setVersion

public void setVersion(double version)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getUrlTitle

public String getUrlTitle()

setUrlTitle

public void setUrlTitle(String urlTitle)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getContent

public String getContent()

setContent

public void setContent(String content)

getType

public String getType()

setType

public void setType(String type)

getStructureId

public String getStructureId()

setStructureId

public void setStructureId(String structureId)

getTemplateId

public String getTemplateId()

setTemplateId

public void setTemplateId(String templateId)

getLayoutUuid

public String getLayoutUuid()

setLayoutUuid

public void setLayoutUuid(String layoutUuid)

getDisplayDate

public Date getDisplayDate()

setDisplayDate

public void setDisplayDate(Date displayDate)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

getReviewDate

public Date getReviewDate()

setReviewDate

public void setReviewDate(Date reviewDate)

getIndexable

public boolean getIndexable()

isIndexable

public boolean isIndexable()

setIndexable

public void setIndexable(boolean indexable)

getSmallImage

public boolean getSmallImage()

isSmallImage

public boolean isSmallImage()

setSmallImage

public void setSmallImage(boolean smallImage)

getSmallImageId

public long getSmallImageId()

setSmallImageId

public void setSmallImageId(long smallImageId)

getSmallImageURL

public String getSmallImageURL()

setSmallImageURL

public void setSmallImageURL(String smallImageURL)

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