Class AttributeSettings
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.json.AttributeSettings
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class AttributeSettings extends Object implements SerializableAttributeSettings- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetTitle()Display title for labels etc.inthashCode()voidsetTitle(String title)AttributeSettingstitle(String title)StringtoString()
-
-
-
Method Detail
-
title
public AttributeSettings title(String title)
-
getTitle
public String getTitle()
Display title for labels etc.- Returns:
- title
-
setTitle
public void setTitle(String title)
-
-