org.exoplatform.services.wsrp2.type
Class SetPortletLifetime

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

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

See Also:
Serialized Form

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

Constructor Detail

SetPortletLifetime

public SetPortletLifetime()

SetPortletLifetime

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

getPortletContext

public PortletContext[] getPortletContext()
Gets the portletContext value for this SetPortletLifetime.

Returns:
portletContext

setPortletContext

public void setPortletContext(PortletContext[] portletContext)
Sets the portletContext value for this SetPortletLifetime.

Parameters:
portletContext -

getPortletContext

public PortletContext getPortletContext(int i)

setPortletContext

public void setPortletContext(int i,
                              PortletContext _value)

getScheduledDestruction

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

Returns:
scheduledDestruction

setScheduledDestruction

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

Parameters:
scheduledDestruction -

getExtensions

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

Returns:
extensions

setExtensions

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

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.