first commit
This commit is contained in:
126
hrmsEjb/wenrgise/hrms/bean/HrmAttEmpAttQueryDtlBean.java
Normal file
126
hrmsEjb/wenrgise/hrms/bean/HrmAttEmpAttQueryDtlBean.java
Normal file
@@ -0,0 +1,126 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmAttEmpAttQueryDtlBean extends BaseDetailBean implements Serializable {
|
||||
String txtShiftCode;
|
||||
|
||||
String txtChkInDate;
|
||||
|
||||
String txtCheckInTime;
|
||||
|
||||
String txtCheckOutTime;
|
||||
|
||||
String txtAttStatus;
|
||||
|
||||
String txtReason;
|
||||
|
||||
private String txtEmpId;
|
||||
|
||||
private String txtShiftMstId;
|
||||
|
||||
private String txtEmpNo;
|
||||
|
||||
private String txtEmpName;
|
||||
|
||||
private String txtCheckInTimeMin;
|
||||
|
||||
private String txtCheckOutTimeMin;
|
||||
|
||||
public String getTxtShiftCode() {
|
||||
return this.txtShiftCode;
|
||||
}
|
||||
|
||||
public void setTxtShiftCode(String newTxtShiftCode) {
|
||||
this.txtShiftCode = newTxtShiftCode;
|
||||
}
|
||||
|
||||
public String getTxtChkInDate() {
|
||||
return this.txtChkInDate;
|
||||
}
|
||||
|
||||
public void setTxtChkInDate(String newTxtChkInDate) {
|
||||
this.txtChkInDate = newTxtChkInDate;
|
||||
}
|
||||
|
||||
public String getTxtCheckInTime() {
|
||||
return this.txtCheckInTime;
|
||||
}
|
||||
|
||||
public void setTxtCheckInTime(String newTxtCheckInTime) {
|
||||
this.txtCheckInTime = newTxtCheckInTime;
|
||||
}
|
||||
|
||||
public String getTxtCheckOutTime() {
|
||||
return this.txtCheckOutTime;
|
||||
}
|
||||
|
||||
public void setTxtCheckOutTime(String newTxtCheckOutTime) {
|
||||
this.txtCheckOutTime = newTxtCheckOutTime;
|
||||
}
|
||||
|
||||
public String getTxtAttStatus() {
|
||||
return this.txtAttStatus;
|
||||
}
|
||||
|
||||
public void setTxtAttStatus(String newTxtAttStatus) {
|
||||
this.txtAttStatus = newTxtAttStatus;
|
||||
}
|
||||
|
||||
public String getTxtReason() {
|
||||
return this.txtReason;
|
||||
}
|
||||
|
||||
public void setTxtReason(String newTxtReason) {
|
||||
this.txtReason = newTxtReason;
|
||||
}
|
||||
|
||||
public String getTxtEmpId() {
|
||||
return this.txtEmpId;
|
||||
}
|
||||
|
||||
public void setTxtEmpId(String newTxtEmpId) {
|
||||
this.txtEmpId = newTxtEmpId;
|
||||
}
|
||||
|
||||
public String getTxtShiftMstId() {
|
||||
return this.txtShiftMstId;
|
||||
}
|
||||
|
||||
public void setTxtShiftMstId(String newTxtShiftMstId) {
|
||||
this.txtShiftMstId = newTxtShiftMstId;
|
||||
}
|
||||
|
||||
public String getTxtEmpNo() {
|
||||
return this.txtEmpNo;
|
||||
}
|
||||
|
||||
public void setTxtEmpNo(String newTxtEmpNo) {
|
||||
this.txtEmpNo = newTxtEmpNo;
|
||||
}
|
||||
|
||||
public String getTxtEmpName() {
|
||||
return this.txtEmpName;
|
||||
}
|
||||
|
||||
public void setTxtEmpName(String newTxtEmpName) {
|
||||
this.txtEmpName = newTxtEmpName;
|
||||
}
|
||||
|
||||
public String getTxtCheckInTimeMin() {
|
||||
return this.txtCheckInTimeMin;
|
||||
}
|
||||
|
||||
public void setTxtCheckInTimeMin(String newTxtCheckInTimeMin) {
|
||||
this.txtCheckInTimeMin = newTxtCheckInTimeMin;
|
||||
}
|
||||
|
||||
public String getTxtCheckOutTimeMin() {
|
||||
return this.txtCheckOutTimeMin;
|
||||
}
|
||||
|
||||
public void setTxtCheckOutTimeMin(String newTxtCheckOutTimeMin) {
|
||||
this.txtCheckOutTimeMin = newTxtCheckOutTimeMin;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user