public interface MasterCatalogFocalClassStateTransition extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
getActiveFlag()
Gets the
ActiveFlag of this MasterCatalogFocalClassStateTransition . |
String |
getControlActMasterCatalogId()
Gets the unique master catalog identifier for this
ControlAct . |
String |
getEndState()
Gets the
EndState of the state transition defined for a given combination
of control act master catalog id and the focal class master catalog id. |
String |
getFocalClassMasterCatalogId()
Gets the unique master catalog identifier for this focal class.
|
String |
getStartState()
Gets the
startState of the state transition defined for a given combination
of control act master catalog id and the focal class master catalog id. |
CD |
getTriggerEventCode()
Gets the
Business Event Code to use when raising business
events, or null if no business event is desired for this transition. |
void |
setActiveFlag(boolean activeFlag)
Sets the
ActiveFlag of this MasterCatalogFocalClassStateTransition . |
void |
setControlActMasterCatalogId(String controlActMcid)
Sets the unique master catalog identifier for this
ControlAct . |
void |
setEndState(String endState)
Sets the
EndState of the state transition defined for a given combination
of control act master catalog id and the focal class master catalog id. |
void |
setFocalClassMasterCatalogId(String focalClassMcid)
Sets the unique master catalog identifier for this focal class.
|
void |
setStartState(String startState)
Sets the
StartState of the state transition defined for a given combination
of control act master catalog id and the focal class master catalog id. |
void |
setTriggerEventCode(CD businessEventCode)
Sets the
Business Event Code to use when raising business
events, or null if no business event is desired for this transition. |
String getControlActMasterCatalogId()
Gets the unique master catalog identifier for this ControlAct
.
ControlAct
.setControlActMasterCatalogId(java.lang.String)
ControlAct
in a MasterCatalog
.void setControlActMasterCatalogId(String controlActMcid)
Sets the unique master catalog identifier for this ControlAct
.
controlActMcid
- Unique identifier of this ControlAct
.getControlActMasterCatalogId()
ControlAct
in MasterCatalog
.String getFocalClassMasterCatalogId()
Gets the unique master catalog identifier for this focal class.
setFocalClassMasterCatalogId(java.lang.String)
MasterCatalog
.void setFocalClassMasterCatalogId(String focalClassMcid)
Sets the unique master catalog identifier for this focal class.
focalClassMcid
- Unique identifier of this focal class.getFocalClassMasterCatalogId()
MasterCatalog
.String getStartState()
Gets the startState
of the state transition defined for a given combination
of control act master catalog id and the focal class master catalog id.
setStartState(java.lang.String)
void setStartState(String startState)
Sets the StartState
of the state transition defined for a given combination
of control act master catalog id and the focal class master catalog id.
startState
- The start state of the focal class in MasterCatalogFocalClassStateTransition
.getStartState()
MasterCatalogFocalClassStateTransition
.String getEndState()
Gets the EndState
of the state transition defined for a given combination
of control act master catalog id and the focal class master catalog id.
setEndState(java.lang.String)
void setEndState(String endState)
Sets the EndState
of the state transition defined for a given combination
of control act master catalog id and the focal class master catalog id.
endState
- End state of the focal class in MasterCatalogFocalClassStateTransition
.getEndState()
CD getTriggerEventCode()
Business Event Code
to use when raising business
events, or null
if no business event is desired for this transition.
If specified, the Business Event Code
need not be the same as the ControlAct
specified by the controlActMasterCatalogId
. It is expected
that most transitions would have this code set to null
.setTriggerEventCode(oracle.hsgbu.hdr.hl7.rim.types.CD)
void setTriggerEventCode(CD businessEventCode)
Business Event Code
to use when raising business
events, or null
if no business event is desired for this transition.
If specified, the Business Event Code
need not be the same as the ControlAct
specified by the controlActMasterCatalogId
. It is expected
that most transitions would have this code set to null
.businessEventCode
- Code used in business events.setTriggerEventCode(oracle.hsgbu.hdr.hl7.rim.types.CD)
boolean getActiveFlag()
Gets the ActiveFlag
of this MasterCatalogFocalClassStateTransition
. If not
specified, the value of this attribute is set to true
.
ActiveFlag
of this MasterCatalogFocalClassStateTransition
.setActiveFlag(boolean)
void setActiveFlag(boolean activeFlag)
Sets the ActiveFlag
of this MasterCatalogFocalClassStateTransition
. If not
specified, the value of this attribute is set to true
.
activeFlag
- Active flag of this MasterCatalogFocalClassStateTransition
.getActiveFlag()
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved