public class ClassificationSummaryResource
extends org.springframework.hateoas.ResourceSupport
Classification.| Modifier and Type | Field and Description |
|---|---|
String |
category |
String |
classificationId |
String |
custom1 |
String |
custom2 |
String |
custom3 |
String |
custom4 |
String |
custom5 |
String |
custom6 |
String |
custom7 |
String |
custom8 |
String |
domain |
String |
key |
String |
name |
String |
parentId |
String |
parentKey |
int |
priority |
String |
type |
| Constructor and Description |
|---|
ClassificationSummaryResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getClassificationId() |
String |
getCustom1() |
String |
getCustom2() |
String |
getCustom3() |
String |
getCustom4() |
String |
getCustom5() |
String |
getCustom6() |
String |
getCustom7() |
String |
getCustom8() |
String |
getDomain() |
String |
getKey() |
String |
getName() |
String |
getParentId() |
String |
getParentKey() |
int |
getPriority() |
String |
getType() |
void |
setCategory(String category) |
void |
setClassificationId(String classificationId) |
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 |
setKey(String key) |
void |
setName(String name) |
void |
setParentId(String parentId) |
void |
setParentKey(String parentKey) |
void |
setPriority(int priority) |
void |
setType(String type) |
public String classificationId
public String key
public String parentId
public String parentKey
public String category
public String type
public String domain
public String name
public int priority
public String custom1
public String custom2
public String custom3
public String custom4
public String custom5
public String custom6
public String custom7
public String custom8
public String getClassificationId()
public void setClassificationId(String classificationId)
public String getKey()
public void setKey(String key)
public String getParentId()
public void setParentId(String parentId)
public String getParentKey()
public void setParentKey(String parentKey)
public String getCategory()
public void setCategory(String category)
public String getType()
public void setType(String type)
public String getDomain()
public void setDomain(String domain)
public String getName()
public void setName(String name)
public int getPriority()
public void setPriority(int priority)
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)
Copyright © 2018. All rights reserved.