Skip navigation links
com.sigmadynamics.sdo.support
Class SDChoice
java.lang.Object
com.sigmadynamics.sdo.support.SDOBase
com.sigmadynamics.sdo.base.SDO
com.sigmadynamics.sdo.support.SDEligibleObject
com.sigmadynamics.sdo.base.EligibleObject
com.sigmadynamics.sdo.support.SDChoice
- All Implemented Interfaces:
- ChoiceHistoryQueryInterface, ChoiceInterface, EligibleObjectInterface, SDOInterface, java.lang.Comparable<Choice>
- Direct Known Subclasses:
- Choice
-
public abstract class SDChoice
- extends EligibleObject
- implements ChoiceInterface, java.lang.Comparable<Choice>
Abstract base class for Choice classes in generated code.
- Since:
- 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
group
protected final ChoiceGroupInterface group
SDChoice
public SDChoice(ChoiceGroupInterface group)
getGroup
public ChoiceGroupInterface getGroup()
-
- Specified by:
getGroup
in interface ChoiceInterface
cloneChoice
public abstract ChoiceInterface cloneChoice(ChoiceGroupInterface group)
-
- Specified by:
cloneChoice
in interface ChoiceInterface
getEventObject
protected ChoiceEventInterface getEventObject(java.lang.String eventName)
getDecisionId
public java.lang.String getDecisionId()
-
- Specified by:
getDecisionId
in interface ChoiceInterface
setDecisionId
public void setDecisionId(java.lang.String decisionId)
-
- Specified by:
setDecisionId
in interface ChoiceInterface
getChoiceEventLogValues
public java.util.HashMap getChoiceEventLogValues()
-
- Specified by:
getChoiceEventLogValues
in interface ChoiceInterface
getDecisionLogValues
public java.util.HashMap getDecisionLogValues()
-
- Specified by:
getDecisionLogValues
in interface ChoiceInterface
setChoiceEventLogValue
public void setChoiceEventLogValue(java.lang.String key,
java.lang.Object value)
-
- Specified by:
setChoiceEventLogValue
in interface ChoiceInterface
setDecisionLogValue
public void setDecisionLogValue(java.lang.String key,
java.lang.Object value)
-
- Specified by:
setDecisionLogValue
in interface ChoiceInterface
Skip navigation links
Copyright © 2010, 2013, Oracle. All rights reserved.