Package no.nsd.qddt.domain.concept
Class ConceptQuestionItemRef
- java.lang.Object
-
- no.nsd.qddt.domain.elementref.AbstractElementRef
-
- no.nsd.qddt.domain.elementref.ElementRefTyped<QuestionItem>
-
- no.nsd.qddt.domain.concept.ConceptQuestionItemRef
-
- All Implemented Interfaces:
java.lang.Cloneable
,IElementRef
@Embeddable public class ConceptQuestionItemRef extends ElementRefTyped<QuestionItem>
-
-
Field Summary
-
Fields inherited from class no.nsd.qddt.domain.elementref.AbstractElementRef
element, name
-
-
Constructor Summary
Constructors Constructor Description ConceptQuestionItemRef(java.util.UUID id, java.lang.Integer rev)
ConceptQuestionItemRef(AbstractElementRef source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConceptQuestionItemRef
clone()
-
Methods inherited from class no.nsd.qddt.domain.elementref.ElementRefTyped
getElement
-
Methods inherited from class no.nsd.qddt.domain.elementref.AbstractElementRef
equals, getElementId, getElementKind, getElementRevision, getName, getVersion, hashCode, setElement, setElementId, setElementKind, setElementRevision, setName, setValues, setVersion, toString
-
-
-
-
Constructor Detail
-
ConceptQuestionItemRef
public ConceptQuestionItemRef(java.util.UUID id, java.lang.Integer rev)
-
ConceptQuestionItemRef
public ConceptQuestionItemRef(AbstractElementRef source)
-
-
Method Detail
-
clone
public ConceptQuestionItemRef clone()
- Overrides:
clone
in classElementRefTyped<QuestionItem>
-
-