|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.State
public class State
Represents an asset state
| Field Summary | |
|---|---|
static int |
ASSET_APPROVED_ID
The static state id for the approved state |
static java.lang.String |
ASSET_APPROVED_NAME
The static state name for the approved state |
static int |
ASSET_ARCHIVED_ID
The static state id for the archived state |
static java.lang.String |
ASSET_ARCHIVED_NAME
The static state name for the archived state |
static int |
ASSET_AS_IS_ID
The static state id for the as is state |
static java.lang.String |
ASSET_AS_IS_NAME
The static state name for the as is state |
static int |
ASSET_DRAFT_ID
The static state id for the draft state |
static java.lang.String |
ASSET_DRAFT_NAME
The static state name for the draft state |
static int |
ASSET_EVALUATE_REVIEW_ID
The static state id for the evaluate review state |
static java.lang.String |
ASSET_EVALUATE_REVIEW_NAME
The static state name for the evaluate review state |
static int |
ASSET_PLAN_REVIEW_ID
The static state id for the plan review state |
static java.lang.String |
ASSET_PLAN_REVIEW_NAME
The static state name for the plan review state |
static int |
ASSET_RETIRED_ID
The static state id for the retired state |
static java.lang.String |
ASSET_RETIRED_NAME
The static state name for the retired state |
static int |
ASSET_REVIEW_ID
The static state id for the retired state |
static java.lang.String |
ASSET_REVIEW_NAME
The static state name for the retired state |
static int |
LIBRARY_LOADED_ID
The static static id for the library loaded state. |
static java.lang.String |
LIBRARY_LOADED_NAME
The static state name for loaded library. |
static int |
LIBRARY_UNLOADED_ID
The static static id for the library unloaded state. |
static java.lang.String |
LIBRARY_UNLOADED_NAME
The static state name for unloaded library. |
| Constructor Summary | |
|---|---|
State()
|
|
| Method Summary | |
|---|---|
int |
getId()
|
java.lang.String |
getIdentifier()
|
java.lang.String |
getName()
|
java.lang.String |
getWorkflowId()
|
void |
setId(int id)
|
void |
setIdentifier(java.lang.String identifier)
|
void |
setName(java.lang.String name)
|
void |
setWorkflowId(java.lang.String workflowId)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static int ASSET_APPROVED_ID
public static java.lang.String ASSET_APPROVED_NAME
public static int ASSET_ARCHIVED_ID
public static java.lang.String ASSET_ARCHIVED_NAME
public static int ASSET_AS_IS_ID
public static java.lang.String ASSET_AS_IS_NAME
public static int ASSET_DRAFT_ID
public static java.lang.String ASSET_DRAFT_NAME
public static int ASSET_EVALUATE_REVIEW_ID
public static java.lang.String ASSET_EVALUATE_REVIEW_NAME
public static int ASSET_PLAN_REVIEW_ID
public static java.lang.String ASSET_PLAN_REVIEW_NAME
public static int ASSET_RETIRED_ID
public static java.lang.String ASSET_RETIRED_NAME
public static int ASSET_REVIEW_ID
public static java.lang.String ASSET_REVIEW_NAME
public static int LIBRARY_LOADED_ID
public static java.lang.String LIBRARY_LOADED_NAME
public static int LIBRARY_UNLOADED_ID
public static java.lang.String LIBRARY_UNLOADED_NAME
| Constructor Detail |
|---|
public State()
| Method Detail |
|---|
public int getId()
public void setId(int id)
id - the database id of the state.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the state.public java.lang.String getIdentifier()
public java.lang.String getWorkflowId()
public void setIdentifier(java.lang.String identifier)
identifier - The identifier to set.public void setWorkflowId(java.lang.String workflowId)
workflowId - The workflowId to set.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||