orca.manage.extensions.standard.beans
Class PluginCreateMng

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

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

See Also:
Serialized Form

Constructor Summary
PluginCreateMng()
           
PluginCreateMng(java.lang.String packageId, java.lang.String id, PropertiesMng configurationProperties, java.lang.String configurationString)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 PropertiesMng getConfigurationProperties()
          Gets the configurationProperties value for this PluginCreateMng.
 java.lang.String getConfigurationString()
          Gets the configurationString value for this PluginCreateMng.
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 PluginCreateMng.
 java.lang.String getPackageId()
          Gets the packageId value for this PluginCreateMng.
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 setConfigurationProperties(PropertiesMng configurationProperties)
          Sets the configurationProperties value for this PluginCreateMng.
 void setConfigurationString(java.lang.String configurationString)
          Sets the configurationString value for this PluginCreateMng.
 void setId(java.lang.String id)
          Sets the id value for this PluginCreateMng.
 void setPackageId(java.lang.String packageId)
          Sets the packageId value for this PluginCreateMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginCreateMng

public PluginCreateMng()

PluginCreateMng

public PluginCreateMng(java.lang.String packageId,
                       java.lang.String id,
                       PropertiesMng configurationProperties,
                       java.lang.String configurationString)
Method Detail

getPackageId

public java.lang.String getPackageId()
Gets the packageId value for this PluginCreateMng.

Returns:
packageId

setPackageId

public void setPackageId(java.lang.String packageId)
Sets the packageId value for this PluginCreateMng.

Parameters:
packageId -

getId

public java.lang.String getId()
Gets the id value for this PluginCreateMng.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this PluginCreateMng.

Parameters:
id -

getConfigurationProperties

public PropertiesMng getConfigurationProperties()
Gets the configurationProperties value for this PluginCreateMng.

Returns:
configurationProperties

setConfigurationProperties

public void setConfigurationProperties(PropertiesMng configurationProperties)
Sets the configurationProperties value for this PluginCreateMng.

Parameters:
configurationProperties -

getConfigurationString

public java.lang.String getConfigurationString()
Gets the configurationString value for this PluginCreateMng.

Returns:
configurationString

setConfigurationString

public void setConfigurationString(java.lang.String configurationString)
Sets the configurationString value for this PluginCreateMng.

Parameters:
configurationString -

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.