Package org.openiam.base
Class BaseConstants
- java.lang.Object
-
- org.openiam.base.BaseConstants
-
public class BaseConstants extends Object
Status' that a user can be in.- Author:
- suneet
-
-
Field Summary
Fields Modifier and Type Field Description static Date
NULL_DATE
static int
NULL_INTEGER
static String
NULL_STRING
-
Constructor Summary
Constructors Constructor Description BaseConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Date
getNullDate()
static int
getNullInteger()
static String
getNullString()
-
-
-
Field Detail
-
NULL_STRING
public static final String NULL_STRING
- See Also:
- Constant Field Values
-
NULL_DATE
public static final Date NULL_DATE
-
NULL_INTEGER
public static final int NULL_INTEGER
- See Also:
- Constant Field Values
-
-