orca.manage.extensions.standard.beans
Class ActorCreateMng

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

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

See Also:
Serialized Form

Constructor Summary
ActorCreateMng()
           
ActorCreateMng(java.lang.String name, java.lang.String siteName, int type, java.lang.String description, PluginCreateMng actorPlugin, PluginCreateMng controllerPlugin, PluginCreateMng policyPlugin, ActorCreateMngApplicationPlugins applicationPlugins, ActorCreateMngManagerPlugins managerPlugins, ActorCreateMngPortalPlugins portalPlugins)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 PluginCreateMng getActorPlugin()
          Gets the actorPlugin value for this ActorCreateMng.
 ActorCreateMngApplicationPlugins getApplicationPlugins()
          Gets the applicationPlugins value for this ActorCreateMng.
 PluginCreateMng getControllerPlugin()
          Gets the controllerPlugin value for this ActorCreateMng.
 java.lang.String getDescription()
          Gets the description value for this ActorCreateMng.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ActorCreateMngManagerPlugins getManagerPlugins()
          Gets the managerPlugins value for this ActorCreateMng.
 java.lang.String getName()
          Gets the name value for this ActorCreateMng.
 PluginCreateMng getPolicyPlugin()
          Gets the policyPlugin value for this ActorCreateMng.
 ActorCreateMngPortalPlugins getPortalPlugins()
          Gets the portalPlugins value for this ActorCreateMng.
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 getSiteName()
          Gets the siteName value for this ActorCreateMng.
 int getType()
          Gets the type value for this ActorCreateMng.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setActorPlugin(PluginCreateMng actorPlugin)
          Sets the actorPlugin value for this ActorCreateMng.
 void setApplicationPlugins(ActorCreateMngApplicationPlugins applicationPlugins)
          Sets the applicationPlugins value for this ActorCreateMng.
 void setControllerPlugin(PluginCreateMng controllerPlugin)
          Sets the controllerPlugin value for this ActorCreateMng.
 void setDescription(java.lang.String description)
          Sets the description value for this ActorCreateMng.
 void setManagerPlugins(ActorCreateMngManagerPlugins managerPlugins)
          Sets the managerPlugins value for this ActorCreateMng.
 void setName(java.lang.String name)
          Sets the name value for this ActorCreateMng.
 void setPolicyPlugin(PluginCreateMng policyPlugin)
          Sets the policyPlugin value for this ActorCreateMng.
 void setPortalPlugins(ActorCreateMngPortalPlugins portalPlugins)
          Sets the portalPlugins value for this ActorCreateMng.
 void setSiteName(java.lang.String siteName)
          Sets the siteName value for this ActorCreateMng.
 void setType(int type)
          Sets the type value for this ActorCreateMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorCreateMng

public ActorCreateMng()

ActorCreateMng

public ActorCreateMng(java.lang.String name,
                      java.lang.String siteName,
                      int type,
                      java.lang.String description,
                      PluginCreateMng actorPlugin,
                      PluginCreateMng controllerPlugin,
                      PluginCreateMng policyPlugin,
                      ActorCreateMngApplicationPlugins applicationPlugins,
                      ActorCreateMngManagerPlugins managerPlugins,
                      ActorCreateMngPortalPlugins portalPlugins)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getSiteName

public java.lang.String getSiteName()
Gets the siteName value for this ActorCreateMng.

Returns:
siteName

setSiteName

public void setSiteName(java.lang.String siteName)
Sets the siteName value for this ActorCreateMng.

Parameters:
siteName -

getType

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

Returns:
type

setType

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

Parameters:
type -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getActorPlugin

public PluginCreateMng getActorPlugin()
Gets the actorPlugin value for this ActorCreateMng.

Returns:
actorPlugin

setActorPlugin

public void setActorPlugin(PluginCreateMng actorPlugin)
Sets the actorPlugin value for this ActorCreateMng.

Parameters:
actorPlugin -

getControllerPlugin

public PluginCreateMng getControllerPlugin()
Gets the controllerPlugin value for this ActorCreateMng.

Returns:
controllerPlugin

setControllerPlugin

public void setControllerPlugin(PluginCreateMng controllerPlugin)
Sets the controllerPlugin value for this ActorCreateMng.

Parameters:
controllerPlugin -

getPolicyPlugin

public PluginCreateMng getPolicyPlugin()
Gets the policyPlugin value for this ActorCreateMng.

Returns:
policyPlugin

setPolicyPlugin

public void setPolicyPlugin(PluginCreateMng policyPlugin)
Sets the policyPlugin value for this ActorCreateMng.

Parameters:
policyPlugin -

getApplicationPlugins

public ActorCreateMngApplicationPlugins getApplicationPlugins()
Gets the applicationPlugins value for this ActorCreateMng.

Returns:
applicationPlugins

setApplicationPlugins

public void setApplicationPlugins(ActorCreateMngApplicationPlugins applicationPlugins)
Sets the applicationPlugins value for this ActorCreateMng.

Parameters:
applicationPlugins -

getManagerPlugins

public ActorCreateMngManagerPlugins getManagerPlugins()
Gets the managerPlugins value for this ActorCreateMng.

Returns:
managerPlugins

setManagerPlugins

public void setManagerPlugins(ActorCreateMngManagerPlugins managerPlugins)
Sets the managerPlugins value for this ActorCreateMng.

Parameters:
managerPlugins -

getPortalPlugins

public ActorCreateMngPortalPlugins getPortalPlugins()
Gets the portalPlugins value for this ActorCreateMng.

Returns:
portalPlugins

setPortalPlugins

public void setPortalPlugins(ActorCreateMngPortalPlugins portalPlugins)
Sets the portalPlugins value for this ActorCreateMng.

Parameters:
portalPlugins -

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.