orca.manage.extensions.standard.beans
Class ConfigMappingMng

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

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

See Also:
Serialized Form

Constructor Summary
ConfigMappingMng()
           
ConfigMappingMng(java.lang.String key, java.lang.String file, java.lang.String notes)
           
 
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 getFile()
          Gets the file value for this ConfigMappingMng.
 java.lang.String getKey()
          Gets the key value for this ConfigMappingMng.
 java.lang.String getNotes()
          Gets the notes value for this ConfigMappingMng.
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 setFile(java.lang.String file)
          Sets the file value for this ConfigMappingMng.
 void setKey(java.lang.String key)
          Sets the key value for this ConfigMappingMng.
 void setNotes(java.lang.String notes)
          Sets the notes value for this ConfigMappingMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigMappingMng

public ConfigMappingMng()

ConfigMappingMng

public ConfigMappingMng(java.lang.String key,
                        java.lang.String file,
                        java.lang.String notes)
Method Detail

getKey

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

Returns:
key

setKey

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

Parameters:
key -

getFile

public java.lang.String getFile()
Gets the file value for this ConfigMappingMng.

Returns:
file

setFile

public void setFile(java.lang.String file)
Sets the file value for this ConfigMappingMng.

Parameters:
file -

getNotes

public java.lang.String getNotes()
Gets the notes value for this ConfigMappingMng.

Returns:
notes

setNotes

public void setNotes(java.lang.String notes)
Sets the notes value for this ConfigMappingMng.

Parameters:
notes -

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.