Class SingleCommandConfig
java.lang.Object
org.iplass.mtp.command.definition.config.CommandConfig
org.iplass.mtp.command.definition.config.SingleCommandConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
実行コマンド名を返します。void
setCommandName
(String commandName) 実行コマンド名を設定します。Methods inherited from class org.iplass.mtp.command.definition.config.CommandConfig
fillTo, getInitializeScript, getTransactionPropagation, isRollbackWhenException, isThrowExceptionIfSetRollbackOnly, setInitializeScript, setRollbackWhenException, setThrowExceptionIfSetRollbackOnly, setTransactionPropagation
-
Constructor Details
-
SingleCommandConfig
public SingleCommandConfig()
-
-
Method Details
-
getCommandName
実行コマンド名を返します。- Returns:
- 実行コマンド名
-
setCommandName
実行コマンド名を設定します。- Parameters:
commandName
- 実行コマンド名
-
copy
- Specified by:
copy
in classCommandConfig
-