org.biomage.tools.generate_classes
Class CreateFile.RoleInformation

java.lang.Object
  extended by org.biomage.tools.generate_classes.CreateFile.RoleInformation
Enclosing class:
CreateFile

public class CreateFile.RoleInformation
extends java.lang.Object


Field Summary
protected  int card
           
protected  int typeRole
           
 
Constructor Summary
protected CreateFile.RoleInformation(int card, int typeRole)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int getCard()
           
 int getTypeRole()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

card

protected int card

typeRole

protected int typeRole
Constructor Detail

CreateFile.RoleInformation

protected CreateFile.RoleInformation(int card,
                                     int typeRole)
Method Detail

getCard

public int getCard()

getTypeRole

public int getTypeRole()

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object