first commit
This commit is contained in:
56
hrmsEjb/wenrgise/hrms/bean/HrmRecAdvAttrLngReqDtlBean.java
Normal file
56
hrmsEjb/wenrgise/hrms/bean/HrmRecAdvAttrLngReqDtlBean.java
Normal file
@@ -0,0 +1,56 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmRecAdvAttrLngReqDtlBean extends BaseDetailBean implements Serializable {
|
||||
private String txtLangCode;
|
||||
|
||||
private String txtReqType;
|
||||
|
||||
private String hdnLanguageId;
|
||||
|
||||
private String hdnPrevDtlId;
|
||||
|
||||
private String txtLangDesc;
|
||||
|
||||
public String getTxtLangCode() {
|
||||
return this.txtLangCode;
|
||||
}
|
||||
|
||||
public void setTxtLangCode(String newTxtLangCode) {
|
||||
this.txtLangCode = newTxtLangCode;
|
||||
}
|
||||
|
||||
public String getTxtReqType() {
|
||||
return this.txtReqType;
|
||||
}
|
||||
|
||||
public void setTxtReqType(String newTxtReqType) {
|
||||
this.txtReqType = newTxtReqType;
|
||||
}
|
||||
|
||||
public String getHdnLanguageId() {
|
||||
return this.hdnLanguageId;
|
||||
}
|
||||
|
||||
public void setHdnLanguageId(String newHdnLanguageId) {
|
||||
this.hdnLanguageId = newHdnLanguageId;
|
||||
}
|
||||
|
||||
public String getHdnPrevDtlId() {
|
||||
return this.hdnPrevDtlId;
|
||||
}
|
||||
|
||||
public void setHdnPrevDtlId(String newHdnPrevDtlId) {
|
||||
this.hdnPrevDtlId = newHdnPrevDtlId;
|
||||
}
|
||||
|
||||
public String getTxtLangDesc() {
|
||||
return this.txtLangDesc;
|
||||
}
|
||||
|
||||
public void setTxtLangDesc(String newTxtLangDesc) {
|
||||
this.txtLangDesc = newTxtLangDesc;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user