| | |
| | | if (null != this.oriLoc) { |
| | | oriDesc = "LOC" + " - " + this.getOriLoc$(); |
| | | } |
| | | if (!Cools.isEmpty(oriDesc) && null != this.oriCode) { |
| | | oriDesc = oriDesc + " (" + this.getOriCode$() + ")"; |
| | | if (!Cools.isEmpty(oriDesc)) { |
| | | if (null != this.oriCode) { |
| | | oriDesc = oriDesc + " (" + this.getOriCode$() + ")"; |
| | | } |
| | | } else { |
| | | oriDesc = "CODE" + " - " + this.getOriCode$(); |
| | | } |
| | |
| | | if (null != this.destLoc) { |
| | | destDesc = "LOC" + " - " + this.getDestLoc$(); |
| | | } |
| | | if (!Cools.isEmpty(destDesc) && null != this.destCode) { |
| | | destDesc = destDesc + " (" + this.getDestCode$() + ")"; |
| | | if (!Cools.isEmpty(destDesc)) { |
| | | if (null != this.destCode) { |
| | | destDesc = destDesc + " (" + this.getDestCode$() + ")"; |
| | | } |
| | | } else { |
| | | destDesc = "CODE" + " - " + this.getDestCode$(); |
| | | } |