com.liferay.client.portlet.blogs.model
Class BlogsCategorySoap

java.lang.Object
  extended bycom.liferay.client.portlet.blogs.model.BlogsCategorySoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
BlogsCategorySoap()
           
BlogsCategorySoap(long categoryId, long companyId, java.util.Calendar createDate, java.lang.String description, java.util.Calendar modifiedDate, java.lang.String name, long parentCategoryId, long primaryKey, long userId, java.lang.String userName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCategoryId()
          Gets the categoryId value for this BlogsCategorySoap.
 long getCompanyId()
          Gets the companyId value for this BlogsCategorySoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this BlogsCategorySoap.
 java.lang.String getDescription()
          Gets the description value for this BlogsCategorySoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this BlogsCategorySoap.
 java.lang.String getName()
          Gets the name value for this BlogsCategorySoap.
 long getParentCategoryId()
          Gets the parentCategoryId value for this BlogsCategorySoap.
 long getPrimaryKey()
          Gets the primaryKey value for this BlogsCategorySoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this BlogsCategorySoap.
 java.lang.String getUserName()
          Gets the userName value for this BlogsCategorySoap.
 int hashCode()
           
 void setCategoryId(long categoryId)
          Sets the categoryId value for this BlogsCategorySoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this BlogsCategorySoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this BlogsCategorySoap.
 void setDescription(java.lang.String description)
          Sets the description value for this BlogsCategorySoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this BlogsCategorySoap.
 void setName(java.lang.String name)
          Sets the name value for this BlogsCategorySoap.
 void setParentCategoryId(long parentCategoryId)
          Sets the parentCategoryId value for this BlogsCategorySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this BlogsCategorySoap.
 void setUserId(long userId)
          Sets the userId value for this BlogsCategorySoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this BlogsCategorySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsCategorySoap

public BlogsCategorySoap()

BlogsCategorySoap

public BlogsCategorySoap(long categoryId,
                         long companyId,
                         java.util.Calendar createDate,
                         java.lang.String description,
                         java.util.Calendar modifiedDate,
                         java.lang.String name,
                         long parentCategoryId,
                         long primaryKey,
                         long userId,
                         java.lang.String userName)
Method Detail

getCategoryId

public long getCategoryId()
Gets the categoryId value for this BlogsCategorySoap.

Returns:
categoryId

setCategoryId

public void setCategoryId(long categoryId)
Sets the categoryId value for this BlogsCategorySoap.

Parameters:
categoryId -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getDescription

public java.lang.String getDescription()
Gets the description value for this BlogsCategorySoap.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this BlogsCategorySoap.

Parameters:
description -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getName

public java.lang.String getName()
Gets the name value for this BlogsCategorySoap.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this BlogsCategorySoap.

Parameters:
name -

getParentCategoryId

public long getParentCategoryId()
Gets the parentCategoryId value for this BlogsCategorySoap.

Returns:
parentCategoryId

setParentCategoryId

public void setParentCategoryId(long parentCategoryId)
Sets the parentCategoryId value for this BlogsCategorySoap.

Parameters:
parentCategoryId -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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