public class ClassificationImpl extends Object implements Classification
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationEntryPoint()
Get the logical name of the associated application entry point.
|
String |
getCategory() |
Date |
getCreated()
Get the Date 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() |
String |
getName()
Get the classification name.
|
String |
getParentClassificationKey()
Used to get the ID 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.
|
Date |
getValidFrom()
Get the sql-date since/when the classification is valid from.
|
Date |
getValidUntil()
Get the sql-date until the classification is valid.
|
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(Date 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)
Set/Change the domain of this classification.
|
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)
Set/Change the classification key.
|
void |
setName(String name)
Set/Change the classification name.
|
void |
setParentClassificationKey(String parentClassificationKey)
Set/Change a reference to the current parent classification via ID.
|
void |
setPriority(int priority)
Set/Change the numeric priority of a classification.
|
void |
setServiceLevel(String serviceLevel)
Set/Change the security level.
|
void |
setType(String type)
Set/Change the current type of the classification.
|
void |
setValidFrom(Date validFrom) |
void |
setValidUntil(Date validUntil) |
String |
toString() |
public String getId()
getId in interface Classificationpublic void setId(String id)
public String getKey()
getKey in interface Classificationpublic void setKey(String key)
ClassificationsetKey in interface Classificationkey - The key of the classification.public String getParentClassificationKey()
ClassificationgetParentClassificationKey in interface Classificationpublic void setParentClassificationKey(String parentClassificationKey)
ClassificationsetParentClassificationKey in interface ClassificationparentClassificationKey - The key of the parent classification.public String getType()
ClassificationgetType in interface Classificationpublic void setType(String type)
ClassificationsetType in interface Classificationtype - TODOpublic String getCategory()
getCategory in interface Classificationpublic void setCategory(String category)
ClassificationsetCategory in interface Classificationcategory - TODOpublic String getDomain()
ClassificationgetDomain in interface Classificationpublic void setDomain(String domain)
ClassificationsetDomain in interface Classificationdomain - namepublic Boolean getIsValidInDomain()
ClassificationgetIsValidInDomain in interface Classificationpublic void setIsValidInDomain(Boolean isValidInDomain)
ClassificationsetIsValidInDomain in interface ClassificationisValidInDomain - - flagpublic Date getCreated()
ClassificationgetCreated in interface Classificationpublic void setCreated(Date created)
public String getName()
ClassificationgetName in interface Classificationpublic void setName(String name)
ClassificationsetName in interface Classificationname - TODOpublic String getDescription()
ClassificationgetDescription in interface Classificationpublic void setDescription(String description)
ClassificationsetDescription in interface Classificationdescription - TODOpublic int getPriority()
ClassificationgetPriority in interface Classificationpublic void setPriority(int priority)
ClassificationsetPriority in interface Classificationpriority - TODOpublic String getServiceLevel()
ClassificationgetServiceLevel in interface Classificationpublic void setServiceLevel(String serviceLevel)
ClassificationsetServiceLevel in interface ClassificationserviceLevel - TODOpublic String getApplicationEntryPoint()
ClassificationgetApplicationEntryPoint in interface Classificationpublic void setApplicationEntryPoint(String applicationEntryPoint)
ClassificationsetApplicationEntryPoint in interface ClassificationapplicationEntryPoint - TODOpublic String getCustom1()
ClassificationgetCustom1 in interface Classificationpublic void setCustom1(String custom1)
ClassificationsetCustom1 in interface Classificationcustom1 - TODOpublic String getCustom2()
ClassificationgetCustom2 in interface Classificationpublic void setCustom2(String custom2)
ClassificationsetCustom2 in interface Classificationcustom2 - TODOpublic String getCustom3()
ClassificationgetCustom3 in interface Classificationpublic void setCustom3(String custom3)
ClassificationsetCustom3 in interface Classificationcustom3 - TODOpublic String getCustom4()
ClassificationgetCustom4 in interface Classificationpublic void setCustom4(String custom4)
ClassificationsetCustom4 in interface Classificationcustom4 - TODOpublic String getCustom5()
ClassificationgetCustom5 in interface Classificationpublic void setCustom5(String custom5)
ClassificationsetCustom5 in interface Classificationcustom5 - TODOpublic String getCustom6()
ClassificationgetCustom6 in interface Classificationpublic void setCustom6(String custom6)
ClassificationsetCustom6 in interface Classificationcustom6 - TODOpublic String getCustom7()
ClassificationgetCustom7 in interface Classificationpublic void setCustom7(String custom7)
ClassificationsetCustom7 in interface Classificationcustom7 - TODOpublic String getCustom8()
ClassificationgetCustom8 in interface Classificationpublic void setCustom8(String custom8)
ClassificationsetCustom8 in interface Classificationcustom8 - TODOpublic Date getValidFrom()
ClassificationgetValidFrom in interface Classificationpublic void setValidFrom(Date validFrom)
public Date getValidUntil()
ClassificationgetValidUntil in interface Classificationpublic void setValidUntil(Date validUntil)
Copyright © 2017. All rights reserved.