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 DateNULL_DATEstatic intNULL_INTEGERstatic StringNULL_STRING
-
Constructor Summary
Constructors Constructor Description BaseConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DategetNullDate()static intgetNullInteger()static StringgetNullString()
-
-
-
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
-
-