Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.wilko.jaim
Class Buddy  view Buddy download Buddy.java

java.lang.Object
  extended bycom.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