Class Kit

java.lang.Object
  extended by Kit

public class Kit
extends java.lang.Object

Kit.java - Contains the stuff for a kit.


Field Summary
Modifier and Type Field and Description
 int Delay
          Delay between uses
 java.lang.String Group
          Group that can use this kit.
 int ID
          Kit ID - Used in database transactions
 java.util.Map<java.lang.String,java.lang.Integer> IDs
          List of Item IDs and amounts to give
 java.lang.String Name
          Kit Name
 
Constructor Summary
Constructor and Description
Kit()
           
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public int ID
Kit ID - Used in database transactions


Name

public java.lang.String Name
Kit Name


IDs

public java.util.Map<java.lang.String,java.lang.Integer> IDs
List of Item IDs and amounts to give


Delay

public int Delay
Delay between uses


Group

public java.lang.String Group
Group that can use this kit.

Constructor Detail

Kit

public Kit()