com.liferay.client.soap.portal.model
Class LayoutReference

java.lang.Object
  extended by com.liferay.client.soap.portal.model.LayoutReference
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
LayoutReference()
           
LayoutReference(LayoutSoap layoutSoap, java.lang.String portletId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 LayoutSoap getLayoutSoap()
          Gets the layoutSoap value for this LayoutReference.
 java.lang.String getPortletId()
          Gets the portletId value for this LayoutReference.
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 setLayoutSoap(LayoutSoap layoutSoap)
          Sets the layoutSoap value for this LayoutReference.
 void setPortletId(java.lang.String portletId)
          Sets the portletId value for this LayoutReference.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutReference

public LayoutReference()

LayoutReference

public LayoutReference(LayoutSoap layoutSoap,
                       java.lang.String portletId)
Method Detail

getLayoutSoap

public LayoutSoap getLayoutSoap()
Gets the layoutSoap value for this LayoutReference.

Returns:
layoutSoap

setLayoutSoap

public void setLayoutSoap(LayoutSoap layoutSoap)
Sets the layoutSoap value for this LayoutReference.

Parameters:
layoutSoap -

getPortletId

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

Returns:
portletId

setPortletId

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

Parameters:
portletId -

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