com.liferay.client.soap.portlet.shopping.model
Class ShoppingCategorySoap

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

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

See Also:
Serialized Form

Constructor Summary
ShoppingCategorySoap()
           
ShoppingCategorySoap(long categoryId, long companyId, java.util.Calendar createDate, java.lang.String description, long groupId, 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 ShoppingCategorySoap.
 long getCompanyId()
          Gets the companyId value for this ShoppingCategorySoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this ShoppingCategorySoap.
 java.lang.String getDescription()
          Gets the description value for this ShoppingCategorySoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getGroupId()
          Gets the groupId value for this ShoppingCategorySoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this ShoppingCategorySoap.
 java.lang.String getName()
          Gets the name value for this ShoppingCategorySoap.
 long getParentCategoryId()
          Gets the parentCategoryId value for this ShoppingCategorySoap.
 long getPrimaryKey()
          Gets the primaryKey value for this ShoppingCategorySoap.
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 ShoppingCategorySoap.
 java.lang.String getUserName()
          Gets the userName value for this ShoppingCategorySoap.
 int hashCode()
           
 void setCategoryId(long categoryId)
          Sets the categoryId value for this ShoppingCategorySoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this ShoppingCategorySoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this ShoppingCategorySoap.
 void setDescription(java.lang.String description)
          Sets the description value for this ShoppingCategorySoap.
 void setGroupId(long groupId)
          Sets the groupId value for this ShoppingCategorySoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this ShoppingCategorySoap.
 void setName(java.lang.String name)
          Sets the name value for this ShoppingCategorySoap.
 void setParentCategoryId(long parentCategoryId)
          Sets the parentCategoryId value for this ShoppingCategorySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this ShoppingCategorySoap.
 void setUserId(long userId)
          Sets the userId value for this ShoppingCategorySoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this ShoppingCategorySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingCategorySoap

public ShoppingCategorySoap()

ShoppingCategorySoap

public ShoppingCategorySoap(long categoryId,
                            long companyId,
                            java.util.Calendar createDate,
                            java.lang.String description,
                            long groupId,
                            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 ShoppingCategorySoap.

Returns:
categoryId

setCategoryId

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

Parameters:
categoryId -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getName

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

Returns:
name

setName

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

Parameters:
name -

getParentCategoryId

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

Returns:
parentCategoryId

setParentCategoryId

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

Parameters:
parentCategoryId -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

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