com.liferay.portlet.wiki.model
Class WikiNodeSoap
java.lang.Object
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 WikiNodeServiceSoap
.
- See Also:
WikiNodeServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WikiNodeSoap
public WikiNodeSoap()
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)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
getStatusByUserId
public long getStatusByUserId()
setStatusByUserId
public void setStatusByUserId(long statusByUserId)
getStatusByUserName
public String getStatusByUserName()
setStatusByUserName
public void setStatusByUserName(String statusByUserName)
getStatusDate
public Date getStatusDate()
setStatusDate
public void setStatusDate(Date statusDate)