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 |
| Modifier | Constructor and Description |
|---|---|
|
ClassificationSummaryImpl() |
protected |
ClassificationSummaryImpl(ClassificationSummaryImpl copyFrom) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
ClassificationSummaryImpl |
copy()
Duplicates this ClassificationSummary without the id.
|
boolean |
equals(Object obj) |
String |
getApplicationEntryPoint()
Gets the application entry point of the classification.
|
String |
getCategory()
Gets the category of the classification.
|
String |
getCustom1() |
String |
getCustom2() |
String |
getCustom3() |
String |
getCustom4() |
String |
getCustom5() |
String |
getCustom6() |
String |
getCustom7() |
String |
getCustom8() |
String |
getCustomAttribute(ClassificationCustomField customField)
Gets the custom attribute 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.
|
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 ClassificationSummaryImpl()
protected ClassificationSummaryImpl(ClassificationSummaryImpl copyFrom)
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 getServiceLevel()
ClassificationSummaryDuration for details.getServiceLevel in interface ClassificationSummarypublic void setServiceLevel(String serviceLevel)
public String getApplicationEntryPoint()
ClassificationSummarygetApplicationEntryPoint in interface ClassificationSummarypublic void setApplicationEntryPoint(String applicationEntryPoint)
public int getPriority()
ClassificationSummarygetPriority in interface ClassificationSummarypublic void setPriority(int priority)
public String getCustomAttribute(ClassificationCustomField customField)
ClassificationSummarygetCustomAttribute in interface ClassificationSummarycustomField - identifies which custom attribute is requested.public String getCustom1()
public void setCustom1(String custom1)
public String getCustom2()
public void setCustom2(String custom2)
public String getCustom3()
public void setCustom3(String custom3)
public String getCustom4()
public void setCustom4(String custom4)
public String getCustom5()
public void setCustom5(String custom5)
public String getCustom6()
public void setCustom6(String custom6)
public String getCustom7()
public void setCustom7(String custom7)
public String getCustom8()
public void setCustom8(String custom8)
public ClassificationSummaryImpl copy()
ClassificationSummarycopy in interface ClassificationSummaryprotected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.