Page 850 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 850
Ⅳ. CodeVision Source Code
}
public String getShareLocate() {
return locate;
}
public void setSharedData(String who,String locateion,int status) {
state = who;
this.locate=locateion;
this.st = status;
}
public boolean getIsReady() {
return isReady;
}
public void setIsReady(boolean isReady) {
this.isReady = isReady;
}
public void setIsReal(boolean isReal){
this.realtime = isReal;
}
public boolean getIsReal(){
return this.realtime;
}
public int getSt() {
return st;
}
public void setMsg(String msg) {
this.msg = msg;
}
정보통신기기과
- 843 -