public final class HoldFacade extends ValueListFacade
valueList| Constructor and Description |
|---|
HoldFacade(ValueList comp)
Facade constructor
|
| Modifier and Type | Method and Description |
|---|---|
static ValueList |
createValueList(java.lang.String subject,
long amount)
Creates an NDS Hold ValueList.
|
int |
getAmount()
Retrieves the amount from the ValueList.
|
java.lang.String |
getSubject()
Retrieves the subject from the ValueList.
|
void |
setAmount(int amount)
Sets the amount in the ValueList.
|
void |
setSubject(java.lang.String subject)
Sets the subject in the ValueList.
|
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueListpublic HoldFacade(ValueList comp) throws IncompatibleComponentException
comp - The valueList that represents the Hold data.IncompatibleComponentException - if the valueList syntax is
not NDSSyntax.SYN_HOLD.public static ValueList createValueList(java.lang.String subject, long amount)
Creates a ValueList representing an NDS Hold.
subject - Refer to NDS Schema Reference.amount - Refer to NDS Schema Reference.public java.lang.String getSubject()
public int getAmount()
public void setSubject(java.lang.String subject)
subject - Refer to NDS Schema Reference.FacadeParameterException - Can not set to the value requested.public void setAmount(int amount)
amount - Refer to NDS Schema Reference.
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.