com.ibm.datapower.wamt.clientAPI
Class ConfigService

java.lang.Object
  extended by com.ibm.datapower.wamt.clientAPI.ConfigService

public class ConfigService
extends java.lang.Object

The ConfigService is to represent the information of service returned from the ServiceConfiguration.getAvailableServices(Device).


Field Summary
static java.lang.String COPYRIGHT_2012
           
 
Constructor Summary
ConfigService(java.lang.String name, java.lang.String className, java.lang.String classDisplayName, java.lang.String userComments)
          Construct a new ConfigService object.
 
Method Summary
 java.lang.String getClassDisplayName()
          Get the class display name of this ConfigService.
 java.lang.String getClassName()
          Get the class name of this ConfigService.
 java.lang.String getName()
          Get the name of this ConfigService
 java.lang.String getPrimaryKey()
          Get the pre-built String that could be used as a primary key for this object if you need to get it anywhere or put it in a hash collection.
 java.lang.String getUserComment()
          Get the user comment of this ConfigService.
 java.lang.String toString()
          Get a String representation of object for the purpose of debugging or tracing.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT_2012

public static final java.lang.String COPYRIGHT_2012
See Also:
Constant Field Values
Constructor Detail

ConfigService

public ConfigService(java.lang.String name,
                     java.lang.String className,
                     java.lang.String classDisplayName,
                     java.lang.String userComments)
Construct a new ConfigService object.

Parameters:
name - the name of this ConfigService
className - the class name of this ConfigService
classDisplayName - the display name of this ConfigService
userComments - the user comments of this ConfigService
Method Detail

getName

public java.lang.String getName()
Get the name of this ConfigService

Returns:
the String representation of this object's name

getClassName

public java.lang.String getClassName()
Get the class name of this ConfigService.

Returns:
the String representation of this object's class name

getClassDisplayName

public java.lang.String getClassDisplayName()
Get the class display name of this ConfigService.

Returns:
the String representation of this object's display name

getUserComment

public java.lang.String getUserComment()
Get the user comment of this ConfigService.

Returns:
the String representation of this object's user comments

getPrimaryKey

public java.lang.String getPrimaryKey()
Get the pre-built String that could be used as a primary key for this object if you need to get it anywhere or put it in a hash collection. Although this method isn't necessary for users of the clientAPI, it may be helpful for them to have so they don't need to implement it themselves. It is used internally within the clientAPI and is exposed here for your convenience.

Returns:
a String that could represent a unique instance of this object. It use the Name and ClassName as the primary key. (i.e. Name:Classname)

toString

public java.lang.String toString()
Get a String representation of object for the purpose of debugging or tracing.

Overrides:
toString in class java.lang.Object
Returns:
a String representation


© Copyright IBM Corp. 2006, 2010 All Rights Reserved.