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

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

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

See Also:
Serialized Form

Constructor Summary
AssetTagPropertySoap()
           
AssetTagPropertySoap(long companyId, java.util.Calendar createDate, java.lang.String key, java.util.Calendar modifiedDate, long primaryKey, long tagId, long tagPropertyId, long userId, java.lang.String userName, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this AssetTagPropertySoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this AssetTagPropertySoap.
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 AssetTagPropertySoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this AssetTagPropertySoap.
 long getPrimaryKey()
          Gets the primaryKey value for this AssetTagPropertySoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getTagId()
          Gets the tagId value for this AssetTagPropertySoap.
 long getTagPropertyId()
          Gets the tagPropertyId value for this AssetTagPropertySoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this AssetTagPropertySoap.
 java.lang.String getUserName()
          Gets the userName value for this AssetTagPropertySoap.
 java.lang.String getValue()
          Gets the value value for this AssetTagPropertySoap.
 int hashCode()
           
 void setCompanyId(long companyId)
          Sets the companyId value for this AssetTagPropertySoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this AssetTagPropertySoap.
 void setKey(java.lang.String key)
          Sets the key value for this AssetTagPropertySoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this AssetTagPropertySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this AssetTagPropertySoap.
 void setTagId(long tagId)
          Sets the tagId value for this AssetTagPropertySoap.
 void setTagPropertyId(long tagPropertyId)
          Sets the tagPropertyId value for this AssetTagPropertySoap.
 void setUserId(long userId)
          Sets the userId value for this AssetTagPropertySoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this AssetTagPropertySoap.
 void setValue(java.lang.String value)
          Sets the value value for this AssetTagPropertySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagPropertySoap

public AssetTagPropertySoap()

AssetTagPropertySoap

public AssetTagPropertySoap(long companyId,
                            java.util.Calendar createDate,
                            java.lang.String key,
                            java.util.Calendar modifiedDate,
                            long primaryKey,
                            long tagId,
                            long tagPropertyId,
                            long userId,
                            java.lang.String userName,
                            java.lang.String value)
Method Detail

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getKey

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

Returns:
key

setKey

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

Parameters:
key -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getTagId

public long getTagId()
Gets the tagId value for this AssetTagPropertySoap.

Returns:
tagId

setTagId

public void setTagId(long tagId)
Sets the tagId value for this AssetTagPropertySoap.

Parameters:
tagId -

getTagPropertyId

public long getTagPropertyId()
Gets the tagPropertyId value for this AssetTagPropertySoap.

Returns:
tagPropertyId

setTagPropertyId

public void setTagPropertyId(long tagPropertyId)
Sets the tagPropertyId value for this AssetTagPropertySoap.

Parameters:
tagPropertyId -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getValue

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

Returns:
value

setValue

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

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