com.liferay.portlet.journal.model
Class JournalContentSearchSoap

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

public class JournalContentSearchSoap
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.JournalContentSearchServiceSoap.

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

Constructor Summary
JournalContentSearchSoap()
           
 
Method Summary
 java.lang.String getArticleId()
           
 long getCompanyId()
           
 long getContentSearchId()
           
 long getGroupId()
           
 long getLayoutId()
           
 java.lang.String getPortletId()
           
 long getPrimaryKey()
           
 boolean getPrivateLayout()
           
 boolean isPrivateLayout()
           
 void setArticleId(java.lang.String articleId)
           
 void setCompanyId(long companyId)
           
 void setContentSearchId(long contentSearchId)
           
 void setGroupId(long groupId)
           
 void setLayoutId(long layoutId)
           
 void setPortletId(java.lang.String portletId)
           
 void setPrimaryKey(long pk)
           
 void setPrivateLayout(boolean privateLayout)
           
static JournalContentSearchSoap toSoapModel(JournalContentSearch model)
           
static JournalContentSearchSoap[] toSoapModels(java.util.List<JournalContentSearch> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalContentSearchSoap

public JournalContentSearchSoap()
Method Detail

toSoapModel

public static JournalContentSearchSoap toSoapModel(JournalContentSearch model)

toSoapModels

public static JournalContentSearchSoap[] toSoapModels(java.util.List<JournalContentSearch> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getContentSearchId

public long getContentSearchId()

setContentSearchId

public void setContentSearchId(long contentSearchId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getPrivateLayout

public boolean getPrivateLayout()

isPrivateLayout

public boolean isPrivateLayout()

setPrivateLayout

public void setPrivateLayout(boolean privateLayout)

getLayoutId

public long getLayoutId()

setLayoutId

public void setLayoutId(long layoutId)

getPortletId

public java.lang.String getPortletId()

setPortletId

public void setPortletId(java.lang.String portletId)

getArticleId

public java.lang.String getArticleId()

setArticleId

public void setArticleId(java.lang.String articleId)