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 AgencyJsonView
getAgency()
java.util.Set<ConceptJsonView>
getChildren()
java.lang.String
getClassKind()
java.util.List<CommentJsonEdit>
getComments()
java.util.List<ElementRef>
getConceptQuestionItems()
java.lang.String
getDescription()
java.util.UUID
getId()
java.lang.String
getLabel()
java.sql.Timestamp
getModified()
UserJson
getModifiedBy()
java.lang.String
getName()
TopicRef
getTopicRef()
Version
getVersion()
-
-
-
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()
-
-