Package no.nsd.qddt.domain.concept.json
Class ConceptJsonView
- java.lang.Object
-
- no.nsd.qddt.domain.concept.json.ConceptJsonView
-
public class ConceptJsonView extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConceptJsonView(Concept concept)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgencyJsonViewgetAgency()java.util.Set<ConceptJsonView>getChildren()java.lang.StringgetClassKind()java.util.List<CommentJsonEdit>getComments()java.util.List<ElementRef>getConceptQuestionItems()java.lang.StringgetDescription()java.util.UUIDgetId()java.lang.StringgetLabel()java.sql.TimestampgetModified()UserJsongetModifiedBy()java.lang.StringgetName()TopicRefgetTopicRef()VersiongetVersion()
-
-
-
Constructor Detail
-
ConceptJsonView
public ConceptJsonView(Concept concept)
-
-
Method Detail
-
getId
public java.util.UUID getId()
-
getName
public java.lang.String getName()
-
getLabel
public java.lang.String getLabel()
-
getDescription
public java.lang.String getDescription()
-
getModified
public java.sql.Timestamp getModified()
-
getVersion
public Version getVersion()
-
getModifiedBy
public UserJson getModifiedBy()
-
getAgency
public AgencyJsonView getAgency()
-
getConceptQuestionItems
public java.util.List<ElementRef> getConceptQuestionItems()
-
getComments
public java.util.List<CommentJsonEdit> getComments()
-
getChildren
public java.util.Set<ConceptJsonView> getChildren()
-
getTopicRef
public TopicRef getTopicRef()
-
getClassKind
public java.lang.String getClassKind()
-
-