public String getTableListUserGroup() { return tableListUserGroup.toString(); }
public String getSuccessMsg() { return tabelViewMsg.toString().replaceAll("msg-type", "success"); }
public String getErrorMsg() { return tabelViewMsg.toString().replaceAll("msg-type", "error"); }
public String getButtonSaveUserGroup() { return btnSaveUserGroup.toString(); }
public String getTextFieldUserGroupDesc() { return txtUserGroupDesc.toString(); }
public String getTextFieldUserGroupName() { return txtUserGroupName.toString(); }
public String getButtonNewUserGroup() { return btnNewUserGroup.toString(); }
public String getUrl() { return url.toString(); }