orca.manage.extensions.standard.beans
Class ControllerMng

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

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

See Also:
Serialized Form

Constructor Summary
ControllerMng()
           
ControllerMng(java.lang.String guid, java.lang.String name, java.lang.String className, boolean running)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClassName()
          Gets the className value for this ControllerMng.
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 getGuid()
          Gets the guid value for this ControllerMng.
 java.lang.String getName()
          Gets the name value for this ControllerMng.
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()
           
 boolean isRunning()
          Gets the running value for this ControllerMng.
 void setClassName(java.lang.String className)
          Sets the className value for this ControllerMng.
 void setGuid(java.lang.String guid)
          Sets the guid value for this ControllerMng.
 void setName(java.lang.String name)
          Sets the name value for this ControllerMng.
 void setRunning(boolean running)
          Sets the running value for this ControllerMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerMng

public ControllerMng()

ControllerMng

public ControllerMng(java.lang.String guid,
                     java.lang.String name,
                     java.lang.String className,
                     boolean running)
Method Detail

getGuid

public java.lang.String getGuid()
Gets the guid value for this ControllerMng.

Returns:
guid

setGuid

public void setGuid(java.lang.String guid)
Sets the guid value for this ControllerMng.

Parameters:
guid -

getName

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

Returns:
name

setName

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

Parameters:
name -

getClassName

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

Returns:
className

setClassName

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

Parameters:
className -

isRunning

public boolean isRunning()
Gets the running value for this ControllerMng.

Returns:
running

setRunning

public void setRunning(boolean running)
Sets the running value for this ControllerMng.

Parameters:
running -

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.