|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.foundation.BelongingImpl
com.beasys.commerce.foundation.StateImpl
@Deprecated public class StateImpl
Represents a discrete state in a state machine or workflow. It is
contained by a StateMachine
and refered to by Transitions
State,
StateHome,
Serialized Form| Field Summary | |
|---|---|
String |
name
Deprecated See BEA Commerce product offering |
| Fields inherited from class com.beasys.commerce.foundation.BelongingImpl |
|---|
__classIdentifier, __containingBelonging, __containingEntity, __mapKey, __sequenceNumber, _isDirty |
| Constructor Summary | |
|---|---|
StateImpl()
Deprecated See BEA Commerce product offering |
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
Deprecated See BEA Commerce product offering |
void |
enter(Transition trans)
Deprecated See BEA Commerce product offering |
void |
error(Transition trans)
Deprecated See BEA Commerce product offering |
void |
exit(Transition trans)
Deprecated See BEA Commerce product offering |
TransitionPolicy |
getEnterPolicy()
Deprecated See BEA Commerce product offering |
TransitionPolicy |
getErrorPolicy()
Deprecated See BEA Commerce product offering |
TransitionPolicy |
getExitPolicy()
Deprecated See BEA Commerce product offering |
String |
getName()
Deprecated See BEA Commerce product offering |
String |
interfaceName()
Deprecated See BEA Commerce product offering |
void |
setByValue(Belonging value)
Deprecated See BEA Commerce product offering |
void |
setEnterPolicy(TransitionPolicy policy)
Deprecated See BEA Commerce product offering |
void |
setErrorPolicy(TransitionPolicy policy)
Deprecated See BEA Commerce product offering |
void |
setExitPolicy(TransitionPolicy policy)
Deprecated See BEA Commerce product offering |
void |
setName(String name)
Deprecated See BEA Commerce product offering |
Belonging |
value()
Deprecated See BEA Commerce product offering |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.beasys.commerce.foundation.Belonging |
|---|
clone, equals |
| Field Detail |
|---|
public String name
name
[State] <*>------> [java.lang.String]
| Constructor Detail |
|---|
public StateImpl()
| Method Detail |
|---|
public String getName()
getName in interface Statepublic void setName(String name)
setName in interface Statename - name to be addedpublic Belonging value()
Belonging
value in interface Belongingpublic String interfaceName()
Belonging
interfaceName in interface Belongingpublic void setByValue(Belonging value)
BelongingImplBelonging based upon a supplied Belonging.
setByValue in interface BelongingsetByValue in class BelongingImplvalue - The Belonging to use for initialization.public int compareTo(Object o)
BelongingImpl
compareTo in interface ComparablecompareTo in class BelongingImplo - the Object to be compared.
public void enter(Transition trans)
enter in interface Statepublic void exit(Transition trans)
exit in interface Statepublic void error(Transition trans)
error in interface Statepublic void setEnterPolicy(TransitionPolicy policy)
setEnterPolicy in interface Statepublic TransitionPolicy getEnterPolicy()
getEnterPolicy in interface Statepublic void setExitPolicy(TransitionPolicy policy)
setExitPolicy in interface Statepublic TransitionPolicy getExitPolicy()
getExitPolicy in interface Statepublic void setErrorPolicy(TransitionPolicy policy)
setErrorPolicy in interface Statepublic TransitionPolicy getErrorPolicy()
getErrorPolicy in interface State
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||