org.exoplatform.services.wsrp2.type
Class PortletLifetime

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

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

See Also:
Serialized Form

Constructor Summary
PortletLifetime()
           
PortletLifetime(PortletContext portletContext, Lifetime scheduledDestruction, 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 PortletLifetime.
 Extension getExtensions(int i)
           
 PortletContext getPortletContext()
          Gets the portletContext value for this PortletLifetime.
 Lifetime getScheduledDestruction()
          Gets the scheduledDestruction value for this PortletLifetime.
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 PortletLifetime.
 void setExtensions(int i, Extension _value)
           
 void setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this PortletLifetime.
 void setScheduledDestruction(Lifetime scheduledDestruction)
          Sets the scheduledDestruction value for this PortletLifetime.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletLifetime

public PortletLifetime()

PortletLifetime

public PortletLifetime(PortletContext portletContext,
                       Lifetime scheduledDestruction,
                       Extension[] extensions)
Method Detail

getPortletContext

public PortletContext getPortletContext()
Gets the portletContext value for this PortletLifetime.

Returns:
portletContext

setPortletContext

public void setPortletContext(PortletContext portletContext)
Sets the portletContext value for this PortletLifetime.

Parameters:
portletContext -

getScheduledDestruction

public Lifetime getScheduledDestruction()
Gets the scheduledDestruction value for this PortletLifetime.

Returns:
scheduledDestruction

setScheduledDestruction

public void setScheduledDestruction(Lifetime scheduledDestruction)
Sets the scheduledDestruction value for this PortletLifetime.

Parameters:
scheduledDestruction -

getExtensions

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

Returns:
extensions

setExtensions

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

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.