economics
Class Grant
java.lang.Object
economics.Grant
public class Grant
- extends java.lang.Object
This is that maintains the grants for a household ...
Constructor Summary |
Grant(int _type,
Agent _receiver)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
private int type
receiver
private Agent receiver
Grant
public Grant(int _type,
Agent _receiver)
main
public static void main(java.lang.String[] args)
setReceiver
public void setReceiver(Agent _receiver)
getReceiver
public Agent getReceiver()
getType
public int getType()
setType
public void setType(int type)