Class NumberSeriesConstants
- java.lang.Object
-
- de.hybris.platform.jalo.numberseries.NumberSeriesConstants
-
public class NumberSeriesConstants extends java.lang.ObjectGlobal class for all NumberSeries constants.
This includes typecodes for new items, managers and JNDI names.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNumberSeriesConstants.JNDIAn inner class for all item JNDI names.static interfaceNumberSeriesConstants.Seriesinternal use
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXTENSIONNAMEThe name of this extension .static java.lang.StringNumberSeries_EJBIMPL_CLASSNAMEstatic intTYPECODE
-
Constructor Summary
Constructors Constructor Description NumberSeriesConstants()
-
-
-
Field Detail
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
The name of this extension .- See Also:
- Constant Field Values
-
NumberSeries_EJBIMPL_CLASSNAME
public static final java.lang.String NumberSeries_EJBIMPL_CLASSNAME
- See Also:
- Constant Field Values
-
TYPECODE
public static final int TYPECODE
- See Also:
- Constant Field Values
-
-