first commit
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
package WEB-INF.classes.wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmAprslSpcTmplDtlBean extends BaseDetailBean implements Serializable {
|
||||
String txtKpaGrCode;
|
||||
|
||||
String txtKpaGrDesc;
|
||||
|
||||
String txtKpaCode;
|
||||
|
||||
String txtKpaDesc;
|
||||
|
||||
String txtFlag;
|
||||
|
||||
String txtKPAId;
|
||||
|
||||
String txtKPAGrId;
|
||||
|
||||
public String getTxtKpaGrCode() {
|
||||
return this.txtKpaGrCode;
|
||||
}
|
||||
|
||||
public void setTxtKpaGrCode(String newTxtKpaGrCode) {
|
||||
this.txtKpaGrCode = newTxtKpaGrCode;
|
||||
}
|
||||
|
||||
public String getTxtKpaGrDesc() {
|
||||
return this.txtKpaGrDesc;
|
||||
}
|
||||
|
||||
public void setTxtKpaGrDesc(String newTxtKpaGrDesc) {
|
||||
this.txtKpaGrDesc = newTxtKpaGrDesc;
|
||||
}
|
||||
|
||||
public String getTxtKpaCode() {
|
||||
return this.txtKpaCode;
|
||||
}
|
||||
|
||||
public void setTxtKpaCode(String newTxtKpaCode) {
|
||||
this.txtKpaCode = newTxtKpaCode;
|
||||
}
|
||||
|
||||
public String getTxtKpaDesc() {
|
||||
return this.txtKpaDesc;
|
||||
}
|
||||
|
||||
public void setTxtKpaDesc(String newTxtKpaDesc) {
|
||||
this.txtKpaDesc = newTxtKpaDesc;
|
||||
}
|
||||
|
||||
public String getTxtFlag() {
|
||||
return this.txtFlag;
|
||||
}
|
||||
|
||||
public void setTxtFlag(String newTxtFlag) {
|
||||
this.txtFlag = newTxtFlag;
|
||||
}
|
||||
|
||||
public String getTxtKPAId() {
|
||||
return this.txtKPAId;
|
||||
}
|
||||
|
||||
public void setTxtKPAId(String newTxtKPAId) {
|
||||
this.txtKPAId = newTxtKPAId;
|
||||
}
|
||||
|
||||
public String getTxtKPAGrId() {
|
||||
return this.txtKPAGrId;
|
||||
}
|
||||
|
||||
public void setTxtKPAGrId(String newTxtKPAGrId) {
|
||||
this.txtKPAGrId = newTxtKPAGrId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user