Class Property
- java.lang.Object
-
- org.rodnansol.core.generator.template.data.Property
-
public class Property extends Object
Class representing a property.- Since:
- 0.1.0
- Author:
- nandorholozsnyak
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDefaultValue()StringgetDescription()StringgetFqName()StringgetKey()PropertyDeprecationgetPropertyDeprecation()StringgetType()inthashCode()voidsetDefaultValue(String defaultValue)voidsetDescription(String description)voidsetKey(String key)voidsetPropertyDeprecation(PropertyDeprecation propertyDeprecation)StringtoString()
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getDefaultValue
public String getDefaultValue()
-
setDefaultValue
public void setDefaultValue(String defaultValue)
-
getType
public String getType()
-
getPropertyDeprecation
public PropertyDeprecation getPropertyDeprecation()
-
setPropertyDeprecation
public void setPropertyDeprecation(PropertyDeprecation propertyDeprecation)
-
getFqName
public String getFqName()
-
-