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

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

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

See Also:
Serialized Form

Constructor Summary
TagsAssetType()
           
TagsAssetType(java.lang.String className, long classNameId, java.lang.String portletId, java.lang.String portletTitle)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClassName()
          Gets the className value for this TagsAssetType.
 long getClassNameId()
          Gets the classNameId value for this TagsAssetType.
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 getPortletId()
          Gets the portletId value for this TagsAssetType.
 java.lang.String getPortletTitle()
          Gets the portletTitle value for this TagsAssetType.
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
 int hashCode()
           
 void setClassName(java.lang.String className)
          Sets the className value for this TagsAssetType.
 void setClassNameId(long classNameId)
          Sets the classNameId value for this TagsAssetType.
 void setPortletId(java.lang.String portletId)
          Sets the portletId value for this TagsAssetType.
 void setPortletTitle(java.lang.String portletTitle)
          Sets the portletTitle value for this TagsAssetType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsAssetType

public TagsAssetType()

TagsAssetType

public TagsAssetType(java.lang.String className,
                     long classNameId,
                     java.lang.String portletId,
                     java.lang.String portletTitle)
Method Detail

getClassName

public java.lang.String getClassName()
Gets the className value for this TagsAssetType.

Returns:
className

setClassName

public void setClassName(java.lang.String className)
Sets the className value for this TagsAssetType.

Parameters:
className -

getClassNameId

public long getClassNameId()
Gets the classNameId value for this TagsAssetType.

Returns:
classNameId

setClassNameId

public void setClassNameId(long classNameId)
Sets the classNameId value for this TagsAssetType.

Parameters:
classNameId -

getPortletId

public java.lang.String getPortletId()
Gets the portletId value for this TagsAssetType.

Returns:
portletId

setPortletId

public void setPortletId(java.lang.String portletId)
Sets the portletId value for this TagsAssetType.

Parameters:
portletId -

getPortletTitle

public java.lang.String getPortletTitle()
Gets the portletTitle value for this TagsAssetType.

Returns:
portletTitle

setPortletTitle

public void setPortletTitle(java.lang.String portletTitle)
Sets the portletTitle value for this TagsAssetType.

Parameters:
portletTitle -

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