|
|||||||||
| Home >> All >> com >> wilko >> [ jaim overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.wilko.jaim
Class Buddy

java.lang.Objectcom.wilko.jaim.Buddy
- public class Buddy
- extends java.lang.Object
This is a buddy object that holds the buddy's name and other information about a buddy.
| Field Summary | |
private java.lang.String |
buddyName
Name of the buddy |
private boolean |
deny
deny value |
private boolean |
permit
Permit value |
| 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 |
| Field Detail |
buddyName
private java.lang.String buddyName
- Name of the buddy
permit
private boolean permit
- Permit value
deny
private boolean deny
- deny value
| Constructor Detail |
Buddy
public Buddy(java.lang.String name)
- Constructor that sets the buddy name
| Method Detail |
getName
public java.lang.String getName()
- Gets the buddy name
setPermit
public void setPermit(boolean permitVal)
- Sets the permit value
getPermit
public boolean getPermit()
- Gets the permit value
setDeny
public void setDeny(boolean denyVal)
- Sets the deny value
getDeny
public boolean getDeny()
- Gets the deny value
|
|||||||||
| Home >> All >> com >> wilko >> [ jaim overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.wilko.jaim.Buddy