-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from nimble-platform/staging
Pull Request for Release 17.0.14
- Loading branch information
Showing
10 changed files
with
187 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
src/main/java/eu/nimble/service/bp/model/statistics/ProcessDocumentMetadataSummary.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
package eu.nimble.service.bp.model.statistics; | ||
|
||
public class ProcessDocumentMetadataSummary { | ||
|
||
private String submissionDate; | ||
private String initiatorPartyID; | ||
private String initiatorPartyName; | ||
private String responderPartyID; | ||
private String responderPartyName; | ||
private String type; | ||
private String status; | ||
|
||
public ProcessDocumentMetadataSummary() { | ||
} | ||
|
||
public String getSubmissionDate() { | ||
return submissionDate; | ||
} | ||
|
||
public void setSubmissionDate(String submissionDate) { | ||
this.submissionDate = submissionDate; | ||
} | ||
|
||
public String getInitiatorPartyID() { | ||
return initiatorPartyID; | ||
} | ||
|
||
public void setInitiatorPartyID(String initiatorPartyID) { | ||
this.initiatorPartyID = initiatorPartyID; | ||
} | ||
|
||
public String getInitiatorPartyName() { | ||
return initiatorPartyName; | ||
} | ||
|
||
public void setInitiatorPartyName(String initiatorPartyName) { | ||
this.initiatorPartyName = initiatorPartyName; | ||
} | ||
|
||
public String getResponderPartyID() { | ||
return responderPartyID; | ||
} | ||
|
||
public void setResponderPartyID(String responderPartyID) { | ||
this.responderPartyID = responderPartyID; | ||
} | ||
|
||
public String getResponderPartyName() { | ||
return responderPartyName; | ||
} | ||
|
||
public void setResponderPartyName(String responderPartyName) { | ||
this.responderPartyName = responderPartyName; | ||
} | ||
|
||
public String getType() { | ||
return type; | ||
} | ||
|
||
public void setType(String type) { | ||
this.type = type; | ||
} | ||
|
||
public String getStatus() { | ||
return status; | ||
} | ||
|
||
public void setStatus(String status) { | ||
this.status = status; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3730,7 +3730,7 @@ | |
} | ||
}, | ||
"orderLineReference": { | ||
"lineID":3432 | ||
"lineID": ORDER_LINE_HJID | ||
}, | ||
"shipment": [ | ||
{ | ||
|