org.exoplatform.services.wsrp2.type
Class ImportedPortlet

java.lang.Object
  extended by org.exoplatform.services.wsrp2.type.ImportedPortlet
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ImportedPortlet()
           
ImportedPortlet(java.lang.String importID, PortletContext newPortletContext, Extension[] extensions)
           
 
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
 Extension[] getExtensions()
          Gets the extensions value for this ImportedPortlet.
 Extension getExtensions(int i)
           
 java.lang.String getImportID()
          Gets the importID value for this ImportedPortlet.
 PortletContext getNewPortletContext()
          Gets the newPortletContext value for this ImportedPortlet.
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 setExtensions(Extension[] extensions)
          Sets the extensions value for this ImportedPortlet.
 void setExtensions(int i, Extension _value)
           
 void setImportID(java.lang.String importID)
          Sets the importID value for this ImportedPortlet.
 void setNewPortletContext(PortletContext newPortletContext)
          Sets the newPortletContext value for this ImportedPortlet.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportedPortlet

public ImportedPortlet()

ImportedPortlet

public ImportedPortlet(java.lang.String importID,
                       PortletContext newPortletContext,
                       Extension[] extensions)
Method Detail

getImportID

public java.lang.String getImportID()
Gets the importID value for this ImportedPortlet.

Returns:
importID

setImportID

public void setImportID(java.lang.String importID)
Sets the importID value for this ImportedPortlet.

Parameters:
importID -

getNewPortletContext

public PortletContext getNewPortletContext()
Gets the newPortletContext value for this ImportedPortlet.

Returns:
newPortletContext

setNewPortletContext

public void setNewPortletContext(PortletContext newPortletContext)
Sets the newPortletContext value for this ImportedPortlet.

Parameters:
newPortletContext -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this ImportedPortlet.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this ImportedPortlet.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _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



Copyright © 2010 eXo Platform SAS. All Rights Reserved.