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 CategoryTypegetCategoryType()java.util.List<CategoryJsonView>getChildren()CategoryRelationCodeTypegetClassificationLevel()java.lang.StringgetFormat()HierarchyLevelgetHierarchyLevel()java.util.UUIDgetId()ResponseCardinalitygetInputLimit()voidsetFormat(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()
-
-