Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.model
Class WikiPageResourceSoap

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

public class WikiPageResourceSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
WikiPageResourceSoap()
           
 
Method Summary
 long getNodeId()
           
 long getPrimaryKey()
           
 long getResourcePrimKey()
           
 String getTitle()
           
 String getUuid()
           
 void setNodeId(long nodeId)
           
 void setPrimaryKey(long pk)
           
 void setResourcePrimKey(long resourcePrimKey)
           
 void setTitle(String title)
           
 void setUuid(String uuid)
           
static WikiPageResourceSoap toSoapModel(WikiPageResource model)
           
static WikiPageResourceSoap[] toSoapModels(List<WikiPageResource> models)
           
static WikiPageResourceSoap[] toSoapModels(WikiPageResource[] models)
           
static WikiPageResourceSoap[][] toSoapModels(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(WikiPageResource[] models)

toSoapModels

public static WikiPageResourceSoap[][] toSoapModels(WikiPageResource[][] models)

toSoapModels

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

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getResourcePrimKey

public long getResourcePrimKey()

setResourcePrimKey

public void setResourcePrimKey(long resourcePrimKey)

getNodeId

public long getNodeId()

setNodeId

public void setNodeId(long nodeId)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

Liferay 6.1.2-ce-ga3