com.liferay.client.soap.portlet.tags.model
Class TagsPropertySoap

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

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

See Also:
Serialized Form

Constructor Summary
TagsPropertySoap()
           
TagsPropertySoap(long companyId, java.util.Calendar createDate, long entryId, java.lang.String key, java.util.Calendar modifiedDate, long primaryKey, long propertyId, 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 TagsPropertySoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this TagsPropertySoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getEntryId()
          Gets the entryId value for this TagsPropertySoap.
 java.lang.String getKey()
          Gets the key value for this TagsPropertySoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this TagsPropertySoap.
 long getPrimaryKey()
          Gets the primaryKey value for this TagsPropertySoap.
 long getPropertyId()
          Gets the propertyId value for this TagsPropertySoap.
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 TagsPropertySoap.
 java.lang.String getUserName()
          Gets the userName value for this TagsPropertySoap.
 java.lang.String getValue()
          Gets the value value for this TagsPropertySoap.
 int hashCode()
           
 void setCompanyId(long companyId)
          Sets the companyId value for this TagsPropertySoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this TagsPropertySoap.
 void setEntryId(long entryId)
          Sets the entryId value for this TagsPropertySoap.
 void setKey(java.lang.String key)
          Sets the key value for this TagsPropertySoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this TagsPropertySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this TagsPropertySoap.
 void setPropertyId(long propertyId)
          Sets the propertyId value for this TagsPropertySoap.
 void setUserId(long userId)
          Sets the userId value for this TagsPropertySoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this TagsPropertySoap.
 void setValue(java.lang.String value)
          Sets the value value for this TagsPropertySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsPropertySoap

public TagsPropertySoap()

TagsPropertySoap

public TagsPropertySoap(long companyId,
                        java.util.Calendar createDate,
                        long entryId,
                        java.lang.String key,
                        java.util.Calendar modifiedDate,
                        long primaryKey,
                        long propertyId,
                        long userId,
                        java.lang.String userName,
                        java.lang.String value)
Method Detail

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getEntryId

public long getEntryId()
Gets the entryId value for this TagsPropertySoap.

Returns:
entryId

setEntryId

public void setEntryId(long entryId)
Sets the entryId value for this TagsPropertySoap.

Parameters:
entryId -

getKey

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

Returns:
key

setKey

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

Parameters:
key -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getPropertyId

public long getPropertyId()
Gets the propertyId value for this TagsPropertySoap.

Returns:
propertyId

setPropertyId

public void setPropertyId(long propertyId)
Sets the propertyId value for this TagsPropertySoap.

Parameters:
propertyId -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getValue

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

Returns:
value

setValue

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

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