Class PomRailcomConfigCommand
java.lang.Object
org.bidib.wizard.mvc.pom.model.command.PomOperationCommand<RailcomProgBeanModel>
org.bidib.wizard.mvc.pom.model.command.PomRailcomConfigCommand
-
Constructor Summary
ConstructorsConstructorDescriptionPomRailcomConfigCommand(org.bidib.jbidibc.messages.PomAddressData decoderAddress, org.bidib.jbidibc.messages.enums.PomOperation pomOperation, 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.pom.model.command.PomOperationCommand
decrementRetryCount, getCvNumber, getCvValue, getCvValueResult, getDecoderAddress, getPomOperation, getProgStateResult, getRetryCount, setCvNumber, setCvValue, setDecoderAddress, setPomOperation, setProgStateResult, setRetryCount, toString
-
Constructor Details
-
PomRailcomConfigCommand
public PomRailcomConfigCommand(org.bidib.jbidibc.messages.PomAddressData decoderAddress, org.bidib.jbidibc.messages.enums.PomOperation pomOperation, int cvNumber, int cvValue)
-
-
Method Details
-
setCvValueResult
- Overrides:
setCvValueResultin classPomOperationCommand<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 classPomOperationCommand<RailcomProgBeanModel>
-