public class ClassificationImpl extends ClassificationSummaryImpl implements Classification
| Constructor and Description |
|---|
ClassificationImpl() |
| Modifier and Type | Method and Description |
|---|---|
ClassificationSummary |
asSummary()
Return a summary of the current Classification.
|
protected boolean |
canEqual(Object other) |
ClassificationImpl |
copy(String key)
Duplicates this Classification without the id.
|
boolean |
equals(Object obj) |
String |
getApplicationEntryPoint()
Gets the application entry point of the classification.
|
Instant |
getCreated()
Get the timestamp when this classification was as created.
|
String |
getDescription()
Get the description of a classification.
|
Boolean |
getIsValidInDomain()
Get a flag if the classification if currently valid in the used domain.
|
Instant |
getModified()
Get the timestamp when this classification was as modified the last time.
|
int |
hashCode() |
void |
setApplicationEntryPoint(String applicationEntryPoint)
Set the logical name of the associated application entry point.
|
void |
setCreated(Instant created) |
void |
setCustomAttribute(ClassificationCustomField customField,
String value)
Sets the value for custom Attribute.
|
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 |
setModified(Instant modified) |
String |
toString() |
copy, getCategory, getCustom1, getCustom2, getCustom3, getCustom4, getCustom5, getCustom6, getCustom7, getCustom8, getCustomAttribute, getDomain, getId, getKey, getName, getParentId, getParentKey, getPriority, getServiceLevel, getType, setCategory, setCustom1, setCustom2, setCustom3, setCustom4, setCustom5, setCustom6, setCustom7, setCustom8, setDomain, setId, setKey, setName, setParentId, setParentKey, setPriority, setServiceLevel, setTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDomain, setCategory, setName, setParentId, setParentKey, setPriority, setServiceLevelcopy, getCategory, getCustomAttribute, getId, getKey, getName, getParentId, getParentKey, getPriority, getServiceLevel, getTypepublic String getApplicationEntryPoint()
ClassificationSummarygetApplicationEntryPoint in interface ClassificationgetApplicationEntryPoint in interface ClassificationSummarygetApplicationEntryPoint in class ClassificationSummaryImplpublic void setApplicationEntryPoint(String applicationEntryPoint)
ClassificationsetApplicationEntryPoint in interface ClassificationsetApplicationEntryPoint in class ClassificationSummaryImplapplicationEntryPoint - The application entry pointpublic ClassificationImpl copy(String key)
Classificationcopy in interface Classificationkey - for the new Classificationpublic Boolean getIsValidInDomain()
ClassificationgetIsValidInDomain in interface Classificationpublic void setIsValidInDomain(Boolean isValidInDomain)
ClassificationsetIsValidInDomain in interface ClassificationisValidInDomain - - flagpublic Instant getCreated()
ClassificationgetCreated in interface Classificationpublic void setCreated(Instant created)
public Instant getModified()
ClassificationgetModified in interface Classificationpublic void setModified(Instant modified)
public String getDescription()
ClassificationgetDescription in interface Classificationpublic void setDescription(String description)
ClassificationsetDescription in interface Classificationdescription - the description of the Classificationpublic void setCustomAttribute(ClassificationCustomField customField, String value)
ClassificationsetCustomAttribute in interface ClassificationcustomField - identifies which custom attribute is to be set.value - the value of the custom attribute to be setpublic ClassificationSummary asSummary()
ClassificationasSummary in interface Classificationprotected boolean canEqual(Object other)
canEqual in class ClassificationSummaryImplpublic int hashCode()
hashCode in class ClassificationSummaryImplpublic boolean equals(Object obj)
equals in class ClassificationSummaryImplpublic String toString()
toString in class ClassificationSummaryImplCopyright © 2020. All rights reserved.