com.liferay.client.soap.portlet.wiki.model
Class WikiPageSoap

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

public class WikiPageSoap
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
WikiPageSoap()
           
WikiPageSoap(long companyId, java.lang.String content, java.util.Calendar createDate, java.lang.String format, long groupId, boolean head, boolean minorEdit, java.util.Calendar modifiedDate, long nodeId, long pageId, java.lang.String parentTitle, long primaryKey, java.lang.String redirectTitle, long resourcePrimKey, java.lang.String summary, java.lang.String title, long userId, java.lang.String userName, java.lang.String uuid, double version)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this WikiPageSoap.
 java.lang.String getContent()
          Gets the content value for this WikiPageSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this WikiPageSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFormat()
          Gets the format value for this WikiPageSoap.
 long getGroupId()
          Gets the groupId value for this WikiPageSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this WikiPageSoap.
 long getNodeId()
          Gets the nodeId value for this WikiPageSoap.
 long getPageId()
          Gets the pageId value for this WikiPageSoap.
 java.lang.String getParentTitle()
          Gets the parentTitle value for this WikiPageSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this WikiPageSoap.
 java.lang.String getRedirectTitle()
          Gets the redirectTitle value for this WikiPageSoap.
 long getResourcePrimKey()
          Gets the resourcePrimKey value for this WikiPageSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSummary()
          Gets the summary value for this WikiPageSoap.
 java.lang.String getTitle()
          Gets the title value for this WikiPageSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this WikiPageSoap.
 java.lang.String getUserName()
          Gets the userName value for this WikiPageSoap.
 java.lang.String getUuid()
          Gets the uuid value for this WikiPageSoap.
 double getVersion()
          Gets the version value for this WikiPageSoap.
 int hashCode()
           
 boolean isHead()
          Gets the head value for this WikiPageSoap.
 boolean isMinorEdit()
          Gets the minorEdit value for this WikiPageSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this WikiPageSoap.
 void setContent(java.lang.String content)
          Sets the content value for this WikiPageSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this WikiPageSoap.
 void setFormat(java.lang.String format)
          Sets the format value for this WikiPageSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this WikiPageSoap.
 void setHead(boolean head)
          Sets the head value for this WikiPageSoap.
 void setMinorEdit(boolean minorEdit)
          Sets the minorEdit value for this WikiPageSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this WikiPageSoap.
 void setNodeId(long nodeId)
          Sets the nodeId value for this WikiPageSoap.
 void setPageId(long pageId)
          Sets the pageId value for this WikiPageSoap.
 void setParentTitle(java.lang.String parentTitle)
          Sets the parentTitle value for this WikiPageSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this WikiPageSoap.
 void setRedirectTitle(java.lang.String redirectTitle)
          Sets the redirectTitle value for this WikiPageSoap.
 void setResourcePrimKey(long resourcePrimKey)
          Sets the resourcePrimKey value for this WikiPageSoap.
 void setSummary(java.lang.String summary)
          Sets the summary value for this WikiPageSoap.
 void setTitle(java.lang.String title)
          Sets the title value for this WikiPageSoap.
 void setUserId(long userId)
          Sets the userId value for this WikiPageSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this WikiPageSoap.
 void setUuid(java.lang.String uuid)
          Sets the uuid value for this WikiPageSoap.
 void setVersion(double version)
          Sets the version value for this WikiPageSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiPageSoap

public WikiPageSoap()

WikiPageSoap

public WikiPageSoap(long companyId,
                    java.lang.String content,
                    java.util.Calendar createDate,
                    java.lang.String format,
                    long groupId,
                    boolean head,
                    boolean minorEdit,
                    java.util.Calendar modifiedDate,
                    long nodeId,
                    long pageId,
                    java.lang.String parentTitle,
                    long primaryKey,
                    java.lang.String redirectTitle,
                    long resourcePrimKey,
                    java.lang.String summary,
                    java.lang.String title,
                    long userId,
                    java.lang.String userName,
                    java.lang.String uuid,
                    double version)
Method Detail

getCompanyId

public long getCompanyId()
Gets the companyId value for this WikiPageSoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this WikiPageSoap.

Parameters:
companyId -

getContent

public java.lang.String getContent()
Gets the content value for this WikiPageSoap.

Returns:
content

setContent

public void setContent(java.lang.String content)
Sets the content value for this WikiPageSoap.

Parameters:
content -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this WikiPageSoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this WikiPageSoap.

Parameters:
createDate -

getFormat

public java.lang.String getFormat()
Gets the format value for this WikiPageSoap.

Returns:
format

setFormat

public void setFormat(java.lang.String format)
Sets the format value for this WikiPageSoap.

Parameters:
format -

getGroupId

public long getGroupId()
Gets the groupId value for this WikiPageSoap.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this WikiPageSoap.

Parameters:
groupId -

isHead

public boolean isHead()
Gets the head value for this WikiPageSoap.

Returns:
head

setHead

public void setHead(boolean head)
Sets the head value for this WikiPageSoap.

Parameters:
head -

isMinorEdit

public boolean isMinorEdit()
Gets the minorEdit value for this WikiPageSoap.

Returns:
minorEdit

setMinorEdit

public void setMinorEdit(boolean minorEdit)
Sets the minorEdit value for this WikiPageSoap.

Parameters:
minorEdit -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this WikiPageSoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this WikiPageSoap.

Parameters:
modifiedDate -

getNodeId

public long getNodeId()
Gets the nodeId value for this WikiPageSoap.

Returns:
nodeId

setNodeId

public void setNodeId(long nodeId)
Sets the nodeId value for this WikiPageSoap.

Parameters:
nodeId -

getPageId

public long getPageId()
Gets the pageId value for this WikiPageSoap.

Returns:
pageId

setPageId

public void setPageId(long pageId)
Sets the pageId value for this WikiPageSoap.

Parameters:
pageId -

getParentTitle

public java.lang.String getParentTitle()
Gets the parentTitle value for this WikiPageSoap.

Returns:
parentTitle

setParentTitle

public void setParentTitle(java.lang.String parentTitle)
Sets the parentTitle value for this WikiPageSoap.

Parameters:
parentTitle -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this WikiPageSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this WikiPageSoap.

Parameters:
primaryKey -

getRedirectTitle

public java.lang.String getRedirectTitle()
Gets the redirectTitle value for this WikiPageSoap.

Returns:
redirectTitle

setRedirectTitle

public void setRedirectTitle(java.lang.String redirectTitle)
Sets the redirectTitle value for this WikiPageSoap.

Parameters:
redirectTitle -

getResourcePrimKey

public long getResourcePrimKey()
Gets the resourcePrimKey value for this WikiPageSoap.

Returns:
resourcePrimKey

setResourcePrimKey

public void setResourcePrimKey(long resourcePrimKey)
Sets the resourcePrimKey value for this WikiPageSoap.

Parameters:
resourcePrimKey -

getSummary

public java.lang.String getSummary()
Gets the summary value for this WikiPageSoap.

Returns:
summary

setSummary

public void setSummary(java.lang.String summary)
Sets the summary value for this WikiPageSoap.

Parameters:
summary -

getTitle

public java.lang.String getTitle()
Gets the title value for this WikiPageSoap.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this WikiPageSoap.

Parameters:
title -

getUserId

public long getUserId()
Gets the userId value for this WikiPageSoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this WikiPageSoap.

Parameters:
userId -

getUserName

public java.lang.String getUserName()
Gets the userName value for this WikiPageSoap.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this WikiPageSoap.

Parameters:
userName -

getUuid

public java.lang.String getUuid()
Gets the uuid value for this WikiPageSoap.

Returns:
uuid

setUuid

public void setUuid(java.lang.String uuid)
Sets the uuid value for this WikiPageSoap.

Parameters:
uuid -

getVersion

public double getVersion()
Gets the version value for this WikiPageSoap.

Returns:
version

setVersion

public void setVersion(double version)
Sets the version value for this WikiPageSoap.

Parameters:
version -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer