orca.manage.extensions.standard.beans
Class ActorMng

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

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

See Also:
Serialized Form

Constructor Summary
ActorMng()
           
ActorMng(java.lang.String name, int type, AuthTokenMng owner, java.lang.String description, java.lang.String policyClass, java.lang.String eventHandler, java.lang.String loadSource, java.lang.String actorClass, boolean online, java.lang.String managementClass, java.lang.String ID, java.lang.String policyGuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getActorClass()
          Gets the actorClass value for this ActorMng.
 java.lang.String getDescription()
          Gets the description value for this ActorMng.
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 getEventHandler()
          Gets the eventHandler value for this ActorMng.
 java.lang.String getID()
          Gets the ID value for this ActorMng.
 java.lang.String getLoadSource()
          Gets the loadSource value for this ActorMng.
 java.lang.String getManagementClass()
          Gets the managementClass value for this ActorMng.
 java.lang.String getName()
          Gets the name value for this ActorMng.
 AuthTokenMng getOwner()
          Gets the owner value for this ActorMng.
 java.lang.String getPolicyClass()
          Gets the policyClass value for this ActorMng.
 java.lang.String getPolicyGuid()
          Gets the policyGuid value for this ActorMng.
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 ActorMng.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isOnline()
          Gets the online value for this ActorMng.
 void setActorClass(java.lang.String actorClass)
          Sets the actorClass value for this ActorMng.
 void setDescription(java.lang.String description)
          Sets the description value for this ActorMng.
 void setEventHandler(java.lang.String eventHandler)
          Sets the eventHandler value for this ActorMng.
 void setID(java.lang.String ID)
          Sets the ID value for this ActorMng.
 void setLoadSource(java.lang.String loadSource)
          Sets the loadSource value for this ActorMng.
 void setManagementClass(java.lang.String managementClass)
          Sets the managementClass value for this ActorMng.
 void setName(java.lang.String name)
          Sets the name value for this ActorMng.
 void setOnline(boolean online)
          Sets the online value for this ActorMng.
 void setOwner(AuthTokenMng owner)
          Sets the owner value for this ActorMng.
 void setPolicyClass(java.lang.String policyClass)
          Sets the policyClass value for this ActorMng.
 void setPolicyGuid(java.lang.String policyGuid)
          Sets the policyGuid value for this ActorMng.
 void setType(int type)
          Sets the type value for this ActorMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorMng

public ActorMng()

ActorMng

public ActorMng(java.lang.String name,
                int type,
                AuthTokenMng owner,
                java.lang.String description,
                java.lang.String policyClass,
                java.lang.String eventHandler,
                java.lang.String loadSource,
                java.lang.String actorClass,
                boolean online,
                java.lang.String managementClass,
                java.lang.String ID,
                java.lang.String policyGuid)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getType

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

Returns:
type

setType

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

Parameters:
type -

getOwner

public AuthTokenMng getOwner()
Gets the owner value for this ActorMng.

Returns:
owner

setOwner

public void setOwner(AuthTokenMng owner)
Sets the owner value for this ActorMng.

Parameters:
owner -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getPolicyClass

public java.lang.String getPolicyClass()
Gets the policyClass value for this ActorMng.

Returns:
policyClass

setPolicyClass

public void setPolicyClass(java.lang.String policyClass)
Sets the policyClass value for this ActorMng.

Parameters:
policyClass -

getEventHandler

public java.lang.String getEventHandler()
Gets the eventHandler value for this ActorMng.

Returns:
eventHandler

setEventHandler

public void setEventHandler(java.lang.String eventHandler)
Sets the eventHandler value for this ActorMng.

Parameters:
eventHandler -

getLoadSource

public java.lang.String getLoadSource()
Gets the loadSource value for this ActorMng.

Returns:
loadSource

setLoadSource

public void setLoadSource(java.lang.String loadSource)
Sets the loadSource value for this ActorMng.

Parameters:
loadSource -

getActorClass

public java.lang.String getActorClass()
Gets the actorClass value for this ActorMng.

Returns:
actorClass

setActorClass

public void setActorClass(java.lang.String actorClass)
Sets the actorClass value for this ActorMng.

Parameters:
actorClass -

isOnline

public boolean isOnline()
Gets the online value for this ActorMng.

Returns:
online

setOnline

public void setOnline(boolean online)
Sets the online value for this ActorMng.

Parameters:
online -

getManagementClass

public java.lang.String getManagementClass()
Gets the managementClass value for this ActorMng.

Returns:
managementClass

setManagementClass

public void setManagementClass(java.lang.String managementClass)
Sets the managementClass value for this ActorMng.

Parameters:
managementClass -

getID

public java.lang.String getID()
Gets the ID value for this ActorMng.

Returns:
ID

setID

public void setID(java.lang.String ID)
Sets the ID value for this ActorMng.

Parameters:
ID -

getPolicyGuid

public java.lang.String getPolicyGuid()
Gets the policyGuid value for this ActorMng.

Returns:
policyGuid

setPolicyGuid

public void setPolicyGuid(java.lang.String policyGuid)
Sets the policyGuid value for this ActorMng.

Parameters:
policyGuid -

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.