com.liferay.portlet.journal.model
Class JournalArticleResourceSoap

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

public class JournalArticleResourceSoap
extends java.lang.Object
implements java.io.Serializable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portlet.journal.service.http.JournalArticleResourceServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.journal.service.http.JournalArticleResourceServiceSoap, Serialized Form

Constructor Summary
JournalArticleResourceSoap()
           
 
Method Summary
 java.lang.String getArticleId()
           
 long getGroupId()
           
 long getPrimaryKey()
           
 long getResourcePrimKey()
           
 void setArticleId(java.lang.String articleId)
           
 void setGroupId(long groupId)
           
 void setPrimaryKey(long pk)
           
 void setResourcePrimKey(long resourcePrimKey)
           
static JournalArticleResourceSoap toSoapModel(JournalArticleResource model)
           
static JournalArticleResourceSoap[] toSoapModels(java.util.List<JournalArticleResource> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalArticleResourceSoap

public JournalArticleResourceSoap()
Method Detail

toSoapModel

public static JournalArticleResourceSoap toSoapModel(JournalArticleResource model)

toSoapModels

public static JournalArticleResourceSoap[] toSoapModels(java.util.List<JournalArticleResource> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getResourcePrimKey

public long getResourcePrimKey()

setResourcePrimKey

public void setResourcePrimKey(long resourcePrimKey)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getArticleId

public java.lang.String getArticleId()

setArticleId

public void setArticleId(java.lang.String articleId)