public class ClassificationSummaryImpl extends Object implements ClassificationSummary
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCategory()
Gets the category of the classification.
|
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 |
getDomain()
Gets the domain of the classification.
|
String |
getId()
Gets the id of the classification.
|
String |
getKey()
Gets the key of the classification.
|
String |
getName()
Gets the name of the classification.
|
String |
getParentId()
Gets the ID of the parent classification.
|
String |
getParentKey()
Gets the key of the parent classification.
|
int |
getPriority()
Gets the priority of the classification.
|
String |
getServiceLevel()
Gets the service level of the parent classification.
|
String |
getType()
Gets the type of the classification.
|
int |
hashCode() |
void |
setCategory(String category) |
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 |
setDomain(String domain) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setParentId(String parentId) |
void |
setParentKey(String parentKey) |
void |
setPriority(int priority) |
void |
setServiceLevel(String serviceLevel) |
void |
setType(String type) |
String |
toString() |
public int getPriority()
ClassificationSummarygetPriority in interface ClassificationSummarypublic void setPriority(int priority)
public String getServiceLevel()
ClassificationSummaryDuration for details.getServiceLevel in interface ClassificationSummarypublic void setServiceLevel(String serviceLevel)
public String getId()
ClassificationSummarygetId in interface ClassificationSummarypublic void setId(String id)
public String getKey()
ClassificationSummarygetKey in interface ClassificationSummarypublic void setKey(String key)
public String getCategory()
ClassificationSummarygetCategory in interface ClassificationSummarypublic void setCategory(String category)
public String getType()
ClassificationSummarygetType in interface ClassificationSummarypublic void setType(String type)
public String getDomain()
ClassificationSummarygetDomain in interface ClassificationSummarypublic void setDomain(String domain)
public String getName()
ClassificationSummarygetName in interface ClassificationSummarypublic void setName(String name)
public String getParentId()
ClassificationSummarygetParentId in interface ClassificationSummarypublic void setParentId(String parentId)
public String getParentKey()
ClassificationSummarygetParentKey in interface ClassificationSummarypublic void setParentKey(String parentKey)
public String getCustom1()
ClassificationSummarygetCustom1 in interface ClassificationSummarypublic void setCustom1(String custom1)
ClassificationSummarysetCustom1 in interface ClassificationSummarycustom1 - the first custom attributepublic String getCustom2()
ClassificationSummarygetCustom2 in interface ClassificationSummarypublic void setCustom2(String custom2)
ClassificationSummarysetCustom2 in interface ClassificationSummarycustom2 - the second custom attributepublic String getCustom3()
ClassificationSummarygetCustom3 in interface ClassificationSummarypublic void setCustom3(String custom3)
ClassificationSummarysetCustom3 in interface ClassificationSummarycustom3 - the third custom attributepublic String getCustom4()
ClassificationSummarygetCustom4 in interface ClassificationSummarypublic void setCustom4(String custom4)
ClassificationSummarysetCustom4 in interface ClassificationSummarycustom4 - the fourth custom attributepublic String getCustom5()
ClassificationSummarygetCustom5 in interface ClassificationSummarypublic void setCustom5(String custom5)
ClassificationSummarysetCustom5 in interface ClassificationSummarycustom5 - the fifth custom attributepublic String getCustom6()
ClassificationSummarygetCustom6 in interface ClassificationSummarypublic void setCustom6(String custom6)
ClassificationSummarysetCustom6 in interface ClassificationSummarycustom6 - the sixth custom attributepublic String getCustom7()
ClassificationSummarygetCustom7 in interface ClassificationSummarypublic void setCustom7(String custom7)
ClassificationSummarysetCustom7 in interface ClassificationSummarycustom7 - the seventh custom attributepublic String getCustom8()
ClassificationSummarygetCustom8 in interface ClassificationSummarypublic void setCustom8(String custom8)
ClassificationSummarysetCustom8 in interface ClassificationSummarycustom8 - the eight custom attributeCopyright © 2018. All rights reserved.