public class EnumerationMetaTypeDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
modifiedPropsSet |
| Constructor and Description |
|---|
EnumerationMetaTypeDTO()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCatalogItemType() |
String |
getCode() |
Boolean |
getGenerate() |
Set<String> |
getModifiedProperties() |
Boolean |
getSingleton() |
String |
getUri() |
List<EnumerationValueDTO> |
getValues() |
void |
setCode(String code) |
void |
setUri(String uri) |
void |
setValues(List<EnumerationValueDTO> values) |
public Set<String> getModifiedProperties()
de.hybris.platform.webservices.objectgraphtransformer.ModifiedProperties#getModifiedProperties()public String getCode()
public void setCode(String code)
code - the code to setpublic List<EnumerationValueDTO> getValues()
public void setValues(List<EnumerationValueDTO> values)
values - the values to setpublic String getUri()
public void setUri(String uri)
uri - the uri to setpublic Boolean getCatalogItemType()
public Boolean getGenerate()
public Boolean getSingleton()
Copyright © 2017 SAP SE. All Rights Reserved.