|
|
|
@ -153,6 +153,121 @@ public class EquOrder extends BaseEntity {
|
|
|
|
|
private String planRestrict;
|
|
|
|
|
private String outsourceCode;
|
|
|
|
|
|
|
|
|
|
private List<Date> loopStartArray;
|
|
|
|
|
|
|
|
|
|
private Date loopStart;
|
|
|
|
|
|
|
|
|
|
private Date loopEnd;
|
|
|
|
|
|
|
|
|
|
private List<Date> loopEndArray;
|
|
|
|
|
|
|
|
|
|
private Date loopEndArrayStart;
|
|
|
|
|
|
|
|
|
|
private Date getLoopEndArrayEnd;
|
|
|
|
|
|
|
|
|
|
private List<Date> orderStartArray;
|
|
|
|
|
private Date orderStartArrayStart;
|
|
|
|
|
private Date orderStartArrayEnd;
|
|
|
|
|
private List<Date> orderEndArray;
|
|
|
|
|
private Date orderEndArrayStart;
|
|
|
|
|
private Date orderEndArrayEnd;
|
|
|
|
|
|
|
|
|
|
public List<Date> getOrderStartArray() {
|
|
|
|
|
return orderStartArray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setOrderStartArray(List<Date> orderStartArray) {
|
|
|
|
|
this.orderStartArray = orderStartArray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Date getOrderStartArrayStart() {
|
|
|
|
|
return orderStartArrayStart;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setOrderStartArrayStart(Date orderStartArrayStart) {
|
|
|
|
|
this.orderStartArrayStart = orderStartArrayStart;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Date getOrderStartArrayEnd() {
|
|
|
|
|
return orderStartArrayEnd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setOrderStartArrayEnd(Date orderStartArrayEnd) {
|
|
|
|
|
this.orderStartArrayEnd = orderStartArrayEnd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public List<Date> getOrderEndArray() {
|
|
|
|
|
return orderEndArray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setOrderEndArray(List<Date> orderEndArray) {
|
|
|
|
|
this.orderEndArray = orderEndArray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Date getOrderEndArrayStart() {
|
|
|
|
|
return orderEndArrayStart;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setOrderEndArrayStart(Date orderEndArrayStart) {
|
|
|
|
|
this.orderEndArrayStart = orderEndArrayStart;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Date getOrderEndArrayEnd() {
|
|
|
|
|
return orderEndArrayEnd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setOrderEndArrayEnd(Date orderEndArrayEnd) {
|
|
|
|
|
this.orderEndArrayEnd = orderEndArrayEnd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public List<Date> getLoopEndArray() {
|
|
|
|
|
return loopEndArray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setLoopEndArray(List<Date> loopEndArray) {
|
|
|
|
|
this.loopEndArray = loopEndArray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Date getLoopEndArrayStart() {
|
|
|
|
|
return loopEndArrayStart;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setLoopEndArrayStart(Date loopEndArrayStart) {
|
|
|
|
|
this.loopEndArrayStart = loopEndArrayStart;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Date getGetLoopEndArrayEnd() {
|
|
|
|
|
return getLoopEndArrayEnd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setGetLoopEndArrayEnd(Date getLoopEndArrayEnd) {
|
|
|
|
|
this.getLoopEndArrayEnd = getLoopEndArrayEnd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public List<Date> getLoopStartArray() {
|
|
|
|
|
return loopStartArray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setLoopStartArray(List<Date> loopStartArray) {
|
|
|
|
|
this.loopStartArray = loopStartArray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Date getLoopStart() {
|
|
|
|
|
return loopStart;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setLoopStart(Date loopStart) {
|
|
|
|
|
this.loopStart = loopStart;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Date getLoopEnd() {
|
|
|
|
|
return loopEnd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setLoopEnd(Date loopEnd) {
|
|
|
|
|
this.loopEnd = loopEnd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getOutsourceCode() {
|
|
|
|
|
return outsourceCode;
|
|
|
|
|
}
|
|
|
|
|