public interface 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 |
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 |
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.
|
String getId()
String getKey()
void setKey(String key)
key - The key of the classification.String getParentClassificationKey()
void setParentClassificationKey(String parentClassificationKey)
parentClassificationKey - The key of the parent classification.String getCategory()
void setCategory(String category)
category - TODOString getType()
void setType(String type)
type - TODOString getDomain()
void setDomain(String domain)
domain - nameBoolean getIsValidInDomain()
void setIsValidInDomain(Boolean isValidInDomain)
isValidInDomain - - flagDate getCreated()
String getName()
void setName(String name)
name - TODOString getDescription()
void setDescription(String description)
description - TODOint getPriority()
void setPriority(int priority)
priority - TODOString getServiceLevel()
void setServiceLevel(String serviceLevel)
serviceLevel - TODOString getApplicationEntryPoint()
void setApplicationEntryPoint(String applicationEntryPoint)
applicationEntryPoint - TODOString getCustom1()
void setCustom1(String custom1)
custom1 - TODOString getCustom2()
void setCustom2(String custom2)
custom2 - TODOString getCustom3()
void setCustom3(String custom3)
custom3 - TODOString getCustom4()
void setCustom4(String custom4)
custom4 - TODOString getCustom5()
void setCustom5(String custom5)
custom5 - TODOString getCustom6()
void setCustom6(String custom6)
custom6 - TODOString getCustom7()
void setCustom7(String custom7)
custom7 - TODOString getCustom8()
void setCustom8(String custom8)
custom8 - TODODate getValidFrom()
Date getValidUntil()
Copyright © 2017. All rights reserved.