public class ClassificationSummaryImpl extends Object implements ClassificationSummary
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationEntryPoint |
protected String |
category |
protected String |
custom1 |
protected String |
custom2 |
protected String |
custom3 |
protected String |
custom4 |
protected String |
custom5 |
protected String |
custom6 |
protected String |
custom7 |
protected String |
custom8 |
protected String |
domain |
protected String |
id |
protected String |
key |
protected String |
name |
protected String |
parentId |
protected String |
parentKey |
protected int |
priority |
protected String |
serviceLevel |
protected String |
type |
| Constructor and Description |
|---|
ClassificationSummaryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object obj) |
String |
getApplicationEntryPoint()
Gets the application entry point of the classification.
|
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 classification.
|
String |
getType()
Gets the type of the classification.
|
int |
hashCode() |
void |
setApplicationEntryPoint(String applicationEntryPoint) |
void |
setCategory(String category) |
void |
setCustom1(String custom1) |
void |
setCustom2(String custom2) |
void |
setCustom3(String custom3) |
void |
setCustom4(String custom4) |
void |
setCustom5(String custom5) |
void |
setCustom6(String custom6) |
void |
setCustom7(String custom7) |
void |
setCustom8(String custom8) |
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() |
protected String id
protected String applicationEntryPoint
protected String category
protected String domain
protected String key
protected String name
protected String parentId
protected String parentKey
protected int priority
protected String serviceLevel
protected String type
protected String custom1
protected String custom2
protected String custom3
protected String custom4
protected String custom5
protected String custom6
protected String custom7
protected String custom8
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 String getServiceLevel()
ClassificationSummaryDuration for details.getServiceLevel in interface ClassificationSummarypublic String getApplicationEntryPoint()
ClassificationSummarygetApplicationEntryPoint in interface ClassificationSummarypublic int getPriority()
ClassificationSummarygetPriority in interface ClassificationSummarypublic void setPriority(int priority)
public String getCustom1()
ClassificationSummarygetCustom1 in interface ClassificationSummarypublic void setCustom1(String custom1)
public String getCustom2()
ClassificationSummarygetCustom2 in interface ClassificationSummarypublic void setCustom2(String custom2)
public String getCustom3()
ClassificationSummarygetCustom3 in interface ClassificationSummarypublic void setCustom3(String custom3)
public String getCustom4()
ClassificationSummarygetCustom4 in interface ClassificationSummarypublic void setCustom4(String custom4)
public String getCustom5()
ClassificationSummarygetCustom5 in interface ClassificationSummarypublic void setCustom5(String custom5)
public String getCustom6()
ClassificationSummarygetCustom6 in interface ClassificationSummarypublic void setCustom6(String custom6)
public String getCustom7()
ClassificationSummarygetCustom7 in interface ClassificationSummarypublic void setCustom7(String custom7)
public String getCustom8()
ClassificationSummarygetCustom8 in interface ClassificationSummarypublic void setCustom8(String custom8)
public void setApplicationEntryPoint(String applicationEntryPoint)
public void setServiceLevel(String serviceLevel)
public void setParentKey(String parentKey)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.