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.Logger
LOG
-
Constructor Summary
Constructors Constructor Description TopicRef()
TopicRef(TopicGroup topicGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(TopicRef o)
boolean
equals(java.lang.Object o)
java.lang.String
getAgency()
java.util.UUID
getId()
java.lang.String
getName()
StudyRef
getParent()
Version
getVersion()
int
hashCode()
java.lang.String
toString()
-
-
-
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:
getId
in interfaceIEntityUrn
-
getName
public java.lang.String getName()
-
getVersion
public Version getVersion()
- Specified by:
getVersion
in interfaceIEntityUrn
-
getAgency
public java.lang.String getAgency()
- Specified by:
getAgency
in interfaceIEntityUrn
-
-