|
Icodeon SCORM 2004 Sequencing Example Implementation Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.icodeon.rte.model.Id
com.icodeon.rte.model.ObjectiveIdBean
public class ObjectiveIdBean
The cmi.interactions.n.objectives.m.id data model element is a label for objectives associated with the interaction. The label shall be unique at least within the scope of the SCO. The objective identifiers may or may not correspond to the objective identifiers found in the Objectives data model element (cmi.objectives.n.id). Whether or not there is a relationship to the objective identifiers is implementation specific. The SCO may be designed to track this information and relationship. The cmi.interactions.n.objectives.m.id is an array of objective identifiers. The LMS shall maintain an array of at a least 10 (required SPM) of objective identifiers. The LMS may extend the ability to store more, however, this is implementation specific.
| Constructor Summary | |
|---|---|
ObjectiveIdBean()
Zero argument constructor |
|
ObjectiveIdBean(java.lang.String identifier)
Constructor with the natural primary key |
|
ObjectiveIdBean(java.lang.String identifier,
InteractionBean interaction)
Constructor with the composite key |
|
| Method Summary | |
|---|---|
java.lang.String |
getIdentifier()
Accessor method for natural primary key. |
InteractionBean |
getInteraction()
|
void |
setIdentifier(java.lang.String identifier)
Mutator method for for natural primary key. |
void |
setInteraction(InteractionBean interaction)
|
| Methods inherited from class com.icodeon.rte.model.Id |
|---|
getId, setId, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectiveIdBean()
public ObjectiveIdBean(java.lang.String identifier)
identifier -
public ObjectiveIdBean(java.lang.String identifier,
InteractionBean interaction)
identifier - interaction - | Method Detail |
|---|
public InteractionBean getInteraction()
public void setInteraction(InteractionBean interaction)
public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
cocd -
|
Icodeon SCORM 2004 Sequencing Example Implementation Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||