|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.auth.Setter<T>
public class Setter<T extends Holder<?>>
A wrapper around a data holder that sets the holder's data. A holder may have more than one setter.
| Constructor Summary | |
|---|---|
Setter(T holder,
I18NBoundMessage usage)
Creates a new setter, associated with the given holder, and with the given usage instructions. |
|
| Method Summary | |
|---|---|
T |
getHolder()
Returns the receiver's holder. |
I18NBoundMessage |
getUsage()
Returns the receiver's usage instructions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Setter(T holder,
I18NBoundMessage usage)
holder - The data holder.usage - The usage instructions.| Method Detail |
|---|
public T getHolder()
public I18NBoundMessage getUsage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||