Class UpgradeY2022M05D23
- java.lang.Object
-
- co.com.bancolombia.factory.upgrades.actions.UpgradeY2022M05D23
-
- All Implemented Interfaces:
UpgradeAction
public class UpgradeY2022M05D23 extends java.lang.Object implements UpgradeAction
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLANGUAGE_PROPERTYstatic java.lang.StringLANGUAGE_PROPERTY_VALUER
-
Constructor Summary
Constructors Constructor Description UpgradeY2022M05D23()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()java.lang.Stringname()booleanup(ModuleBuilder builder)
-
-
-
Field Detail
-
LANGUAGE_PROPERTY
public static final java.lang.String LANGUAGE_PROPERTY
- See Also:
- Constant Field Values
-
LANGUAGE_PROPERTY_VALUER
public static final java.lang.String LANGUAGE_PROPERTY_VALUER
- See Also:
- Constant Field Values
-
-
Method Detail
-
up
public boolean up(ModuleBuilder builder)
- Specified by:
upin interfaceUpgradeAction
-
name
public java.lang.String name()
- Specified by:
namein interfaceUpgradeAction
-
description
public java.lang.String description()
- Specified by:
descriptionin interfaceUpgradeAction
-
-