Package no.nsd.qddt.domain.parentref
Class TopicRef
- java.lang.Object
-
- no.nsd.qddt.domain.parentref.TopicRef
-
- All Implemented Interfaces:
java.lang.Comparable<TopicRef>,IEntityUrn
public class TopicRef extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description TopicRef()TopicRef(TopicGroup topicGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TopicRef o)booleanequals(java.lang.Object o)java.lang.StringgetAgency()java.util.UUIDgetId()java.lang.StringgetName()StudyRefgetParent()VersiongetVersion()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
TopicRef
public TopicRef()
-
TopicRef
public TopicRef(TopicGroup topicGroup)
-
-
Method Detail
-
getParent
public StudyRef getParent()
-
equals
public boolean equals(java.lang.Object o)
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
-
compareTo
public int compareTo(TopicRef o)
-
getId
public java.util.UUID getId()
- Specified by:
getIdin interfaceIEntityUrn
-
getName
public java.lang.String getName()
-
getVersion
public Version getVersion()
- Specified by:
getVersionin interfaceIEntityUrn
-
getAgency
public java.lang.String getAgency()
- Specified by:
getAgencyin interfaceIEntityUrn
-
-