|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.ValueListFacade
com.novell.admin.ns.nds.HoldFacade
Facade for the NDS Hold syntax.
| Field Summary |
| Fields inherited from class com.novell.admin.ns.ValueListFacade |
valueList |
| Constructor Summary | |
HoldFacade(ValueList comp)
Facade constructor |
|
| Method Summary | |
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. |
| Methods inherited from class com.novell.admin.ns.ValueListFacade |
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueList |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HoldFacade(ValueList comp)
throws IncompatibleComponentException
comp - The valueList that represents the Hold data.
IncompatibleComponentException - if the valueList syntax is
not NDSSyntax.SYN_HOLD.| Method Detail |
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 int getAmount()
public java.lang.String getSubject()
public void setAmount(int amount)
amount - Refer to NDS Schema Reference.public void setSubject(java.lang.String subject)
subject - Refer to NDS Schema Reference.
FacadeParameterException - Can not set to the value requested.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||