Class AllowedAction
- java.lang.Object
-
- com.caplin.motif.fx.ret.common.utility.field.AllowedAction
-
public class AllowedAction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static AllowedAction
ACTIVATE
static AllowedAction
CANCEL
static AllowedAction
DEACTIVATE
static AllowedAction
EDIT
static AllowedAction
INACTIVE_ACTIVATE
static AllowedAction
INACTIVE_CANCEL
static AllowedAction
INACTIVE_DEACTIVATE
static AllowedAction
INACTIVE_EDIT
static AllowedAction
REJECT
-
Constructor Summary
Constructors Constructor Description AllowedAction(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getName()
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
CANCEL
public static AllowedAction CANCEL
-
ACTIVATE
public static AllowedAction ACTIVATE
-
DEACTIVATE
public static AllowedAction DEACTIVATE
-
EDIT
public static AllowedAction EDIT
-
REJECT
public static AllowedAction REJECT
-
INACTIVE_EDIT
public static AllowedAction INACTIVE_EDIT
-
INACTIVE_CANCEL
public static AllowedAction INACTIVE_CANCEL
-
INACTIVE_ACTIVATE
public static AllowedAction INACTIVE_ACTIVATE
-
INACTIVE_DEACTIVATE
public static AllowedAction INACTIVE_DEACTIVATE
-
-
Method Detail
-
getName
public java.lang.String getName()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-