Class ClassificationSummaryImpl
java.lang.Object
pro.taskana.classification.internal.models.ClassificationSummaryImpl
- All Implemented Interfaces:
ClassificationSummary
- Direct Known Subclasses:
ClassificationImpl
Implementation for the short summaries of a classification entity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected intprotected Stringprotected String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancopy()Duplicates this ClassificationSummary without the id.booleanReturns the applicationEntryPoint of the Classification.Returns the category of the Classification.getCustomAttribute(ClassificationCustomField customField) Deprecated.getCustomField(ClassificationCustomField customField) Returns the value of the specified ClassificationCustomField of the classification.Returns the domain of the Classification.getId()Returns the id of the Classification.getKey()Returns the key of the Classification.getName()Returns the name of the Classification.Returns the id of the parent Classification.Returns the key of the parent Classification.intReturns the priority of the Classification.Returns the serviceLevel of the Classification.getType()Returns the type of the Classification.inthashCode()voidsetApplicationEntryPoint(String applicationEntryPoint) voidsetCategory(String category) voidsetCustom1(String custom1) voidsetCustom2(String custom2) voidsetCustom3(String custom3) voidsetCustom4(String custom4) voidsetCustom5(String custom5) voidsetCustom6(String custom6) voidsetCustom7(String custom7) voidsetCustom8(String custom8) voidvoidvoidvoidvoidsetParentId(String parentId) voidsetParentKey(String parentKey) voidsetPriority(int priority) voidsetServiceLevel(String serviceLevel) voidtoString()
-
Field Details
-
id
-
applicationEntryPoint
-
category
-
domain
-
key
-
name
-
parentId
-
parentKey
-
priority
protected int priority -
serviceLevel
-
type
-
custom1
-
custom2
-
custom3
-
custom4
-
custom5
-
custom6
-
custom7
-
custom8
-
-
Constructor Details
-
ClassificationSummaryImpl
public ClassificationSummaryImpl() -
ClassificationSummaryImpl
-
-
Method Details
-
getId
Description copied from interface:ClassificationSummaryReturns the id of the Classification.- Specified by:
getIdin interfaceClassificationSummary- Returns:
- the id of the Classification
-
setId
-
getKey
Description copied from interface:ClassificationSummaryReturns the key of the Classification.- Specified by:
getKeyin interfaceClassificationSummary- Returns:
- the key of the Classification
-
setKey
-
getCategory
Description copied from interface:ClassificationSummaryReturns the category of the Classification.- Specified by:
getCategoryin interfaceClassificationSummary- Returns:
- the category of the Classification
-
setCategory
-
getType
Description copied from interface:ClassificationSummaryReturns the type of the Classification.- Specified by:
getTypein interfaceClassificationSummary- Returns:
- the type of the Classification
-
setType
-
getDomain
Description copied from interface:ClassificationSummaryReturns the domain of the Classification.- Specified by:
getDomainin interfaceClassificationSummary- Returns:
- the domain of the Classification
-
setDomain
-
getName
Description copied from interface:ClassificationSummaryReturns the name of the Classification.- Specified by:
getNamein interfaceClassificationSummary- Returns:
- the name of the Classification
-
setName
-
getParentId
Description copied from interface:ClassificationSummaryReturns the id of the parent Classification.- Specified by:
getParentIdin interfaceClassificationSummary- Returns:
- parentId
-
setParentId
-
getParentKey
Description copied from interface:ClassificationSummaryReturns the key of the parent Classification.- Specified by:
getParentKeyin interfaceClassificationSummary- Returns:
- parentKey
-
setParentKey
-
getServiceLevel
Description copied from interface:ClassificationSummaryReturns the serviceLevel of the Classification. It is a String in ISO-8601 duration format. See the parse() method ofDurationfor details.- Specified by:
getServiceLevelin interfaceClassificationSummary- Returns:
- serviceLevel
-
setServiceLevel
-
getApplicationEntryPoint
Description copied from interface:ClassificationSummaryReturns the applicationEntryPoint of the Classification.- Specified by:
getApplicationEntryPointin interfaceClassificationSummary- Returns:
- applicationEntryPoint
-
setApplicationEntryPoint
-
getPriority
public int getPriority()Description copied from interface:ClassificationSummaryReturns the priority of the Classification.- Specified by:
getPriorityin interfaceClassificationSummary- Returns:
- priority
-
setPriority
public void setPriority(int priority) -
getCustomAttribute
Deprecated.Description copied from interface:ClassificationSummaryReturns the value of the specified ClassificationCustomField of the Classification.- Specified by:
getCustomAttributein interfaceClassificationSummary- Parameters:
customField- identifies which ClassificationCustomField is requested- Returns:
- the value for the given ClassificationCustomField
-
getCustomField
Description copied from interface:ClassificationSummaryReturns the value of the specified ClassificationCustomField of the classification.- Specified by:
getCustomFieldin interfaceClassificationSummary- Parameters:
customField- identifies which ClassificationCustomField is requested- Returns:
- the value for the given ClassificationCustomField
-
copy
Description copied from interface:ClassificationSummaryDuplicates this ClassificationSummary without the id.- Specified by:
copyin interfaceClassificationSummary- Returns:
- a copy of this ClassificationSummary
-
getCustom1
-
setCustom1
-
getCustom2
-
setCustom2
-
getCustom3
-
setCustom3
-
getCustom4
-
setCustom4
-
getCustom5
-
setCustom5
-
getCustom6
-
setCustom6
-
getCustom7
-
setCustom7
-
getCustom8
-
setCustom8
-
canEqual
-
hashCode
public int hashCode() -
equals
-
toString
-