public class LayoutReference
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
LayoutReference() |
LayoutReference(LayoutSoap layoutSoap,
java.lang.String portletId) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public LayoutReference()
public LayoutReference(LayoutSoap layoutSoap, java.lang.String portletId)
public LayoutSoap getLayoutSoap()
public void setLayoutSoap(LayoutSoap layoutSoap)
layoutSoap - public java.lang.String getPortletId()
public void setPortletId(java.lang.String portletId)
portletId - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)