com.liferay.portlet.wiki.model
Class WikiPageResourceSoap

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

public class WikiPageResourceSoap
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.wiki.service.http.WikiPageResourceServiceSoap.

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

Constructor Summary
WikiPageResourceSoap()
           
 
Method Summary
 long getNodeId()
           
 long getPrimaryKey()
           
 long getResourcePrimKey()
           
 java.lang.String getTitle()
           
 void setNodeId(long nodeId)
           
 void setPrimaryKey(long pk)
           
 void setResourcePrimKey(long resourcePrimKey)
           
 void setTitle(java.lang.String title)
           
static WikiPageResourceSoap toSoapModel(WikiPageResource model)
           
static WikiPageResourceSoap[] toSoapModels(java.util.List<WikiPageResource> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiPageResourceSoap

public WikiPageResourceSoap()
Method Detail

toSoapModel

public static WikiPageResourceSoap toSoapModel(WikiPageResource model)

toSoapModels

public static WikiPageResourceSoap[] toSoapModels(java.util.List<WikiPageResource> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getResourcePrimKey

public long getResourcePrimKey()

setResourcePrimKey

public void setResourcePrimKey(long resourcePrimKey)

getNodeId

public long getNodeId()

setNodeId

public void setNodeId(long nodeId)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)