|
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.TransitionImpl
@Deprecated public class TransitionImpl
A named transition from one state to
another state. The name is generally considered to represent an event. This class is
used by the Businsess Smart Workflow generator.
Transition,
TransitionHome,
Serialized Form| Field Summary | |
|---|---|
State |
endState
Deprecated See BEA Commerce product offering |
String |
name
Deprecated See BEA Commerce product offering |
State |
startState
Deprecated See BEA Commerce product offering |
| Fields inherited from class com.beasys.commerce.foundation.BelongingImpl |
|---|
__classIdentifier, __containingBelonging, __containingEntity, __mapKey, __sequenceNumber, _isDirty |
| Constructor Summary | |
|---|---|
TransitionImpl()
Deprecated See BEA Commerce product offering |
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
Deprecated See BEA Commerce product offering |
State |
getEndState()
Deprecated See BEA Commerce product offering |
String |
getName()
Deprecated See BEA Commerce product offering |
State |
getStartState()
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 |
setEndState(State endState)
Deprecated See BEA Commerce product offering |
void |
setName(String name)
Deprecated See BEA Commerce product offering |
void |
setStartState(State startState)
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 State startState
startState
[Transition] <*>------> [com.beasys.commerce.foundation.State]
public State endState
endState
[Transition] <*>------> [com.beasys.commerce.foundation.State]
public String name
name
[Transition] <*>------> [java.lang.String]
| Constructor Detail |
|---|
public TransitionImpl()
| Method Detail |
|---|
public State getStartState()
getStartState in interface Transitionpublic void setStartState(State startState)
setStartState in interface TransitionstartState - startState to be addedpublic State getEndState()
getEndState in interface Transitionpublic void setEndState(State endState)
setEndState in interface TransitionendState - endState to be addedpublic String getName()
getName in interface Transitionpublic void setName(String name)
setName in interface Transitionname - 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.
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||