public class ClassificationImpl extends Object implements Classification
| Modifier and Type | Method and Description |
|---|---|
ClassificationSummary |
asSummary()
Return a summary of the current Classification.
|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
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 |
setCreated(java.time.Instant created) |
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 |
setDomain(String domain) |
void |
setId(String id) |
void |
setIsValidInDomain(Boolean isValidInDomain)
Set/Change the flag which marks the classification as valid/invalid in the currently used domain.
|
void |
setKey(String key) |
void |
setModified(java.time.Instant modified) |
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.
|
void |
setType(String type) |
String |
toString() |
public String getId()
getId in interface Classificationpublic void setId(String id)
public String getKey()
getKey in interface Classificationpublic void setKey(String key)
public String getParentId()
ClassificationgetParentId in interface Classificationpublic void setParentId(String parentId)
ClassificationsetParentId in interface ClassificationparentId - The ID of the parent classification.public String getParentKey()
ClassificationgetParentKey in interface Classificationpublic void setParentKey(String parentKey)
ClassificationsetParentKey in interface ClassificationparentKey - The key of the parent classification.public String getType()
ClassificationgetType in interface Classificationpublic void setType(String type)
public String getCategory()
getCategory in interface Classificationpublic void setCategory(String category)
ClassificationsetCategory in interface Classificationcategory - The category of the classification.public String getDomain()
ClassificationgetDomain in interface Classificationpublic void setDomain(String domain)
public Boolean getIsValidInDomain()
ClassificationgetIsValidInDomain in interface Classificationpublic void setIsValidInDomain(Boolean isValidInDomain)
ClassificationsetIsValidInDomain in interface ClassificationisValidInDomain - - flagpublic java.time.Instant getCreated()
ClassificationgetCreated in interface Classificationpublic void setCreated(java.time.Instant created)
public java.time.Instant getModified()
ClassificationgetModified in interface Classificationpublic void setModified(java.time.Instant modified)
public String getName()
ClassificationgetName in interface Classificationpublic void setName(String name)
ClassificationsetName in interface Classificationname - the name of the Classificationpublic String getDescription()
ClassificationgetDescription in interface Classificationpublic void setDescription(String description)
ClassificationsetDescription in interface Classificationdescription - the description of the Classificationpublic int getPriority()
ClassificationgetPriority in interface Classificationpublic void setPriority(int priority)
ClassificationsetPriority in interface Classificationpriority - the Priority of the Classificationpublic String getServiceLevel()
ClassificationgetServiceLevel in interface Classificationpublic void setServiceLevel(String serviceLevel)
ClassificationsetServiceLevel in interface ClassificationserviceLevel - the service level. Must be a String in ISO-8601 duration format. See the parse() method of
Duration for details.public String getApplicationEntryPoint()
ClassificationgetApplicationEntryPoint in interface Classificationpublic void setApplicationEntryPoint(String applicationEntryPoint)
ClassificationsetApplicationEntryPoint in interface ClassificationapplicationEntryPoint - The application entry pointpublic String getCustom1()
ClassificationgetCustom1 in interface Classificationpublic void setCustom1(String custom1)
ClassificationsetCustom1 in interface Classificationcustom1 - the first custom attributepublic String getCustom2()
ClassificationgetCustom2 in interface Classificationpublic void setCustom2(String custom2)
ClassificationsetCustom2 in interface Classificationcustom2 - the second custom attributepublic String getCustom3()
ClassificationgetCustom3 in interface Classificationpublic void setCustom3(String custom3)
ClassificationsetCustom3 in interface Classificationcustom3 - the third custom attributepublic String getCustom4()
ClassificationgetCustom4 in interface Classificationpublic void setCustom4(String custom4)
ClassificationsetCustom4 in interface Classificationcustom4 - the fourth custom attributepublic String getCustom5()
ClassificationgetCustom5 in interface Classificationpublic void setCustom5(String custom5)
ClassificationsetCustom5 in interface Classificationcustom5 - the fifth custom attributepublic String getCustom6()
ClassificationgetCustom6 in interface Classificationpublic void setCustom6(String custom6)
ClassificationsetCustom6 in interface Classificationcustom6 - the sixth custom attributepublic String getCustom7()
ClassificationgetCustom7 in interface Classificationpublic void setCustom7(String custom7)
ClassificationsetCustom7 in interface Classificationcustom7 - the seventh custom attributepublic String getCustom8()
ClassificationgetCustom8 in interface Classificationpublic void setCustom8(String custom8)
ClassificationsetCustom8 in interface Classificationcustom8 - the eight custom attributepublic ClassificationSummary asSummary()
ClassificationasSummary in interface ClassificationCopyright © 2018. All rights reserved.