kivireki.model
Class Role

java.lang.Object
  extended by kivireki.model.Role

public class Role
extends java.lang.Object

Persistenssiluokka, sis�lt�� Hibernaten tarvitsemat get- ja set-metodit sek� tarvittavat muuttujat ROLE -taulun tietokantaoperaatioita varten.


Field Summary
private  java.lang.String explanation
           
private  java.lang.Integer role
           
 
Constructor Summary
Role()
           
 
Method Summary
 java.lang.String getExplanation()
           
 java.lang.Integer getRole()
           
 void setExplanation(java.lang.String explanation)
           
 void setRole(java.lang.Integer role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

explanation

private java.lang.String explanation

role

private java.lang.Integer role
Constructor Detail

Role

public Role()
Method Detail

getExplanation

public java.lang.String getExplanation()

getRole

public java.lang.Integer getRole()

setExplanation

public void setExplanation(java.lang.String explanation)

setRole

public void setRole(java.lang.Integer role)