first commit
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
package WEB-INF.classes.wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmRecAdvAttrLocVacencyDtlBean extends BaseDetailBean implements Serializable {
|
||||
private String txtLocCode;
|
||||
|
||||
private String txtNoOfVacancy;
|
||||
|
||||
private String hdnLocationId;
|
||||
|
||||
private String hdnPrevDtlId;
|
||||
|
||||
private String txtLocDesc;
|
||||
|
||||
private String txtState;
|
||||
|
||||
private String txtStateId;
|
||||
|
||||
private String txtStateCode;
|
||||
|
||||
private String txtCity;
|
||||
|
||||
public String getTxtLocCode() {
|
||||
return this.txtLocCode;
|
||||
}
|
||||
|
||||
public void setTxtLocCode(String newTxtLocCode) {
|
||||
this.txtLocCode = newTxtLocCode;
|
||||
}
|
||||
|
||||
public String getTxtNoOfVacancy() {
|
||||
return this.txtNoOfVacancy;
|
||||
}
|
||||
|
||||
public void setTxtNoOfVacancy(String newTxtNoOfVacancy) {
|
||||
this.txtNoOfVacancy = newTxtNoOfVacancy;
|
||||
}
|
||||
|
||||
public String getHdnLocationId() {
|
||||
return this.hdnLocationId;
|
||||
}
|
||||
|
||||
public void setHdnLocationId(String newHdnLocationId) {
|
||||
this.hdnLocationId = newHdnLocationId;
|
||||
}
|
||||
|
||||
public String getHdnPrevDtlId() {
|
||||
return this.hdnPrevDtlId;
|
||||
}
|
||||
|
||||
public void setHdnPrevDtlId(String newHdnPrevDtlId) {
|
||||
this.hdnPrevDtlId = newHdnPrevDtlId;
|
||||
}
|
||||
|
||||
public String getTxtLocDesc() {
|
||||
return this.txtLocDesc;
|
||||
}
|
||||
|
||||
public void setTxtLocDesc(String newTxtLocDesc) {
|
||||
this.txtLocDesc = newTxtLocDesc;
|
||||
}
|
||||
|
||||
public String getTxtState() {
|
||||
return this.txtState;
|
||||
}
|
||||
|
||||
public void setTxtState(String newTxtState) {
|
||||
this.txtState = newTxtState;
|
||||
}
|
||||
|
||||
public String getTxtStateId() {
|
||||
return this.txtStateId;
|
||||
}
|
||||
|
||||
public void setTxtStateId(String newTxtStateId) {
|
||||
this.txtStateId = newTxtStateId;
|
||||
}
|
||||
|
||||
public String getTxtStateCode() {
|
||||
return this.txtStateCode;
|
||||
}
|
||||
|
||||
public void setTxtStateCode(String newTxtStateCode) {
|
||||
this.txtStateCode = newTxtStateCode;
|
||||
}
|
||||
|
||||
public String getTxtCity() {
|
||||
return this.txtCity;
|
||||
}
|
||||
|
||||
public void setTxtCity(String newTxtCity) {
|
||||
this.txtCity = newTxtCity;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user