|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.vt.middleware.ed.AbstractDataType
edu.vt.middleware.ed.AccountTransition
public class AccountTransition
Contains account transition data.
| Field Summary | |
|---|---|
static AccountTransition |
ACTIVE_FORMER_EMPLOYEE
active former employee |
static DataType[] |
ALL_TYPES
all types |
static AccountTransition |
DECEASED
deceased |
static AccountTransition |
DO_NOT_KNOW
do not know |
static AccountTransition |
DUPLICATE_RECORD
duplicate record |
static AccountTransition |
FORMER_EMPLOYEE
former employee |
static AccountTransition |
PASSWORD_EXPIRED
password expired |
static AccountTransition |
PASSWORD_RESET
password reset |
private static long |
serialVersionUID
serial version UID |
static AccountTransition |
SHELVE_DATE_ARRIVED
shelve date arrived |
static AccountTransition |
SHELVE_REQUESTED
shelve requested |
static AccountTransition |
TO_BE_RELEASED_DATE_ARRIVED
to be released date arrived |
static AccountTransition |
USERID_ACTIVATED
userid activated |
static AccountTransition |
USERID_ASSIGNED
userid assigned |
static AccountTransition |
USERID_GENERATED
userid generated |
static AccountTransition |
USERID_SET
userid set |
| Fields inherited from class edu.vt.middleware.ed.AbstractDataType |
|---|
HASH_CODE_SEED |
| Constructor Summary | |
|---|---|
protected |
AccountTransition()
Default constructor. |
protected |
AccountTransition(String code,
String name)
This creates a AccountTransition with the supplied
code and name. |
| Method Summary | |
|---|---|
static AccountTransition |
getDataType(String typeCode)
This returns the account transition type for the supplied type code. |
String |
getTypeCode()
This returns the type code. |
String |
getTypeName()
This returns the type name. |
| Methods inherited from class edu.vt.middleware.ed.AbstractDataType |
|---|
compareTo, equals, getDataType, hashCode, setTypeCode, setTypeName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AccountTransition ACTIVE_FORMER_EMPLOYEE
public static final AccountTransition DECEASED
public static final AccountTransition DO_NOT_KNOW
public static final AccountTransition DUPLICATE_RECORD
public static final AccountTransition FORMER_EMPLOYEE
public static final AccountTransition PASSWORD_EXPIRED
public static final AccountTransition PASSWORD_RESET
public static final AccountTransition SHELVE_DATE_ARRIVED
public static final AccountTransition SHELVE_REQUESTED
public static final AccountTransition TO_BE_RELEASED_DATE_ARRIVED
public static final AccountTransition USERID_ASSIGNED
public static final AccountTransition USERID_GENERATED
public static final AccountTransition USERID_SET
public static final AccountTransition USERID_ACTIVATED
public static final DataType[] ALL_TYPES
private static final long serialVersionUID
| Constructor Detail |
|---|
protected AccountTransition()
protected AccountTransition(String code,
String name)
AccountTransition with the supplied
code and name.
code - Stringname - String| Method Detail |
|---|
public static AccountTransition getDataType(String typeCode)
typeCode - String
AccountTransitionpublic String getTypeCode()
getTypeCode in interface DataTypegetTypeCode in class AbstractDataTypeString - codepublic String getTypeName()
getTypeName in interface DataTypegetTypeName in class AbstractDataTypeString - name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||