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 |
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.
|
int |
getPriority()
Gets the priority of the lassification.
|
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 |
setDomain(String domain) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setParentId(String parentId) |
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)
Copyright © 2018. All rights reserved.