Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.model
Class WikiNodeSoap

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

public class WikiNodeSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portlet.wiki.service.http.WikiNodeServiceSoap.

See Also:
com.liferay.portlet.wiki.service.http.WikiNodeServiceSoap, Serialized Form

Constructor Summary
WikiNodeSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 long getGroupId()
           
 Date getLastPostDate()
           
 Date getModifiedDate()
           
 String getName()
           
 long getNodeId()
           
 long getPrimaryKey()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setGroupId(long groupId)
           
 void setLastPostDate(Date lastPostDate)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setNodeId(long nodeId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static WikiNodeSoap toSoapModel(WikiNode model)
           
static WikiNodeSoap[] toSoapModels(List<WikiNode> models)
           
static WikiNodeSoap[] toSoapModels(WikiNode[] models)
           
static WikiNodeSoap[][] toSoapModels(WikiNode[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiNodeSoap

public WikiNodeSoap()
Method Detail

toSoapModel

public static WikiNodeSoap toSoapModel(WikiNode model)

toSoapModels

public static WikiNodeSoap[] toSoapModels(WikiNode[] models)

toSoapModels

public static WikiNodeSoap[][] toSoapModels(WikiNode[][] models)

toSoapModels

public static WikiNodeSoap[] toSoapModels(List<WikiNode> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getNodeId

public long getNodeId()

setNodeId

public void setNodeId(long nodeId)

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)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getLastPostDate

public Date getLastPostDate()

setLastPostDate

public void setLastPostDate(Date lastPostDate)

Liferay 6.1.2-ce-ga3