Package com.labs64.netlicensing.domain
Class Constants
- java.lang.Object
-
- com.labs64.netlicensing.domain.Constants
-
public final class Constants extends Object
The class Constants declares entities field names and properties constants.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Constants.Country
static class
Constants.License
static class
Constants.Licensee
static class
Constants.LicenseTemplate
static class
Constants.LicensingModel
static class
Constants.Notification
static class
Constants.PaymentMethod
static class
Constants.Product
static class
Constants.ProductModule
static class
Constants.Shop
static class
Constants.Token
static class
Constants.Transaction
static class
Constants.Utility
static class
Constants.Validation
static class
Constants.ValidationResult
static class
Constants.Vendor
-
Field Summary
Fields Modifier and Type Field Description static String
ACTIVE
static String
BASE_URL
static String
CASCADE
static String
CURRENCY
static String
DISCOUNT
static String
FILTER
static String
ID
static String
IN_USE
static String
NAME
static String
NUMBER
static String
PASSWORD
static String
PRICE
static String
PROP_ID
static String
SECURITY_MODE
static String
USERNAME
static String
VERSION
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ACTIVE
public static final String ACTIVE
- See Also:
- Constant Field Values
-
NUMBER
public static final String NUMBER
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
CASCADE
public static final String CASCADE
- See Also:
- Constant Field Values
-
PRICE
public static final String PRICE
- See Also:
- Constant Field Values
-
DISCOUNT
public static final String DISCOUNT
- See Also:
- Constant Field Values
-
CURRENCY
public static final String CURRENCY
- See Also:
- Constant Field Values
-
IN_USE
public static final String IN_USE
- See Also:
- Constant Field Values
-
FILTER
public static final String FILTER
- See Also:
- Constant Field Values
-
BASE_URL
public static final String BASE_URL
- See Also:
- Constant Field Values
-
USERNAME
public static final String USERNAME
- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
-
SECURITY_MODE
public static final String SECURITY_MODE
- See Also:
- Constant Field Values
-
PROP_ID
public static final String PROP_ID
- See Also:
- Constant Field Values
-
-