com.highdeal.pnr.hci
Class ReferenceStateDate

java.lang.Object
  extended by com.highdeal.util.NamedConstant
      extended by 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
static ReferenceStateDate 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.
static ReferenceStateDate BLOCKED_REF_STATE_DATE
          Constants describing that the reference date of the alert is the blocked state date of the prepaid account.
static ReferenceStateDate CLOSED_REF_STATE_DATE
          Constants describing that the reference date of the alert is the closed state date of the prepaid account.
static ReferenceStateDate LOCKED_REF_STATE_DATE
          Constants describing that the reference date of the alert is the locked state date of the prepaid account.
 
Method Summary
static ReferenceStateDate getFromCode(int code, ReferenceStateDate defaultValue)
           
static ReferenceStateDate parse(java.lang.String s, ReferenceStateDate defaultValue)
           
 
Methods inherited from class com.highdeal.util.NamedConstant
code, getFromCode, name, parse, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACTIVE_REF_STATE_DATE

public static final ReferenceStateDate 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

public static final ReferenceStateDate 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

public static final ReferenceStateDate 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

public static final ReferenceStateDate CLOSED_REF_STATE_DATE
Constants describing that the reference date of the alert is the closed state date of the prepaid account.

Method Detail

parse

public static final ReferenceStateDate parse(java.lang.String s,
                                             ReferenceStateDate defaultValue)

getFromCode

public static final ReferenceStateDate getFromCode(int code,
                                                   ReferenceStateDate defaultValue)

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)