orca.manage.extensions.standard.beans
Class NodeMng

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

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

See Also:
Serialized Form

Constructor Summary
NodeMng()
           
NodeMng(java.lang.String name, java.lang.String ID, int state, java.lang.String ip, java.lang.String publicIP, boolean donated, boolean available, int type, java.lang.String sliceName, java.lang.String sliceGuid, java.lang.String reservationGuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getID()
          Gets the ID value for this NodeMng.
 java.lang.String getIp()
          Gets the ip value for this NodeMng.
 java.lang.String getName()
          Gets the name value for this NodeMng.
 java.lang.String getPublicIP()
          Gets the publicIP value for this NodeMng.
 java.lang.String getReservationGuid()
          Gets the reservationGuid value for this NodeMng.
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 getSliceGuid()
          Gets the sliceGuid value for this NodeMng.
 java.lang.String getSliceName()
          Gets the sliceName value for this NodeMng.
 int getState()
          Gets the state value for this NodeMng.
 int getType()
          Gets the type value for this NodeMng.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isAvailable()
          Gets the available value for this NodeMng.
 boolean isDonated()
          Gets the donated value for this NodeMng.
 void setAvailable(boolean available)
          Sets the available value for this NodeMng.
 void setDonated(boolean donated)
          Sets the donated value for this NodeMng.
 void setID(java.lang.String ID)
          Sets the ID value for this NodeMng.
 void setIp(java.lang.String ip)
          Sets the ip value for this NodeMng.
 void setName(java.lang.String name)
          Sets the name value for this NodeMng.
 void setPublicIP(java.lang.String publicIP)
          Sets the publicIP value for this NodeMng.
 void setReservationGuid(java.lang.String reservationGuid)
          Sets the reservationGuid value for this NodeMng.
 void setSliceGuid(java.lang.String sliceGuid)
          Sets the sliceGuid value for this NodeMng.
 void setSliceName(java.lang.String sliceName)
          Sets the sliceName value for this NodeMng.
 void setState(int state)
          Sets the state value for this NodeMng.
 void setType(int type)
          Sets the type value for this NodeMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeMng

public NodeMng()

NodeMng

public NodeMng(java.lang.String name,
               java.lang.String ID,
               int state,
               java.lang.String ip,
               java.lang.String publicIP,
               boolean donated,
               boolean available,
               int type,
               java.lang.String sliceName,
               java.lang.String sliceGuid,
               java.lang.String reservationGuid)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getState

public int getState()
Gets the state value for this NodeMng.

Returns:
state

setState

public void setState(int state)
Sets the state value for this NodeMng.

Parameters:
state -

getIp

public java.lang.String getIp()
Gets the ip value for this NodeMng.

Returns:
ip

setIp

public void setIp(java.lang.String ip)
Sets the ip value for this NodeMng.

Parameters:
ip -

getPublicIP

public java.lang.String getPublicIP()
Gets the publicIP value for this NodeMng.

Returns:
publicIP

setPublicIP

public void setPublicIP(java.lang.String publicIP)
Sets the publicIP value for this NodeMng.

Parameters:
publicIP -

isDonated

public boolean isDonated()
Gets the donated value for this NodeMng.

Returns:
donated

setDonated

public void setDonated(boolean donated)
Sets the donated value for this NodeMng.

Parameters:
donated -

isAvailable

public boolean isAvailable()
Gets the available value for this NodeMng.

Returns:
available

setAvailable

public void setAvailable(boolean available)
Sets the available value for this NodeMng.

Parameters:
available -

getType

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

Returns:
type

setType

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

Parameters:
type -

getSliceName

public java.lang.String getSliceName()
Gets the sliceName value for this NodeMng.

Returns:
sliceName

setSliceName

public void setSliceName(java.lang.String sliceName)
Sets the sliceName value for this NodeMng.

Parameters:
sliceName -

getSliceGuid

public java.lang.String getSliceGuid()
Gets the sliceGuid value for this NodeMng.

Returns:
sliceGuid

setSliceGuid

public void setSliceGuid(java.lang.String sliceGuid)
Sets the sliceGuid value for this NodeMng.

Parameters:
sliceGuid -

getReservationGuid

public java.lang.String getReservationGuid()
Gets the reservationGuid value for this NodeMng.

Returns:
reservationGuid

setReservationGuid

public void setReservationGuid(java.lang.String reservationGuid)
Sets the reservationGuid value for this NodeMng.

Parameters:
reservationGuid -

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.