orca.manage.extensions.standard.beans
Class AuthorityBasePolicyControlMng

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

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

See Also:
Serialized Form

Constructor Summary
AuthorityBasePolicyControlMng()
           
AuthorityBasePolicyControlMng(java.lang.String key, java.lang.String className, java.lang.String guid, java.lang.String poolName, java.lang.String poolGuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClassName()
          Gets the className value for this AuthorityBasePolicyControlMng.
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 AuthorityBasePolicyControlMng.
 java.lang.String getKey()
          Gets the key value for this AuthorityBasePolicyControlMng.
 java.lang.String getPoolGuid()
          Gets the poolGuid value for this AuthorityBasePolicyControlMng.
 java.lang.String getPoolName()
          Gets the poolName value for this AuthorityBasePolicyControlMng.
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()
           
 void setClassName(java.lang.String className)
          Sets the className value for this AuthorityBasePolicyControlMng.
 void setGuid(java.lang.String guid)
          Sets the guid value for this AuthorityBasePolicyControlMng.
 void setKey(java.lang.String key)
          Sets the key value for this AuthorityBasePolicyControlMng.
 void setPoolGuid(java.lang.String poolGuid)
          Sets the poolGuid value for this AuthorityBasePolicyControlMng.
 void setPoolName(java.lang.String poolName)
          Sets the poolName value for this AuthorityBasePolicyControlMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorityBasePolicyControlMng

public AuthorityBasePolicyControlMng()

AuthorityBasePolicyControlMng

public AuthorityBasePolicyControlMng(java.lang.String key,
                                     java.lang.String className,
                                     java.lang.String guid,
                                     java.lang.String poolName,
                                     java.lang.String poolGuid)
Method Detail

getKey

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

Returns:
key

setKey

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

Parameters:
key -

getClassName

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

Returns:
className

setClassName

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

Parameters:
className -

getGuid

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

Returns:
guid

setGuid

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

Parameters:
guid -

getPoolName

public java.lang.String getPoolName()
Gets the poolName value for this AuthorityBasePolicyControlMng.

Returns:
poolName

setPoolName

public void setPoolName(java.lang.String poolName)
Sets the poolName value for this AuthorityBasePolicyControlMng.

Parameters:
poolName -

getPoolGuid

public java.lang.String getPoolGuid()
Gets the poolGuid value for this AuthorityBasePolicyControlMng.

Returns:
poolGuid

setPoolGuid

public void setPoolGuid(java.lang.String poolGuid)
Sets the poolGuid value for this AuthorityBasePolicyControlMng.

Parameters:
poolGuid -

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.