Class ClassificationRepresentationModel
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<ClassificationSummaryRepresentationModel>
-
- pro.taskana.classification.rest.models.ClassificationSummaryRepresentationModel
-
- pro.taskana.classification.rest.models.ClassificationRepresentationModel
-
public class ClassificationRepresentationModel extends ClassificationSummaryRepresentationModel
EntityModel class forClassification.
-
-
Field Summary
-
Fields inherited from class pro.taskana.classification.rest.models.ClassificationSummaryRepresentationModel
applicationEntryPoint, category, classificationId, custom1, custom2, custom3, custom4, custom5, custom6, custom7, custom8, domain, key, name, parentId, parentKey, priority, serviceLevel, type
-
-
Constructor Summary
Constructors Constructor Description ClassificationRepresentationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetCreated()StringgetDescription()BooleangetIsValidInDomain()InstantgetModified()voidsetCreated(Instant created)voidsetDescription(String description)voidsetIsValidInDomain(Boolean isValidInDomain)voidsetModified(Instant modified)-
Methods inherited from class pro.taskana.classification.rest.models.ClassificationSummaryRepresentationModel
getApplicationEntryPoint, getCategory, getClassificationId, getCustom1, getCustom2, getCustom3, getCustom4, getCustom5, getCustom6, getCustom7, getCustom8, getDomain, getKey, getName, getParentId, getParentKey, getPriority, getServiceLevel, getType, setApplicationEntryPoint, setCategory, setClassificationId, setCustom1, setCustom2, setCustom3, setCustom4, setCustom5, setCustom6, setCustom7, setCustom8, setDomain, setKey, setName, setParentId, setParentKey, setPriority, setServiceLevel, setType
-
-
-
-
Method Detail
-
getIsValidInDomain
public Boolean getIsValidInDomain()
-
setIsValidInDomain
public void setIsValidInDomain(Boolean isValidInDomain)
-
getCreated
public Instant getCreated()
-
setCreated
public void setCreated(Instant created)
-
getModified
public Instant getModified()
-
setModified
public void setModified(Instant modified)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-