Package no.nsd.qddt.domain.category.json
Class ManagedRepresentationJsonView
- java.lang.Object
-
- no.nsd.qddt.domain.category.json.ManagedRepresentationJsonView
-
public class ManagedRepresentationJsonView extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ManagedRepresentationJsonView()
ManagedRepresentationJsonView(Category category)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryType
getCategoryType()
java.util.List<CategoryJsonView>
getChildren()
CategoryRelationCodeType
getClassificationLevel()
java.lang.String
getFormat()
HierarchyLevel
getHierarchyLevel()
java.util.UUID
getId()
ResponseCardinality
getInputLimit()
void
setFormat(java.lang.String format)
-
-
-
Constructor Detail
-
ManagedRepresentationJsonView
public ManagedRepresentationJsonView()
-
ManagedRepresentationJsonView
public ManagedRepresentationJsonView(Category category)
-
-
Method Detail
-
getId
public java.util.UUID getId()
-
getInputLimit
public ResponseCardinality getInputLimit()
-
getClassificationLevel
public CategoryRelationCodeType getClassificationLevel()
-
getHierarchyLevel
public HierarchyLevel getHierarchyLevel()
-
getCategoryType
public CategoryType getCategoryType()
-
getFormat
public java.lang.String getFormat()
-
setFormat
public void setFormat(java.lang.String format)
-
getChildren
public java.util.List<CategoryJsonView> getChildren()
-
-