com.liferay.client.soap.portlet.asset.model
Class AssetCategoryPropertySoap

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

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

See Also:
Serialized Form

Constructor Summary
AssetCategoryPropertySoap()
           
AssetCategoryPropertySoap(long categoryId, long categoryPropertyId, long companyId, java.util.Calendar createDate, java.lang.String key, java.util.Calendar modifiedDate, long primaryKey, long userId, java.lang.String userName, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCategoryId()
          Gets the categoryId value for this AssetCategoryPropertySoap.
 long getCategoryPropertyId()
          Gets the categoryPropertyId value for this AssetCategoryPropertySoap.
 long getCompanyId()
          Gets the companyId value for this AssetCategoryPropertySoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this AssetCategoryPropertySoap.
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 getKey()
          Gets the key value for this AssetCategoryPropertySoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this AssetCategoryPropertySoap.
 long getPrimaryKey()
          Gets the primaryKey value for this AssetCategoryPropertySoap.
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 AssetCategoryPropertySoap.
 java.lang.String getUserName()
          Gets the userName value for this AssetCategoryPropertySoap.
 java.lang.String getValue()
          Gets the value value for this AssetCategoryPropertySoap.
 int hashCode()
           
 void setCategoryId(long categoryId)
          Sets the categoryId value for this AssetCategoryPropertySoap.
 void setCategoryPropertyId(long categoryPropertyId)
          Sets the categoryPropertyId value for this AssetCategoryPropertySoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this AssetCategoryPropertySoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this AssetCategoryPropertySoap.
 void setKey(java.lang.String key)
          Sets the key value for this AssetCategoryPropertySoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this AssetCategoryPropertySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this AssetCategoryPropertySoap.
 void setUserId(long userId)
          Sets the userId value for this AssetCategoryPropertySoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this AssetCategoryPropertySoap.
 void setValue(java.lang.String value)
          Sets the value value for this AssetCategoryPropertySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetCategoryPropertySoap

public AssetCategoryPropertySoap()

AssetCategoryPropertySoap

public AssetCategoryPropertySoap(long categoryId,
                                 long categoryPropertyId,
                                 long companyId,
                                 java.util.Calendar createDate,
                                 java.lang.String key,
                                 java.util.Calendar modifiedDate,
                                 long primaryKey,
                                 long userId,
                                 java.lang.String userName,
                                 java.lang.String value)
Method Detail

getCategoryId

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

Returns:
categoryId

setCategoryId

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

Parameters:
categoryId -

getCategoryPropertyId

public long getCategoryPropertyId()
Gets the categoryPropertyId value for this AssetCategoryPropertySoap.

Returns:
categoryPropertyId

setCategoryPropertyId

public void setCategoryPropertyId(long categoryPropertyId)
Sets the categoryPropertyId value for this AssetCategoryPropertySoap.

Parameters:
categoryPropertyId -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getKey

public java.lang.String getKey()
Gets the key value for this AssetCategoryPropertySoap.

Returns:
key

setKey

public void setKey(java.lang.String key)
Sets the key value for this AssetCategoryPropertySoap.

Parameters:
key -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getValue

public java.lang.String getValue()
Gets the value value for this AssetCategoryPropertySoap.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this AssetCategoryPropertySoap.

Parameters:
value -

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