Class PtRailcomConfigCommand
java.lang.Object
org.bidib.wizard.mvc.pt.view.command.PtOperationCommand<RailcomProgBeanModel>
org.bidib.wizard.mvc.pt.view.command.PtRailcomConfigCommand
-
Constructor Summary
ConstructorsConstructorDescriptionPtRailcomConfigCommand(org.bidib.jbidibc.messages.enums.PtOperation ptOperation, int cvNumber, int cvValue) -
Method Summary
Modifier and TypeMethodDescriptionvoidpostExecute(RailcomProgBeanModel railcomProgBeanModel) voidsetChannel1(Boolean channel1) voidsetChannel2(Boolean channel2) voidsetChannelUsage(Boolean channelUsage) voidsetCvValueResult(Integer cvValueResult) voidsetRailcomPlus(Boolean railcomPlus) Methods inherited from class org.bidib.wizard.mvc.pt.view.command.PtOperationCommand
getCvNumber, getCvValue, getCvValueResult, getProgStateResult, getPtOperation, setCvNumber, setCvValue, setProgStateResult, setPtOperation, toString
-
Constructor Details
-
PtRailcomConfigCommand
public PtRailcomConfigCommand(org.bidib.jbidibc.messages.enums.PtOperation ptOperation, int cvNumber, int cvValue)
-
-
Method Details
-
setCvValueResult
- Overrides:
setCvValueResultin classPtOperationCommand<RailcomProgBeanModel>- Parameters:
cvValueResult- the cvValueResult to set
-
setChannel1
-
getChannel1
-
setChannel2
-
getChannel2
-
getChannelUsage
- Returns:
- the channelUsage
-
setChannelUsage
- Parameters:
channelUsage- the channelUsage to set
-
getRailcomPlus
- Returns:
- the railcomPlus
-
setRailcomPlus
- Parameters:
railcomPlus- the railcomPlus to set
-
postExecute
- Overrides:
postExecutein classPtOperationCommand<RailcomProgBeanModel>
-