orca.manage.extensions.standard.beans
Class PluginMng

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

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

See Also:
Serialized Form

Constructor Summary
PluginMng()
           
PluginMng(java.lang.String className, PropertiesMng configurationProperties, java.lang.String configurationTemplate, java.lang.String description, boolean factory, java.lang.String id, java.lang.String name, java.lang.String packageId, int type, int portalLevel, int actorType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getActorType()
          Gets the actorType value for this PluginMng.
 java.lang.String getClassName()
          Gets the className value for this PluginMng.
 PropertiesMng getConfigurationProperties()
          Gets the configurationProperties value for this PluginMng.
 java.lang.String getConfigurationTemplate()
          Gets the configurationTemplate value for this PluginMng.
 java.lang.String getDescription()
          Gets the description value for this PluginMng.
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 getId()
          Gets the id value for this PluginMng.
 java.lang.String getName()
          Gets the name value for this PluginMng.
 java.lang.String getPackageId()
          Gets the packageId value for this PluginMng.
 int getPortalLevel()
          Gets the portalLevel value for this PluginMng.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getType()
          Gets the type value for this PluginMng.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isFactory()
          Gets the factory value for this PluginMng.
 void setActorType(int actorType)
          Sets the actorType value for this PluginMng.
 void setClassName(java.lang.String className)
          Sets the className value for this PluginMng.
 void setConfigurationProperties(PropertiesMng configurationProperties)
          Sets the configurationProperties value for this PluginMng.
 void setConfigurationTemplate(java.lang.String configurationTemplate)
          Sets the configurationTemplate value for this PluginMng.
 void setDescription(java.lang.String description)
          Sets the description value for this PluginMng.
 void setFactory(boolean factory)
          Sets the factory value for this PluginMng.
 void setId(java.lang.String id)
          Sets the id value for this PluginMng.
 void setName(java.lang.String name)
          Sets the name value for this PluginMng.
 void setPackageId(java.lang.String packageId)
          Sets the packageId value for this PluginMng.
 void setPortalLevel(int portalLevel)
          Sets the portalLevel value for this PluginMng.
 void setType(int type)
          Sets the type value for this PluginMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginMng

public PluginMng()

PluginMng

public PluginMng(java.lang.String className,
                 PropertiesMng configurationProperties,
                 java.lang.String configurationTemplate,
                 java.lang.String description,
                 boolean factory,
                 java.lang.String id,
                 java.lang.String name,
                 java.lang.String packageId,
                 int type,
                 int portalLevel,
                 int actorType)
Method Detail

getClassName

public java.lang.String getClassName()
Gets the className value for this PluginMng.

Returns:
className

setClassName

public void setClassName(java.lang.String className)
Sets the className value for this PluginMng.

Parameters:
className -

getConfigurationProperties

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

Returns:
configurationProperties

setConfigurationProperties

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

Parameters:
configurationProperties -

getConfigurationTemplate

public java.lang.String getConfigurationTemplate()
Gets the configurationTemplate value for this PluginMng.

Returns:
configurationTemplate

setConfigurationTemplate

public void setConfigurationTemplate(java.lang.String configurationTemplate)
Sets the configurationTemplate value for this PluginMng.

Parameters:
configurationTemplate -

getDescription

public java.lang.String getDescription()
Gets the description value for this PluginMng.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this PluginMng.

Parameters:
description -

isFactory

public boolean isFactory()
Gets the factory value for this PluginMng.

Returns:
factory

setFactory

public void setFactory(boolean factory)
Sets the factory value for this PluginMng.

Parameters:
factory -

getId

public java.lang.String getId()
Gets the id value for this PluginMng.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this PluginMng.

Parameters:
id -

getName

public java.lang.String getName()
Gets the name value for this PluginMng.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this PluginMng.

Parameters:
name -

getPackageId

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

Returns:
packageId

setPackageId

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

Parameters:
packageId -

getType

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

Returns:
type

setType

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

Parameters:
type -

getPortalLevel

public int getPortalLevel()
Gets the portalLevel value for this PluginMng.

Returns:
portalLevel

setPortalLevel

public void setPortalLevel(int portalLevel)
Sets the portalLevel value for this PluginMng.

Parameters:
portalLevel -

getActorType

public int getActorType()
Gets the actorType value for this PluginMng.

Returns:
actorType

setActorType

public void setActorType(int actorType)
Sets the actorType value for this PluginMng.

Parameters:
actorType -

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.