gpl.fredy.test
Class Runden

java.lang.Object
  extended by gpl.fredy.test.Runden

public class Runden
extends java.lang.Object


Constructor Summary
Runden(double zahl)
           
 
Method Summary
 double getEinheit()
          Get the value of einheit.
 double getZahl()
          Get the value of zahl.
static void main(java.lang.String[] args)
           
 void setEinheit(double v)
          Set the value of einheit.
 void setZahl(double v)
          Set the value of zahl.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Runden

public Runden(double zahl)
Method Detail

getEinheit

public double getEinheit()
Get the value of einheit.

Returns:
value of einheit.

setEinheit

public void setEinheit(double v)
Set the value of einheit.

Parameters:
v - Value to assign to einheit.

getZahl

public double getZahl()
Get the value of zahl.

Returns:
value of zahl.

setZahl

public void setZahl(double v)
Set the value of zahl.

Parameters:
v - Value to assign to zahl.

main

public static void main(java.lang.String[] args)