Package com.highdeal.pnr.hci
Class ReferenceStateDate
java.lang.Object
com.highdeal.util.NamedConstant
com.highdeal.pnr.hci.ReferenceStateDate
public final class ReferenceStateDate
extends com.highdeal.util.NamedConstant
This class represents an enumeration of possible state for expiration alerts.
Reserved for internal use only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReferenceStateDateConstants describing that the alert must be thrown when the prepaid account has its state becoming active after it was blocked or locked.static final ReferenceStateDateConstants describing that the reference date of the alert is the blocked state date of the prepaid account.static final ReferenceStateDateConstants describing that the reference date of the alert is the closed state date of the prepaid account.static final ReferenceStateDateConstants describing that the reference date of the alert is the locked state date of the prepaid account. -
Method Summary
Modifier and TypeMethodDescriptionstatic final ReferenceStateDategetFromCode(int code, ReferenceStateDate defaultValue) static final ReferenceStateDateparse(String s, ReferenceStateDate defaultValue) Methods inherited from class com.highdeal.util.NamedConstant
code, name, toString
-
Field Details
-
ACTIVE_REF_STATE_DATE
Constants describing that the alert must be thrown when the prepaid account has its state becoming active after it was blocked or locked. The day count is not used in this case. -
BLOCKED_REF_STATE_DATE
Constants describing that the reference date of the alert is the blocked state date of the prepaid account. -
LOCKED_REF_STATE_DATE
Constants describing that the reference date of the alert is the locked state date of the prepaid account. -
CLOSED_REF_STATE_DATE
Constants describing that the reference date of the alert is the closed state date of the prepaid account.
-
-
Method Details
-
parse
-
getFromCode
-