orca.manage.extensions.api.beans
Class PortalPluginDescriptorMng

java.lang.Object
  extended by orca.manage.extensions.api.beans.PortalPluginDescriptorMng
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
PortalPluginDescriptorMng()
           
PortalPluginDescriptorMng(int type, java.lang.String tabName, java.lang.String actorName, java.lang.String sliceName, java.lang.String rootClassName, PropertiesMng configurationProperties, java.lang.String packageId, java.lang.String pluginId, java.lang.String key, java.lang.String managerKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getActorName()
          Gets the actorName value for this PortalPluginDescriptorMng.
 PropertiesMng getConfigurationProperties()
          Gets the configurationProperties value for this PortalPluginDescriptorMng.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getKey()
          Gets the key value for this PortalPluginDescriptorMng.
 java.lang.String getManagerKey()
          Gets the managerKey value for this PortalPluginDescriptorMng.
 java.lang.String getPackageId()
          Gets the packageId value for this PortalPluginDescriptorMng.
 java.lang.String getPluginId()
          Gets the pluginId value for this PortalPluginDescriptorMng.
 java.lang.String getRootClassName()
          Gets the rootClassName value for this PortalPluginDescriptorMng.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSliceName()
          Gets the sliceName value for this PortalPluginDescriptorMng.
 java.lang.String getTabName()
          Gets the tabName value for this PortalPluginDescriptorMng.
 int getType()
          Gets the type value for this PortalPluginDescriptorMng.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setActorName(java.lang.String actorName)
          Sets the actorName value for this PortalPluginDescriptorMng.
 void setConfigurationProperties(PropertiesMng configurationProperties)
          Sets the configurationProperties value for this PortalPluginDescriptorMng.
 void setKey(java.lang.String key)
          Sets the key value for this PortalPluginDescriptorMng.
 void setManagerKey(java.lang.String managerKey)
          Sets the managerKey value for this PortalPluginDescriptorMng.
 void setPackageId(java.lang.String packageId)
          Sets the packageId value for this PortalPluginDescriptorMng.
 void setPluginId(java.lang.String pluginId)
          Sets the pluginId value for this PortalPluginDescriptorMng.
 void setRootClassName(java.lang.String rootClassName)
          Sets the rootClassName value for this PortalPluginDescriptorMng.
 void setSliceName(java.lang.String sliceName)
          Sets the sliceName value for this PortalPluginDescriptorMng.
 void setTabName(java.lang.String tabName)
          Sets the tabName value for this PortalPluginDescriptorMng.
 void setType(int type)
          Sets the type value for this PortalPluginDescriptorMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalPluginDescriptorMng

public PortalPluginDescriptorMng()

PortalPluginDescriptorMng

public PortalPluginDescriptorMng(int type,
                                 java.lang.String tabName,
                                 java.lang.String actorName,
                                 java.lang.String sliceName,
                                 java.lang.String rootClassName,
                                 PropertiesMng configurationProperties,
                                 java.lang.String packageId,
                                 java.lang.String pluginId,
                                 java.lang.String key,
                                 java.lang.String managerKey)
Method Detail

getType

public int getType()
Gets the type value for this PortalPluginDescriptorMng.

Returns:
type

setType

public void setType(int type)
Sets the type value for this PortalPluginDescriptorMng.

Parameters:
type -

getTabName

public java.lang.String getTabName()
Gets the tabName value for this PortalPluginDescriptorMng.

Returns:
tabName

setTabName

public void setTabName(java.lang.String tabName)
Sets the tabName value for this PortalPluginDescriptorMng.

Parameters:
tabName -

getActorName

public java.lang.String getActorName()
Gets the actorName value for this PortalPluginDescriptorMng.

Returns:
actorName

setActorName

public void setActorName(java.lang.String actorName)
Sets the actorName value for this PortalPluginDescriptorMng.

Parameters:
actorName -

getSliceName

public java.lang.String getSliceName()
Gets the sliceName value for this PortalPluginDescriptorMng.

Returns:
sliceName

setSliceName

public void setSliceName(java.lang.String sliceName)
Sets the sliceName value for this PortalPluginDescriptorMng.

Parameters:
sliceName -

getRootClassName

public java.lang.String getRootClassName()
Gets the rootClassName value for this PortalPluginDescriptorMng.

Returns:
rootClassName

setRootClassName

public void setRootClassName(java.lang.String rootClassName)
Sets the rootClassName value for this PortalPluginDescriptorMng.

Parameters:
rootClassName -

getConfigurationProperties

public PropertiesMng getConfigurationProperties()
Gets the configurationProperties value for this PortalPluginDescriptorMng.

Returns:
configurationProperties

setConfigurationProperties

public void setConfigurationProperties(PropertiesMng configurationProperties)
Sets the configurationProperties value for this PortalPluginDescriptorMng.

Parameters:
configurationProperties -

getPackageId

public java.lang.String getPackageId()
Gets the packageId value for this PortalPluginDescriptorMng.

Returns:
packageId

setPackageId

public void setPackageId(java.lang.String packageId)
Sets the packageId value for this PortalPluginDescriptorMng.

Parameters:
packageId -

getPluginId

public java.lang.String getPluginId()
Gets the pluginId value for this PortalPluginDescriptorMng.

Returns:
pluginId

setPluginId

public void setPluginId(java.lang.String pluginId)
Sets the pluginId value for this PortalPluginDescriptorMng.

Parameters:
pluginId -

getKey

public java.lang.String getKey()
Gets the key value for this PortalPluginDescriptorMng.

Returns:
key

setKey

public void setKey(java.lang.String key)
Sets the key value for this PortalPluginDescriptorMng.

Parameters:
key -

getManagerKey

public java.lang.String getManagerKey()
Gets the managerKey value for this PortalPluginDescriptorMng.

Returns:
managerKey

setManagerKey

public void setManagerKey(java.lang.String managerKey)
Sets the managerKey value for this PortalPluginDescriptorMng.

Parameters:
managerKey -

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 © 2007 Network/Internet Computing Lab. All Rights Reserved.