|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPdrabik.Result
public class Result
Klasa dla ustanowienia standardu wynikow dla AdvancedConsole
.
Field Summary | |
---|---|
int |
acum
|
int |
result
|
Constructor Summary | |
---|---|
Result(int now,
int res,
int Max)
Tworzy nowy obiekt. |
Method Summary | |
---|---|
int |
getMax()
Pobiera wiadomosc o bledzie. |
int |
getNow()
Pobiera typ wiadomosci. |
java.lang.String |
getRes()
|
java.lang.String |
getResPC()
|
Result |
getResult()
Zwraca obiekt Result. |
void |
setMax(int arg)
|
void |
setNow(int arg)
|
void |
setRes(int arg)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int result
public int acum
Constructor Detail |
---|
public Result(int now, int res, int Max)
type
- Typ wiadomosci (Obecnie 0 gdy dobra, -1 gdy blad).res
- Wiadomosc dobra (wynik).error
- Wiadomosc o bledzie.Method Detail |
---|
public int getNow()
public int getMax()
public java.lang.String getResPC()
public java.lang.String getRes()
public Result getResult()
public void setNow(int arg)
public void setMax(int arg)
public void setRes(int arg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |