|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--jreceiver.common.rec.BaseRec
|
+--jreceiver.common.rec.security.MethodRec
Bean to represent a single driverbind record
| Fields inherited from interface jreceiver.common.rec.Rec |
HKEY_KEY, NO_LIMIT |
| Fields inherited from interface jreceiver.common.rec.Selectable |
HKEY_CHECKED |
| Constructor Summary | |
MethodRec()
ctor - default |
|
MethodRec(java.util.Hashtable hash)
ctor - construct from a hashtable, usually retrieved via XML-RPC |
|
MethodRec(MethodKey key)
ctor |
|
| Method Summary | |
boolean |
getChecked()
get the current select state |
java.lang.String |
getDescription()
|
java.lang.Object |
getKey()
return the Number-derived, Key-derived or String that serves as this Rec's key. |
MethodKey |
getMethodKey()
|
void |
setChecked(boolean is_checked)
set the select state |
void |
setKey(java.lang.Object key)
assign the Number-derived, Key-derived or String that serves as this Rec's key. |
java.util.Hashtable |
toHash()
Store the object as a hash suitable for transport over an XML-RPC connection or similar. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class jreceiver.common.rec.BaseRec |
dissolve, dissolveMap, find, find, find, find |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MethodRec()
public MethodRec(MethodKey key)
public MethodRec(java.util.Hashtable hash)
throws RecException
hash - | Method Detail |
public java.lang.Object getKey()
RecgetKey in interface Recpublic void setKey(java.lang.Object key)
setKey in interface Recpublic MethodKey getMethodKey()
getMethodKey in interface Methodpublic java.lang.String getDescription()
public boolean getChecked()
SelectablegetChecked in interface Selectablejreceiver.common.rec.Selectableboolean true if the item has been selected by the user; false otherwisepublic void setChecked(boolean is_checked)
SelectablesetChecked in interface Selectablejreceiver.common.rec.Selectableis_checked - public java.lang.String toString()
toString in interface HashabletoString in class java.lang.Objectpublic java.util.Hashtable toHash()
Use MethodRec(Hashtable) to transform the data
back into an object of this type.
toHash in interface Hashable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||