Class ColumnMetadata
- java.lang.Object
-
- nl.b3p.tailormap.api.viewer.model.ColumnMetadata
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class ColumnMetadata extends Object implements Serializablepresentation metadata for a feature- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColumnMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnMetadataalias(String alias)booleanequals(Object o)StringgetAlias()Get aliasStringgetKey()Name of the attribute.@Valid TMAttributeTypegetType()Get typeinthashCode()ColumnMetadatakey(String key)voidsetAlias(String alias)voidsetKey(String key)voidsetType(TMAttributeType type)StringtoString()ColumnMetadatatype(TMAttributeType type)
-
-
-
Method Detail
-
key
public ColumnMetadata key(String key)
-
getKey
public String getKey()
Name of the attribute.- Returns:
- key
-
setKey
public void setKey(String key)
-
alias
public ColumnMetadata alias(String alias)
-
getAlias
public String getAlias()
Get alias- Returns:
- alias
-
setAlias
public void setAlias(String alias)
-
type
public ColumnMetadata type(TMAttributeType type)
-
getType
@Valid public @Valid TMAttributeType getType()
Get type- Returns:
- type
-
setType
public void setType(TMAttributeType type)
-
-