orca.manage.extensions.standard.beans
Class NetworkConfigurationMng

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

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

See Also:
Serialized Form

Constructor Summary
NetworkConfigurationMng()
           
NetworkConfigurationMng(java.lang.String base, java.lang.String mask, java.lang.String subnet, java.lang.String gateway, int min)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBase()
          Gets the base value for this NetworkConfigurationMng.
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 getGateway()
          Gets the gateway value for this NetworkConfigurationMng.
 java.lang.String getMask()
          Gets the mask value for this NetworkConfigurationMng.
 int getMin()
          Gets the min value for this NetworkConfigurationMng.
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 getSubnet()
          Gets the subnet value for this NetworkConfigurationMng.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBase(java.lang.String base)
          Sets the base value for this NetworkConfigurationMng.
 void setGateway(java.lang.String gateway)
          Sets the gateway value for this NetworkConfigurationMng.
 void setMask(java.lang.String mask)
          Sets the mask value for this NetworkConfigurationMng.
 void setMin(int min)
          Sets the min value for this NetworkConfigurationMng.
 void setSubnet(java.lang.String subnet)
          Sets the subnet value for this NetworkConfigurationMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkConfigurationMng

public NetworkConfigurationMng()

NetworkConfigurationMng

public NetworkConfigurationMng(java.lang.String base,
                               java.lang.String mask,
                               java.lang.String subnet,
                               java.lang.String gateway,
                               int min)
Method Detail

getBase

public java.lang.String getBase()
Gets the base value for this NetworkConfigurationMng.

Returns:
base

setBase

public void setBase(java.lang.String base)
Sets the base value for this NetworkConfigurationMng.

Parameters:
base -

getMask

public java.lang.String getMask()
Gets the mask value for this NetworkConfigurationMng.

Returns:
mask

setMask

public void setMask(java.lang.String mask)
Sets the mask value for this NetworkConfigurationMng.

Parameters:
mask -

getSubnet

public java.lang.String getSubnet()
Gets the subnet value for this NetworkConfigurationMng.

Returns:
subnet

setSubnet

public void setSubnet(java.lang.String subnet)
Sets the subnet value for this NetworkConfigurationMng.

Parameters:
subnet -

getGateway

public java.lang.String getGateway()
Gets the gateway value for this NetworkConfigurationMng.

Returns:
gateway

setGateway

public void setGateway(java.lang.String gateway)
Sets the gateway value for this NetworkConfigurationMng.

Parameters:
gateway -

getMin

public int getMin()
Gets the min value for this NetworkConfigurationMng.

Returns:
min

setMin

public void setMin(int min)
Sets the min value for this NetworkConfigurationMng.

Parameters:
min -

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.