first commit
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
package WEB-INF.classes.wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseHeaderBean;
|
||||
|
||||
public class HrmPrmGenAssHdrBean extends BaseHeaderBean implements Serializable {
|
||||
private String siteCode;
|
||||
|
||||
private String prmNo;
|
||||
|
||||
private String postFrom;
|
||||
|
||||
private String postTo;
|
||||
|
||||
private String posInfHdrId;
|
||||
|
||||
private String siteId;
|
||||
|
||||
private String prmId;
|
||||
|
||||
public String getSiteCode() {
|
||||
return this.siteCode;
|
||||
}
|
||||
|
||||
public void setSiteCode(String newSiteCode) {
|
||||
this.siteCode = newSiteCode;
|
||||
}
|
||||
|
||||
public String getPrmNo() {
|
||||
return this.prmNo;
|
||||
}
|
||||
|
||||
public void setPrmNo(String newPrmNo) {
|
||||
this.prmNo = newPrmNo;
|
||||
}
|
||||
|
||||
public String getPostFrom() {
|
||||
return this.postFrom;
|
||||
}
|
||||
|
||||
public void setPostFrom(String newPostFrom) {
|
||||
this.postFrom = newPostFrom;
|
||||
}
|
||||
|
||||
public String getPostTo() {
|
||||
return this.postTo;
|
||||
}
|
||||
|
||||
public void setPostTo(String newPostTo) {
|
||||
this.postTo = newPostTo;
|
||||
}
|
||||
|
||||
public String getPosInfHdrId() {
|
||||
return this.posInfHdrId;
|
||||
}
|
||||
|
||||
public void setPosInfHdrId(String newPosInfHdrId) {
|
||||
this.posInfHdrId = newPosInfHdrId;
|
||||
}
|
||||
|
||||
public String getSiteId() {
|
||||
return this.siteId;
|
||||
}
|
||||
|
||||
public void setSiteId(String newSiteId) {
|
||||
this.siteId = newSiteId;
|
||||
}
|
||||
|
||||
public String getPrmId() {
|
||||
return this.prmId;
|
||||
}
|
||||
|
||||
public void setPrmId(String newPrmId) {
|
||||
this.prmId = newPrmId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user