|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.datapower.wamt.amp.ConfigObject
public class ConfigObject
This class is used to represent the basis information of a object (service)
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2012_2013
|
Constructor Summary | |
---|---|
ConfigObject(java.lang.String name,
java.lang.String className,
java.lang.String classDisplayName,
java.lang.String userComment)
Construct a new ConfigObject object. |
|
ConfigObject(java.lang.String name,
java.lang.String className,
java.lang.String classDisplayName,
java.lang.String userComment,
ConfigObject[] referencedObject,
boolean refState)
Construct a new ConfigObject object with referenced configobject. |
Method Summary | |
---|---|
java.lang.String |
getClassDisplayName()
Get the class display name of this configobject |
java.lang.String |
getClassName()
Get the class name of this configobject |
java.lang.String |
getName()
Get the name of this configobject |
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. |
ConfigObject[] |
getReferencedObjects()
Get the referenced object(s) by this configobject |
java.lang.String |
getUserComment()
Get the user comment of this configobject |
boolean |
isReferencedExternally()
Get a boolean value which indicates if this object is referenced by other object externally |
void |
setReferencedObject(ConfigObject[] configObject)
Get the referenced object(s) by this configobject |
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_2013
Constructor Detail |
---|
public ConfigObject(java.lang.String name, java.lang.String className, java.lang.String classDisplayName, java.lang.String userComment)
name
- the name of this configobjectclassName
- the class name of this configobjectclassDisplayName
- the display name of this configobjectuserComment
- the user comments of this configobjectpublic ConfigObject(java.lang.String name, java.lang.String className, java.lang.String classDisplayName, java.lang.String userComment, ConfigObject[] referencedObject, boolean refState)
name
- the name of this configobjectclassName
- the class name of this configobjectclassDisplayName
- the display name of this configobjectuserComment
- the user comments of this configobjectreferencingObject
- the referencing object of this configobjectMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getClassName()
public java.lang.String getClassDisplayName()
public java.lang.String getUserComment()
public void setReferencedObject(ConfigObject[] configObject)
public ConfigObject[] getReferencedObjects()
public boolean isReferencedExternally()
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 |