217 lines
5.1 KiB
Java
217 lines
5.1 KiB
Java
package wenrgise.hrms.bean;
|
|
|
|
import java.io.Serializable;
|
|
import wenrgise.common.bean.BaseDetailBean;
|
|
|
|
public class HrmLvMstDtlBean extends BaseDetailBean implements Serializable {
|
|
private String txtLeaveDescription;
|
|
|
|
private String txtEffectiveFrom;
|
|
|
|
private String txtEffectiveTo;
|
|
|
|
private String txtMinimumServicePeriod;
|
|
|
|
private String txtMaximumAccumulationLimit;
|
|
|
|
private String txtTotalAvailableLimit;
|
|
|
|
private String txtAdvanceLimit;
|
|
|
|
private String txtMaxTxn;
|
|
|
|
private String txtMinLeavePerTxn;
|
|
|
|
private String txtDependantOnWorkingDays;
|
|
|
|
private String txtUnit;
|
|
|
|
private String txtCreditFrequency;
|
|
|
|
private String txtMaxCreditLimit;
|
|
|
|
private String txtLeavesCredited;
|
|
|
|
private String txtApplicableToAll;
|
|
|
|
private String txtLapsable;
|
|
|
|
private String txtApplicableFor;
|
|
|
|
private String txtState;
|
|
|
|
private String txtStateCode;
|
|
|
|
private String txtStateId;
|
|
|
|
private String disabbutState;
|
|
|
|
public String getTxtAdvanceLimit() {
|
|
return this.txtAdvanceLimit;
|
|
}
|
|
|
|
public void setTxtAdvanceLimit(String newTxtAdvanceLimit) {
|
|
this.txtAdvanceLimit = newTxtAdvanceLimit;
|
|
}
|
|
|
|
public String getTxtApplicableToAll() {
|
|
return this.txtApplicableToAll;
|
|
}
|
|
|
|
public void setTxtApplicableToAll(String newTxtApplicableToAll) {
|
|
this.txtApplicableToAll = newTxtApplicableToAll;
|
|
}
|
|
|
|
public String getTxtCreditFrequency() {
|
|
return this.txtCreditFrequency;
|
|
}
|
|
|
|
public void setTxtCreditFrequency(String newTxtCreditFrequency) {
|
|
this.txtCreditFrequency = newTxtCreditFrequency;
|
|
}
|
|
|
|
public String getTxtDependantOnWorkingDays() {
|
|
return this.txtDependantOnWorkingDays;
|
|
}
|
|
|
|
public void setTxtDependantOnWorkingDays(String newTxtDependantOnWorkingDays) {
|
|
this.txtDependantOnWorkingDays = newTxtDependantOnWorkingDays;
|
|
}
|
|
|
|
public String getTxtEffectiveFrom() {
|
|
return this.txtEffectiveFrom;
|
|
}
|
|
|
|
public void setTxtEffectiveFrom(String newTxtEffectiveFrom) {
|
|
this.txtEffectiveFrom = newTxtEffectiveFrom;
|
|
}
|
|
|
|
public String getTxtEffectiveTo() {
|
|
return this.txtEffectiveTo;
|
|
}
|
|
|
|
public void setTxtEffectiveTo(String newTxtEffectiveTo) {
|
|
this.txtEffectiveTo = newTxtEffectiveTo;
|
|
}
|
|
|
|
public String getTxtLapsable() {
|
|
return this.txtLapsable;
|
|
}
|
|
|
|
public void setTxtLapsable(String newTxtLapsable) {
|
|
this.txtLapsable = newTxtLapsable;
|
|
}
|
|
|
|
public String getTxtLeaveDescription() {
|
|
return this.txtLeaveDescription;
|
|
}
|
|
|
|
public void setTxtLeaveDescription(String newTxtLeaveDescription) {
|
|
this.txtLeaveDescription = newTxtLeaveDescription;
|
|
}
|
|
|
|
public String getTxtLeavesCredited() {
|
|
return this.txtLeavesCredited;
|
|
}
|
|
|
|
public void setTxtLeavesCredited(String newTxtLeavesCredited) {
|
|
this.txtLeavesCredited = newTxtLeavesCredited;
|
|
}
|
|
|
|
public String getTxtMaxCreditLimit() {
|
|
return this.txtMaxCreditLimit;
|
|
}
|
|
|
|
public void setTxtMaxCreditLimit(String newTxtMaxCreditLimit) {
|
|
this.txtMaxCreditLimit = newTxtMaxCreditLimit;
|
|
}
|
|
|
|
public String getTxtMaxTxn() {
|
|
return this.txtMaxTxn;
|
|
}
|
|
|
|
public void setTxtMaxTxn(String newTxtMaxTxn) {
|
|
this.txtMaxTxn = newTxtMaxTxn;
|
|
}
|
|
|
|
public String getTxtMaximumAccumulationLimit() {
|
|
return this.txtMaximumAccumulationLimit;
|
|
}
|
|
|
|
public void setTxtMaximumAccumulationLimit(String newTxtMaximumAccumulationLimit) {
|
|
this.txtMaximumAccumulationLimit = newTxtMaximumAccumulationLimit;
|
|
}
|
|
|
|
public String getTxtMinLeavePerTxn() {
|
|
return this.txtMinLeavePerTxn;
|
|
}
|
|
|
|
public void setTxtMinLeavePerTxn(String newTxtMinLeavePerTxn) {
|
|
this.txtMinLeavePerTxn = newTxtMinLeavePerTxn;
|
|
}
|
|
|
|
public String getTxtMinimumServicePeriod() {
|
|
return this.txtMinimumServicePeriod;
|
|
}
|
|
|
|
public void setTxtMinimumServicePeriod(String newTxtMinimumServicePeriod) {
|
|
this.txtMinimumServicePeriod = newTxtMinimumServicePeriod;
|
|
}
|
|
|
|
public String getTxtTotalAvailableLimit() {
|
|
return this.txtTotalAvailableLimit;
|
|
}
|
|
|
|
public void setTxtTotalAvailableLimit(String newTxtTotalAvailableLimit) {
|
|
this.txtTotalAvailableLimit = newTxtTotalAvailableLimit;
|
|
}
|
|
|
|
public String getTxtUnit() {
|
|
return this.txtUnit;
|
|
}
|
|
|
|
public void setTxtUnit(String newTxtUnit) {
|
|
this.txtUnit = newTxtUnit;
|
|
}
|
|
|
|
public String getTxtApplicableFor() {
|
|
return this.txtApplicableFor;
|
|
}
|
|
|
|
public void setTxtApplicableFor(String newTxtApplicableFor) {
|
|
this.txtApplicableFor = newTxtApplicableFor;
|
|
}
|
|
|
|
public String getTxtState() {
|
|
return this.txtState;
|
|
}
|
|
|
|
public void setTxtState(String newTxtState) {
|
|
this.txtState = newTxtState;
|
|
}
|
|
|
|
public String getTxtStateCode() {
|
|
return this.txtStateCode;
|
|
}
|
|
|
|
public void setTxtStateCode(String newTxtStateCode) {
|
|
this.txtStateCode = newTxtStateCode;
|
|
}
|
|
|
|
public String getTxtStateId() {
|
|
return this.txtStateId;
|
|
}
|
|
|
|
public void setTxtStateId(String newTxtStateId) {
|
|
this.txtStateId = newTxtStateId;
|
|
}
|
|
|
|
public String getDisabbutState() {
|
|
return this.disabbutState;
|
|
}
|
|
|
|
public void setDisabbutState(String newDisabbutState) {
|
|
this.disabbutState = newDisabbutState;
|
|
}
|
|
}
|