|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object logdog.Common.Json.BooleanResult
public class BooleanResult
클라이언트 통신에서 true, false를 Json으로 리턴하기 위해서 사용한 Boolean 객체이다.
Field Summary | |
---|---|
private boolean |
result
결과값: true, false만 저장 가능한 boolean 타입이다. |
Constructor Summary | |
---|---|
BooleanResult()
일반 생성자 |
|
BooleanResult(boolean result)
boolean값을 받아 초기화한다. |
Method Summary | |
---|---|
boolean |
isResult()
|
void |
setResult(boolean result)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean result
Constructor Detail |
---|
public BooleanResult()
public BooleanResult(boolean result)
result
- Method Detail |
---|
public boolean isResult()
public void setResult(boolean result)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |