|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.test.Runden
public class Runden
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 |
---|
public Runden(double zahl)
Method Detail |
---|
public double getEinheit()
public void setEinheit(double v)
v
- Value to assign to einheit.public double getZahl()
public void setZahl(double v)
v
- Value to assign to zahl.public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |