Class IntKentta

java.lang.Object
  |
  +--Kentta
        |
        +--IntKentta

class IntKentta
extends Kentta


Field Summary
(package private)  int arvo
           
 
Fields inherited from class Kentta
tarkistaja
 
Constructor Summary
IntKentta(java.lang.String kysymys)
           
 
Method Summary
 java.lang.String aseta(java.lang.String jono)
           
 int getValue()
           
 void setValue(int value)
           
 java.lang.String toString()
           
 
Methods inherited from class Kentta
getKysymys, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

arvo

int arvo
Constructor Detail

IntKentta

public IntKentta(java.lang.String kysymys)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)

toString

public java.lang.String toString()
Overrides:
toString in class Kentta

aseta

public java.lang.String aseta(java.lang.String jono)
Overrides:
aseta in class Kentta