first commit
This commit is contained in:
466
hrmsEjb/wenrgise/hrms/bean/HrmEmpPersAddDtlBean.java
Normal file
466
hrmsEjb/wenrgise/hrms/bean/HrmEmpPersAddDtlBean.java
Normal file
@@ -0,0 +1,466 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmEmpPersAddDtlBean extends BaseDetailBean implements Serializable {
|
||||
String address;
|
||||
|
||||
String city;
|
||||
|
||||
String state;
|
||||
|
||||
String country;
|
||||
|
||||
String pinCode;
|
||||
|
||||
String phone;
|
||||
|
||||
String peAddress;
|
||||
|
||||
String peCity;
|
||||
|
||||
String peState;
|
||||
|
||||
String peCountry;
|
||||
|
||||
String pePinCode;
|
||||
|
||||
String pePhone;
|
||||
|
||||
String prAddress;
|
||||
|
||||
String prCity;
|
||||
|
||||
String prState;
|
||||
|
||||
String prCountry;
|
||||
|
||||
String prPinCode;
|
||||
|
||||
String prPhone;
|
||||
|
||||
String mobileNo;
|
||||
|
||||
String extension;
|
||||
|
||||
String secPhone;
|
||||
|
||||
String secExtension;
|
||||
|
||||
String htAddress;
|
||||
|
||||
String htCity;
|
||||
|
||||
String htState;
|
||||
|
||||
String htCountry;
|
||||
|
||||
String htPinCode;
|
||||
|
||||
String htPhone;
|
||||
|
||||
String email;
|
||||
|
||||
String fax;
|
||||
|
||||
String stateId;
|
||||
|
||||
String stateCode;
|
||||
|
||||
String countryCode;
|
||||
|
||||
String countryId;
|
||||
|
||||
String districtId;
|
||||
|
||||
String districtCode;
|
||||
|
||||
String tehsilCode;
|
||||
|
||||
String tehsilId;
|
||||
|
||||
String district;
|
||||
|
||||
String peDistrict;
|
||||
|
||||
String prDistrict;
|
||||
|
||||
String htDistrict;
|
||||
|
||||
String tehsil;
|
||||
|
||||
String peTehsil;
|
||||
|
||||
String prTehsil;
|
||||
|
||||
String htTehsil;
|
||||
|
||||
public String getAddress() {
|
||||
return this.address;
|
||||
}
|
||||
|
||||
public void setAddress(String newAddress) {
|
||||
this.address = newAddress;
|
||||
}
|
||||
|
||||
public String getCity() {
|
||||
return this.city;
|
||||
}
|
||||
|
||||
public void setCity(String newCity) {
|
||||
this.city = newCity;
|
||||
}
|
||||
|
||||
public String getState() {
|
||||
return this.state;
|
||||
}
|
||||
|
||||
public void setState(String newState) {
|
||||
this.state = newState;
|
||||
}
|
||||
|
||||
public String getCountry() {
|
||||
return this.country;
|
||||
}
|
||||
|
||||
public void setCountry(String newCountry) {
|
||||
this.country = newCountry;
|
||||
}
|
||||
|
||||
public String getPinCode() {
|
||||
return this.pinCode;
|
||||
}
|
||||
|
||||
public void setPinCode(String newPinCode) {
|
||||
this.pinCode = newPinCode;
|
||||
}
|
||||
|
||||
public String getPhone() {
|
||||
return this.phone;
|
||||
}
|
||||
|
||||
public void setPhone(String newPhone) {
|
||||
this.phone = newPhone;
|
||||
}
|
||||
|
||||
public String getPeAddress() {
|
||||
return this.peAddress;
|
||||
}
|
||||
|
||||
public void setPeAddress(String newPeAddress) {
|
||||
this.peAddress = newPeAddress;
|
||||
}
|
||||
|
||||
public String getPeCity() {
|
||||
return this.peCity;
|
||||
}
|
||||
|
||||
public void setPeCity(String newPeCity) {
|
||||
this.peCity = newPeCity;
|
||||
}
|
||||
|
||||
public String getPeState() {
|
||||
return this.peState;
|
||||
}
|
||||
|
||||
public void setPeState(String newPeState) {
|
||||
this.peState = newPeState;
|
||||
}
|
||||
|
||||
public String getPeCountry() {
|
||||
return this.peCountry;
|
||||
}
|
||||
|
||||
public void setPeCountry(String newPeCountry) {
|
||||
this.peCountry = newPeCountry;
|
||||
}
|
||||
|
||||
public String getPePinCode() {
|
||||
return this.pePinCode;
|
||||
}
|
||||
|
||||
public void setPePinCode(String newPePinCode) {
|
||||
this.pePinCode = newPePinCode;
|
||||
}
|
||||
|
||||
public String getPePhone() {
|
||||
return this.pePhone;
|
||||
}
|
||||
|
||||
public void setPePhone(String newPePhone) {
|
||||
this.pePhone = newPePhone;
|
||||
}
|
||||
|
||||
public String getPrAddress() {
|
||||
return this.prAddress;
|
||||
}
|
||||
|
||||
public void setPrAddress(String newPrAddress) {
|
||||
this.prAddress = newPrAddress;
|
||||
}
|
||||
|
||||
public String getPrCity() {
|
||||
return this.prCity;
|
||||
}
|
||||
|
||||
public void setPrCity(String newPrCity) {
|
||||
this.prCity = newPrCity;
|
||||
}
|
||||
|
||||
public String getPrState() {
|
||||
return this.prState;
|
||||
}
|
||||
|
||||
public void setPrState(String newPrState) {
|
||||
this.prState = newPrState;
|
||||
}
|
||||
|
||||
public String getPrCountry() {
|
||||
return this.prCountry;
|
||||
}
|
||||
|
||||
public void setPrCountry(String newPrCountry) {
|
||||
this.prCountry = newPrCountry;
|
||||
}
|
||||
|
||||
public String getPrPinCode() {
|
||||
return this.prPinCode;
|
||||
}
|
||||
|
||||
public void setPrPinCode(String newPrPinCode) {
|
||||
this.prPinCode = newPrPinCode;
|
||||
}
|
||||
|
||||
public String getPrPhone() {
|
||||
return this.prPhone;
|
||||
}
|
||||
|
||||
public void setPrPhone(String newPrPhone) {
|
||||
this.prPhone = newPrPhone;
|
||||
}
|
||||
|
||||
public String getMobileNo() {
|
||||
return this.mobileNo;
|
||||
}
|
||||
|
||||
public void setMobileNo(String newMobileNo) {
|
||||
this.mobileNo = newMobileNo;
|
||||
}
|
||||
|
||||
public String getExtension() {
|
||||
return this.extension;
|
||||
}
|
||||
|
||||
public void setExtension(String newExtension) {
|
||||
this.extension = newExtension;
|
||||
}
|
||||
|
||||
public String getSecPhone() {
|
||||
return this.secPhone;
|
||||
}
|
||||
|
||||
public void setSecPhone(String newSecPhone) {
|
||||
this.secPhone = newSecPhone;
|
||||
}
|
||||
|
||||
public String getSecExtension() {
|
||||
return this.secExtension;
|
||||
}
|
||||
|
||||
public void setSecExtension(String newSecExtension) {
|
||||
this.secExtension = newSecExtension;
|
||||
}
|
||||
|
||||
public String getHtAddress() {
|
||||
return this.htAddress;
|
||||
}
|
||||
|
||||
public void setHtAddress(String newHtAddress) {
|
||||
this.htAddress = newHtAddress;
|
||||
}
|
||||
|
||||
public String getHtCity() {
|
||||
return this.htCity;
|
||||
}
|
||||
|
||||
public void setHtCity(String newHtCity) {
|
||||
this.htCity = newHtCity;
|
||||
}
|
||||
|
||||
public String getHtState() {
|
||||
return this.htState;
|
||||
}
|
||||
|
||||
public void setHtState(String newHtState) {
|
||||
this.htState = newHtState;
|
||||
}
|
||||
|
||||
public String getHtCountry() {
|
||||
return this.htCountry;
|
||||
}
|
||||
|
||||
public void setHtCountry(String newHtCountry) {
|
||||
this.htCountry = newHtCountry;
|
||||
}
|
||||
|
||||
public String getHtPinCode() {
|
||||
return this.htPinCode;
|
||||
}
|
||||
|
||||
public void setHtPinCode(String newHtPinCode) {
|
||||
this.htPinCode = newHtPinCode;
|
||||
}
|
||||
|
||||
public String getHtPhone() {
|
||||
return this.htPhone;
|
||||
}
|
||||
|
||||
public void setHtPhone(String newHtPhone) {
|
||||
this.htPhone = newHtPhone;
|
||||
}
|
||||
|
||||
public String getEmail() {
|
||||
return this.email;
|
||||
}
|
||||
|
||||
public void setEmail(String newEmail) {
|
||||
this.email = newEmail;
|
||||
}
|
||||
|
||||
public String getFax() {
|
||||
return this.fax;
|
||||
}
|
||||
|
||||
public void setFax(String newFax) {
|
||||
this.fax = newFax;
|
||||
}
|
||||
|
||||
public String getStateId() {
|
||||
return this.stateId;
|
||||
}
|
||||
|
||||
public void setStateId(String newStateId) {
|
||||
this.stateId = newStateId;
|
||||
}
|
||||
|
||||
public String getStateCode() {
|
||||
return this.stateCode;
|
||||
}
|
||||
|
||||
public void setStateCode(String newStateCode) {
|
||||
this.stateCode = newStateCode;
|
||||
}
|
||||
|
||||
public String getCountryCode() {
|
||||
return this.countryCode;
|
||||
}
|
||||
|
||||
public void setCountryCode(String newCountryCode) {
|
||||
this.countryCode = newCountryCode;
|
||||
}
|
||||
|
||||
public String getCountryId() {
|
||||
return this.countryId;
|
||||
}
|
||||
|
||||
public void setCountryId(String newCountryId) {
|
||||
this.countryId = newCountryId;
|
||||
}
|
||||
|
||||
public String getDistrictId() {
|
||||
return this.districtId;
|
||||
}
|
||||
|
||||
public void setDistrictId(String districtId) {
|
||||
this.districtId = districtId;
|
||||
}
|
||||
|
||||
public String getDistrictCode() {
|
||||
return this.districtCode;
|
||||
}
|
||||
|
||||
public void setDistrictCode(String districtCode) {
|
||||
this.districtCode = districtCode;
|
||||
}
|
||||
|
||||
public String getTehsilCode() {
|
||||
return this.tehsilCode;
|
||||
}
|
||||
|
||||
public void setTehsilCode(String tehsilCode) {
|
||||
this.tehsilCode = tehsilCode;
|
||||
}
|
||||
|
||||
public String getTehsilId() {
|
||||
return this.tehsilId;
|
||||
}
|
||||
|
||||
public void setTehsilId(String tehsilId) {
|
||||
this.tehsilId = tehsilId;
|
||||
}
|
||||
|
||||
public String getDistrict() {
|
||||
return this.district;
|
||||
}
|
||||
|
||||
public void setDistrict(String district) {
|
||||
this.district = district;
|
||||
}
|
||||
|
||||
public String getPeDistrict() {
|
||||
return this.peDistrict;
|
||||
}
|
||||
|
||||
public void setPeDistrict(String peDistrict) {
|
||||
this.peDistrict = peDistrict;
|
||||
}
|
||||
|
||||
public String getPrDistrict() {
|
||||
return this.prDistrict;
|
||||
}
|
||||
|
||||
public void setPrDistrict(String prDistrict) {
|
||||
this.prDistrict = prDistrict;
|
||||
}
|
||||
|
||||
public String getHtDistrict() {
|
||||
return this.htDistrict;
|
||||
}
|
||||
|
||||
public void setHtDistrict(String htDistrict) {
|
||||
this.htDistrict = htDistrict;
|
||||
}
|
||||
|
||||
public String getTehsil() {
|
||||
return this.tehsil;
|
||||
}
|
||||
|
||||
public void setTehsil(String tehsil) {
|
||||
this.tehsil = tehsil;
|
||||
}
|
||||
|
||||
public String getPeTehsil() {
|
||||
return this.peTehsil;
|
||||
}
|
||||
|
||||
public void setPeTehsil(String peTehsil) {
|
||||
this.peTehsil = peTehsil;
|
||||
}
|
||||
|
||||
public String getPrTehsil() {
|
||||
return this.prTehsil;
|
||||
}
|
||||
|
||||
public void setPrTehsil(String prTehsil) {
|
||||
this.prTehsil = prTehsil;
|
||||
}
|
||||
|
||||
public String getHtTehsil() {
|
||||
return this.htTehsil;
|
||||
}
|
||||
|
||||
public void setHtTehsil(String htTehsil) {
|
||||
this.htTehsil = htTehsil;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user