Add toString to OrderElement to make easier debug process
This commit is contained in:
parent
24fae5503d
commit
91b2fcbcd7
1 changed files with 4 additions and 0 deletions
|
|
@ -1448,4 +1448,8 @@ public abstract class OrderElement extends IntegrationEntity implements
|
|||
return new ArrayList<OrderVersion>(schedulingDatasForVersion.keySet());
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return super.toString() + " :: " + getName();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue