Package no.nsd.qddt.domain.parentref
Class QuestionItemRef
- java.lang.Object
- 
- no.nsd.qddt.domain.parentref.QuestionItemRef
 
- 
- All Implemented Interfaces:
- java.lang.Comparable<QuestionItemRef>,- IEntityUrn
 
 public class QuestionItemRef extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected org.slf4j.LoggerLOG
 - 
Constructor SummaryConstructors Constructor Description QuestionItemRef(QuestionItem entity)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(QuestionItemRef o)booleanequals(java.lang.Object o)java.lang.StringgetAgency()java.util.UUIDgetId()java.lang.StringgetName()ConceptRefgetParent()java.util.List<ConceptRef>getParents()VersiongetVersion()inthashCode()java.lang.StringtoString()
 
- 
- 
- 
Constructor Detail- 
QuestionItemRefpublic QuestionItemRef(QuestionItem entity) 
 
- 
 - 
Method Detail- 
getParentpublic ConceptRef getParent() 
 - 
getParentspublic java.util.List<ConceptRef> getParents() 
 - 
equalspublic boolean equals(java.lang.Object o) 
 - 
hashCodepublic int hashCode() 
 - 
toStringpublic java.lang.String toString() 
 - 
compareTopublic int compareTo(QuestionItemRef o) 
 - 
getIdpublic java.util.UUID getId() - Specified by:
- getIdin interface- IEntityUrn
 
 - 
getNamepublic java.lang.String getName() 
 - 
getVersionpublic Version getVersion() - Specified by:
- getVersionin interface- IEntityUrn
 
 - 
getAgencypublic java.lang.String getAgency() - Specified by:
- getAgencyin interface- IEntityUrn
 
 
- 
 
-