first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package WEB-INF.classes.wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmOrgReligionMstDtlBean extends BaseDetailBean implements Serializable {
|
||||
private String txtReligionName;
|
||||
|
||||
public String getTxtReligionName() {
|
||||
return this.txtReligionName;
|
||||
}
|
||||
|
||||
public void setTxtReligionName(String newTxtReligionName) {
|
||||
this.txtReligionName = newTxtReligionName;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user