public class ClassificationImpl extends ClassificationSummaryImpl implements Classification
| Modifier and Type | Method and Description |
|---|---|
ClassificationSummary |
asSummary()
Return a summary of the current Classification.
|
boolean |
equals(Object o) |
String |
getApplicationEntryPoint()
Get the logical name of the associated application entry point.
|
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 |
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() |
getCategory, getCustom1, getCustom2, getCustom3, getCustom4, getCustom5, getCustom6, getCustom7, getCustom8, 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, setCustom1, setCustom2, setCustom3, setCustom4, setCustom5, setCustom6, setCustom7, setCustom8, setName, setParentId, setParentKey, setPriority, setServiceLevelgetCategory, getCustom1, getCustom2, getCustom3, getCustom4, getCustom5, getCustom6, getCustom7, getCustom8, getId, getKey, getName, getParentId, getParentKey, getPriority, getServiceLevel, getTypepublic 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 String getApplicationEntryPoint()
ClassificationgetApplicationEntryPoint in interface Classificationpublic void setApplicationEntryPoint(String applicationEntryPoint)
ClassificationsetApplicationEntryPoint in interface ClassificationapplicationEntryPoint - The application entry pointpublic ClassificationSummary asSummary()
ClassificationasSummary in interface Classificationpublic String toString()
toString in class ClassificationSummaryImplpublic boolean equals(Object o)
equals in class ClassificationSummaryImplpublic int hashCode()
hashCode in class ClassificationSummaryImplCopyright © 2019. All rights reserved.