|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.wilko.jaim.Buddy
This is a buddy object that holds the buddy's name and other information about a buddy.
Constructor Summary | |
Buddy(java.lang.String name)
Constructor that sets the buddy name |
Method Summary | |
boolean |
getDeny()
Gets the deny value |
java.lang.String |
getName()
Gets the buddy name |
boolean |
getPermit()
Gets the permit value |
void |
setDeny(boolean denyVal)
Sets the deny value |
void |
setPermit(boolean permitVal)
Sets the permit value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Buddy(java.lang.String name)
name
- the name of this buddy.Method Detail |
public java.lang.String getName()
public void setPermit(boolean permitVal)
permitVal
- what to set permit topublic boolean getPermit()
public void setDeny(boolean denyVal)
denyVal
- what to set deny topublic boolean getDeny()
|
jaimlib.sourceforge.net | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |