public String gettext() { // System.out.println("inside gettext in BASE_FIELD"); return text = GLOBAL.b2c(getText(), GLOBAL.FIELD); /*GLOBAL.CONST*/ }
public void settext(String text) { setText(GLOBAL.c2b(text, GLOBAL.FIELD)); this.text = text; }