Package com.yetanalytics.xapi.model
Class StatementRef
- java.lang.Object
-
- com.yetanalytics.xapi.model.AbstractObject
-
- com.yetanalytics.xapi.model.StatementRef
-
public class StatementRef extends AbstractObject
Class representation of the StatementRef component of the 9274.1.1 xAPI Specification.
-
-
Constructor Summary
Constructors Constructor Description StatementRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getId()
void
setId(UUID id)
-
Methods inherited from class com.yetanalytics.xapi.model.AbstractObject
getObjectType, setObjectType
-
-