java.lang.Objectcom.ibm.etill.framework.clientapi.PSObject
com.ibm.etill.framework.clientapi.PSAdminObject
The PSAdminObject class is the superclass of all of the Commerce Payments administration objects. This class includes accessor methods for retrieving common attributes of the administration object.
Nested Class Summary |
Nested classes inherited from class com.ibm.etill.framework.clientapi.PSObject |
PSObject.PSObjectKey |
Field Summary | |
protected java.util.Vector | cassetteMessages |
Fields inherited from class com.ibm.etill.framework.clientapi.PSObject |
cassetteObjects, objectKey, objectName, TYPE_BOOLEAN, TYPE_DATE, TYPE_INTEGER, TYPE_LONG, TYPE_STRING |
Constructor Summary | |
protected | PSAdminObject(Element xml) Constructor |
Method Summary | |
java.lang.Boolean | getActive() Returns whether this administration object is active. |
java.util.Enumeration | getCassetteMessages() Returns the cassette messages associated with this administration object. |
java.lang.Boolean | getChangesPending() Returns whether changes to this administration object is pending. |
java.lang.Boolean | getEnabled() Returns whether this administration object is enabled. |
java.util.Enumeration | getFrameworkMessages() Returns the framework messages associated with this administration object. |
java.lang.Boolean | getValid() Returns whether this administration object is valid. |
protected void | processCassetteConfigObjects(Element element) processCassetteObjects |
protected java.util.Vector | processMessages(Element xml, java.lang.String messagesKey) Messages |
Methods inherited from class com.ibm.etill.framework.clientapi.PSObject |
getCassetteObjects, getName, getProperties, getProperty, getPropertyValue, processCassetteExtension, processCassetteObjects, processCollection, processElement, processElement, setProperty, setProperty, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Vector cassetteMessages
Constructor Detail |
protected PSAdminObject(Element xml)
Method Detail |
protected java.util.Vector processMessages(Element xml, java.lang.String messagesKey)
protected void processCassetteConfigObjects(Element element)
public java.lang.Boolean getActive()
public java.lang.Boolean getEnabled()
public java.lang.Boolean getValid()
public java.lang.Boolean getChangesPending()
public java.util.Enumeration getFrameworkMessages()
public java.util.Enumeration getCassetteMessages()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.