public interface Classification
| Modifier and Type | Method and Description |
|---|---|
ClassificationSummary |
asSummary()
Return a summary of the current Classification.
|
String |
getApplicationEntryPoint()
Get the logical name of the associated application entry point.
|
String |
getCategory() |
java.time.Instant |
getCreated()
Get the timestamp when this classification was as created.
|
String |
getCustom1()
Get the 1.
|
String |
getCustom2()
Get the 2.
|
String |
getCustom3()
Get the 3.
|
String |
getCustom4()
Get the 4.
|
String |
getCustom5()
Get the 5.
|
String |
getCustom6()
Get the 6.
|
String |
getCustom7()
Get the 7.
|
String |
getCustom8()
Get the 8.
|
String |
getDescription()
Get the description of a classification.
|
String |
getDomain()
Get the current domain-name of this classification.
|
String |
getId() |
Boolean |
getIsValidInDomain()
Get a flag if the classification if currently valid in the used domain.
|
String |
getKey() |
java.time.Instant |
getModified()
Get the timestamp when this classification was as modified the last time.
|
String |
getName()
Get the classification name.
|
String |
getParentId()
Used to get the ID of the parent classification.
|
String |
getParentKey()
Used to get the key of the parent classification.
|
int |
getPriority()
Get the current classification priority (numeric).
|
String |
getServiceLevel()
Get the current service level.
|
String |
getType()
Get the type of the current classification.
|
void |
setApplicationEntryPoint(String applicationEntryPoint)
Set the logical name of the associated application entry point.
|
void |
setCategory(String category)
Set/Change the category of this classification.
|
void |
setCustom1(String custom1)
Set/Change the 1.
|
void |
setCustom2(String custom2)
Set/Change the 2.
|
void |
setCustom3(String custom3)
Set/Change the 3.
|
void |
setCustom4(String custom4)
Set/Change the 4.
|
void |
setCustom5(String custom5)
Set/Change the 5.
|
void |
setCustom6(String custom6)
Set/Change the 6.
|
void |
setCustom7(String custom7)
Set/Change the 7.
|
void |
setCustom8(String custom8)
Set/Change the 8.
|
void |
setDescription(String description)
Set/Change the classification description.
|
void |
setIsValidInDomain(Boolean isValidInDomain)
Set/Change the flag which marks the classification as valid/invalid in the currently used domain.
|
void |
setName(String name)
Set/Change the classification name.
|
void |
setParentId(String parentId)
Set/Change a reference to the current parent classification via ID.
|
void |
setParentKey(String parentKey)
Set/Change a reference to the current parent classification via key.
|
void |
setPriority(int priority)
Set/Change the numeric priority of a classification.
|
void |
setServiceLevel(String serviceLevel)
Set/Change the service level.
|
String getId()
String getKey()
String getParentId()
void setParentId(String parentId)
parentId - The ID of the parent classification.String getParentKey()
void setParentKey(String parentKey)
parentKey - The key of the parent classification.String getCategory()
void setCategory(String category)
category - The category of the classification.String getType()
String getDomain()
Boolean getIsValidInDomain()
void setIsValidInDomain(Boolean isValidInDomain)
isValidInDomain - - flagjava.time.Instant getCreated()
java.time.Instant getModified()
String getName()
void setName(String name)
name - the name of the ClassificationString getDescription()
void setDescription(String description)
description - the description of the Classificationint getPriority()
void setPriority(int priority)
priority - the Priority of the ClassificationString getServiceLevel()
void setServiceLevel(String serviceLevel)
serviceLevel - the service level. Must be a String in ISO-8601 duration format. See the parse() method of
Duration for details.String getApplicationEntryPoint()
void setApplicationEntryPoint(String applicationEntryPoint)
applicationEntryPoint - The application entry pointString getCustom1()
void setCustom1(String custom1)
custom1 - the first custom attributeString getCustom2()
void setCustom2(String custom2)
custom2 - the second custom attributeString getCustom3()
void setCustom3(String custom3)
custom3 - the third custom attributeString getCustom4()
void setCustom4(String custom4)
custom4 - the fourth custom attributeString getCustom5()
void setCustom5(String custom5)
custom5 - the fifth custom attributeString getCustom6()
void setCustom6(String custom6)
custom6 - the sixth custom attributeString getCustom7()
void setCustom7(String custom7)
custom7 - the seventh custom attributeString getCustom8()
void setCustom8(String custom8)
custom8 - the eight custom attributeClassificationSummary asSummary()
Copyright © 2019. All rights reserved.