| | |
| | | private Boolean outConveyLineCardTrayAlarm; |
| | | |
| | | public String getLineFrontHasStock$() { |
| | | if (this.lineFrontHasStock == null) { |
| | | return "N"; |
| | | } |
| | | return this.lineFrontHasStock ? "Y" : "N"; |
| | | } |
| | | |
| | | public String getForwardRotationFeedback$() { |
| | | if (this.forwardRotationFeedback == null) { |
| | | return "N"; |
| | | } |
| | | return this.forwardRotationFeedback ? "Y" : "N"; |
| | | } |
| | | |
| | | public String getReverseFeedback$() { |
| | | if (this.reverseFeedback == null) { |
| | | return "N"; |
| | | } |
| | | return this.reverseFeedback ? "Y" : "N"; |
| | | } |
| | | |
| | | public String getMotorOverload$() { |
| | | if (this.motorOverload == null) { |
| | | return "N"; |
| | | } |
| | | return this.motorOverload ? "Y" : "N"; |
| | | } |
| | | |
| | | public String getLineEndHasStock$() { |
| | | if (this.lineEndHasStock == null) { |
| | | return "N"; |
| | | } |
| | | return this.lineEndHasStock ? "Y" : "N"; |
| | | } |
| | | |
| | | public String getInConveyLineCardTrayAlarm$() { |
| | | if (this.inConveyLineCardTrayAlarm == null) { |
| | | return "N"; |
| | | } |
| | | return this.inConveyLineCardTrayAlarm ? "Y" : "N"; |
| | | } |
| | | |
| | | public String getOutConveyLineCardTrayAlarm$() { |
| | | if (this.outConveyLineCardTrayAlarm == null) { |
| | | return "N"; |
| | | } |
| | | return this.outConveyLineCardTrayAlarm ? "Y" : "N"; |
| | | } |
| | | |