wt.ixb.clientAccess
Class IXBExpImpStatus
java.lang.Object
wt.ixb.clientAccess.IXBExpImpStatus
- All Implemented Interfaces:
- Serializable
- public class IXBExpImpStatus
- extends Object
- implements Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
outcome
private boolean outcome
streamer
private IXBStreamer streamer
userStatus
private Vector userStatus
IXBExpImpStatus
public IXBExpImpStatus()
getStreamer
public IXBStreamer getStreamer()
- Gets the value of the attribute: streamer.
Supported API: false
- Returns:
- IXBStreamer
setStreamer
public void setStreamer(IXBStreamer a_Streamer)
throws WTPropertyVetoException
- Sets the value of the attribute: streamer.
Supported API: false
- Parameters:
a_Streamer
-
- Throws:
WTPropertyVetoException
addMessage
public void addMessage(String s)
addMessages
public void addMessages(String[] ss)
getMessages
public Vector getMessages()
PP
private static void PP(String s)
setOutcome
public void setOutcome(boolean a_Outcome)
getOutcome
public boolean getOutcome()