|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.datapower.wamt.clientAPI.ConfigService
public class ConfigService
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 |
---|
public static final java.lang.String COPYRIGHT_2012
Constructor Detail |
---|
public ConfigService(java.lang.String name, java.lang.String className, java.lang.String classDisplayName, java.lang.String userComments)
name
- the name of this ConfigServiceclassName
- the class name of this ConfigServiceclassDisplayName
- the display name of this ConfigServiceuserComments
- the user comments of this ConfigServiceMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getClassName()
public java.lang.String getClassDisplayName()
public java.lang.String getUserComment()
public java.lang.String getPrimaryKey()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |