307 lines
6.6 KiB
Java
307 lines
6.6 KiB
Java
package wenrgise.hrms.bean;
|
|
|
|
import java.io.Serializable;
|
|
import wenrgise.common.bean.BaseDetailBean;
|
|
|
|
public class HrmTrngCalDtlBean extends BaseDetailBean implements Serializable {
|
|
private String txtType;
|
|
|
|
private String txtStartDate;
|
|
|
|
private String txtEndDate;
|
|
|
|
private String txtStrength;
|
|
|
|
private String txtFee;
|
|
|
|
private String txtStatus;
|
|
|
|
private String txtInstituteName;
|
|
|
|
private String txtCourseCode;
|
|
|
|
private String txtRatingScheme;
|
|
|
|
private String txtInsCode;
|
|
|
|
private String txtCourseId;
|
|
|
|
private String txtInstId;
|
|
|
|
private String ratingId;
|
|
|
|
private String disabtxtType;
|
|
|
|
private String disabtxtStartDate;
|
|
|
|
private String disabtxtEndDate;
|
|
|
|
private String disabtxtStrength;
|
|
|
|
private String disabtxtFee;
|
|
|
|
private String disabtxtStatus;
|
|
|
|
private String disabtxtInstituteName;
|
|
|
|
private String disabtxtCourseCode;
|
|
|
|
private String disabtxtRatingScheme;
|
|
|
|
private String disabtxtInsCode;
|
|
|
|
String disabbutTxtStartDate;
|
|
|
|
String disabbutTxtEndDate;
|
|
|
|
String disabTxtInstituteName;
|
|
|
|
String disabTxtCourseCode;
|
|
|
|
private String txtCourseName;
|
|
|
|
private String txtVenue;
|
|
|
|
private String txtDuration;
|
|
|
|
public String getTxtType() {
|
|
return this.txtType;
|
|
}
|
|
|
|
public void setTxtType(String newTxtType) {
|
|
this.txtType = newTxtType;
|
|
}
|
|
|
|
public String getTxtStartDate() {
|
|
return this.txtStartDate;
|
|
}
|
|
|
|
public void setTxtStartDate(String newTxtStartDate) {
|
|
this.txtStartDate = newTxtStartDate;
|
|
}
|
|
|
|
public String getTxtEndDate() {
|
|
return this.txtEndDate;
|
|
}
|
|
|
|
public void setTxtEndDate(String newTxtEndDate) {
|
|
this.txtEndDate = newTxtEndDate;
|
|
}
|
|
|
|
public String getTxtStrength() {
|
|
return this.txtStrength;
|
|
}
|
|
|
|
public void setTxtStrength(String newTxtStrength) {
|
|
this.txtStrength = newTxtStrength;
|
|
}
|
|
|
|
public String getTxtFee() {
|
|
return this.txtFee;
|
|
}
|
|
|
|
public void setTxtFee(String newTxtFee) {
|
|
this.txtFee = newTxtFee;
|
|
}
|
|
|
|
public String getTxtStatus() {
|
|
return this.txtStatus;
|
|
}
|
|
|
|
public void setTxtStatus(String newTxtStatus) {
|
|
this.txtStatus = newTxtStatus;
|
|
}
|
|
|
|
public String getTxtInstituteName() {
|
|
return this.txtInstituteName;
|
|
}
|
|
|
|
public void setTxtInstituteName(String newTxtInstituteName) {
|
|
this.txtInstituteName = newTxtInstituteName;
|
|
}
|
|
|
|
public String getTxtCourseCode() {
|
|
return this.txtCourseCode;
|
|
}
|
|
|
|
public void setTxtCourseCode(String newTxtCourseCode) {
|
|
this.txtCourseCode = newTxtCourseCode;
|
|
}
|
|
|
|
public String getTxtRatingScheme() {
|
|
return this.txtRatingScheme;
|
|
}
|
|
|
|
public void setTxtRatingScheme(String newTxtRatingScheme) {
|
|
this.txtRatingScheme = newTxtRatingScheme;
|
|
}
|
|
|
|
public String getTxtInsCode() {
|
|
return this.txtInsCode;
|
|
}
|
|
|
|
public void setTxtInsCode(String newTxtInsCode) {
|
|
this.txtInsCode = newTxtInsCode;
|
|
}
|
|
|
|
public String getTxtCourseId() {
|
|
return this.txtCourseId;
|
|
}
|
|
|
|
public void setTxtCourseId(String newTxtCourseId) {
|
|
this.txtCourseId = newTxtCourseId;
|
|
}
|
|
|
|
public String getTxtInstId() {
|
|
return this.txtInstId;
|
|
}
|
|
|
|
public void setTxtInstId(String newTxtInstId) {
|
|
this.txtInstId = newTxtInstId;
|
|
}
|
|
|
|
public String getRatingId() {
|
|
return this.ratingId;
|
|
}
|
|
|
|
public void setRatingId(String newRatingId) {
|
|
this.ratingId = newRatingId;
|
|
}
|
|
|
|
public String getDisabtxtType() {
|
|
return this.disabtxtType;
|
|
}
|
|
|
|
public void setDisabtxtType(String newDisabtxtType) {
|
|
this.disabtxtType = newDisabtxtType;
|
|
}
|
|
|
|
public String getDisabtxtStartDate() {
|
|
return this.disabtxtStartDate;
|
|
}
|
|
|
|
public void setDisabtxtStartDate(String newDisabtxtStartDate) {
|
|
this.disabtxtStartDate = newDisabtxtStartDate;
|
|
}
|
|
|
|
public String getDisabtxtEndDate() {
|
|
return this.disabtxtEndDate;
|
|
}
|
|
|
|
public void setDisabtxtEndDate(String newDisabtxtEndDate) {
|
|
this.disabtxtEndDate = newDisabtxtEndDate;
|
|
}
|
|
|
|
public String getDisabtxtStrength() {
|
|
return this.disabtxtStrength;
|
|
}
|
|
|
|
public void setDisabtxtStrength(String newDisabtxtStrength) {
|
|
this.disabtxtStrength = newDisabtxtStrength;
|
|
}
|
|
|
|
public String getDisabtxtFee() {
|
|
return this.disabtxtFee;
|
|
}
|
|
|
|
public void setDisabtxtFee(String newDisabtxtFee) {
|
|
this.disabtxtFee = newDisabtxtFee;
|
|
}
|
|
|
|
public String getDisabtxtStatus() {
|
|
return this.disabtxtStatus;
|
|
}
|
|
|
|
public void setDisabtxtStatus(String newDisabtxtStatus) {
|
|
this.disabtxtStatus = newDisabtxtStatus;
|
|
}
|
|
|
|
public String getDisabtxtInstituteName() {
|
|
return this.disabtxtInstituteName;
|
|
}
|
|
|
|
public void setDisabtxtInstituteName(String newDisabtxtInstituteName) {
|
|
this.disabtxtInstituteName = newDisabtxtInstituteName;
|
|
}
|
|
|
|
public String getDisabtxtCourseCode() {
|
|
return this.disabtxtCourseCode;
|
|
}
|
|
|
|
public void setDisabtxtCourseCode(String newDisabtxtCourseCode) {
|
|
this.disabtxtCourseCode = newDisabtxtCourseCode;
|
|
}
|
|
|
|
public String getDisabtxtRatingScheme() {
|
|
return this.disabtxtRatingScheme;
|
|
}
|
|
|
|
public void setDisabtxtRatingScheme(String newDisabtxtRatingScheme) {
|
|
this.disabtxtRatingScheme = newDisabtxtRatingScheme;
|
|
}
|
|
|
|
public String getDisabtxtInsCode() {
|
|
return this.disabtxtInsCode;
|
|
}
|
|
|
|
public void setDisabtxtInsCode(String newDisabtxtInsCode) {
|
|
this.disabtxtInsCode = newDisabtxtInsCode;
|
|
}
|
|
|
|
public String getDisabbutTxtStartDate() {
|
|
return this.disabbutTxtStartDate;
|
|
}
|
|
|
|
public void setDisabbutTxtStartDate(String newDisabbutTxtStartDate) {
|
|
this.disabbutTxtStartDate = newDisabbutTxtStartDate;
|
|
}
|
|
|
|
public String getDisabbutTxtEndDate() {
|
|
return this.disabbutTxtEndDate;
|
|
}
|
|
|
|
public void setDisabbutTxtEndDate(String newDisabbutTxtEndDate) {
|
|
this.disabbutTxtEndDate = newDisabbutTxtEndDate;
|
|
}
|
|
|
|
public String getDisabTxtInstituteName() {
|
|
return this.disabTxtInstituteName;
|
|
}
|
|
|
|
public void setDisabTxtInstituteName(String newDisabTxtInstituteName) {
|
|
this.disabTxtInstituteName = newDisabTxtInstituteName;
|
|
}
|
|
|
|
public String getDisabTxtCourseCode() {
|
|
return this.disabTxtCourseCode;
|
|
}
|
|
|
|
public void setDisabTxtCourseCode(String newDisabTxtCourseCode) {
|
|
this.disabTxtCourseCode = newDisabTxtCourseCode;
|
|
}
|
|
|
|
public String getTxtCourseName() {
|
|
return this.txtCourseName;
|
|
}
|
|
|
|
public void setTxtCourseName(String newTxtCourseName) {
|
|
this.txtCourseName = newTxtCourseName;
|
|
}
|
|
|
|
public String getTxtVenue() {
|
|
return this.txtVenue;
|
|
}
|
|
|
|
public void setTxtVenue(String newTxtVenue) {
|
|
this.txtVenue = newTxtVenue;
|
|
}
|
|
|
|
public String getTxtDuration() {
|
|
return this.txtDuration;
|
|
}
|
|
|
|
public void setTxtDuration(String newTxtDuration) {
|
|
this.txtDuration = newTxtDuration;
|
|
}
|
|
}
|