Class PropertyPrototype
- java.lang.Object
-
- de.hybris.bootstrap.beangenerator.definitions.model.ExtensionNameAware
-
- de.hybris.bootstrap.beangenerator.definitions.model.AttributePrototype
-
- de.hybris.bootstrap.beangenerator.definitions.model.PropertyPrototype
-
public class PropertyPrototype extends AttributePrototype
-
-
Field Summary
-
Fields inherited from class de.hybris.bootstrap.beangenerator.definitions.model.ExtensionNameAware
extensionName
-
-
Constructor Summary
Constructors Constructor Description PropertyPrototype(java.lang.String extensionName, java.lang.String name, java.lang.String type, boolean overridden, java.lang.String description, boolean equals, java.lang.String deprecatedMessage, java.lang.String deprecatedSinceValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddHint(java.lang.String name, java.lang.String value)java.lang.StringgetDeprecatedMessage()java.lang.StringgetDeprecatedSinceValue()java.lang.StringgetGetterAnnotations()java.util.Map<java.lang.String,java.lang.String>getHints()java.lang.StringgetHintValue(java.lang.String name)java.lang.StringgetMemberAnnotations()java.lang.StringgetSetterAnnotations()ClassNamePrototypegetType()booleanisDeprecated()booleanisDeprecatedSince()booleanisEquals()booleanisOverridden()voidsetGetterAnnotations(java.lang.String getterAnnotations)voidsetMemberAnnotations(java.lang.String memberAnnotations)voidsetSetterAnnotations(java.lang.String setterAnnotations)java.lang.StringtoString()-
Methods inherited from class de.hybris.bootstrap.beangenerator.definitions.model.AttributePrototype
getDescription, getName
-
Methods inherited from class de.hybris.bootstrap.beangenerator.definitions.model.ExtensionNameAware
getExtensionName
-
-
-
-
Method Detail
-
getType
public ClassNamePrototype getType()
-
isOverridden
public boolean isOverridden()
-
getMemberAnnotations
public java.lang.String getMemberAnnotations()
-
setMemberAnnotations
public void setMemberAnnotations(java.lang.String memberAnnotations)
-
getGetterAnnotations
public java.lang.String getGetterAnnotations()
-
setGetterAnnotations
public void setGetterAnnotations(java.lang.String getterAnnotations)
-
getSetterAnnotations
public java.lang.String getSetterAnnotations()
-
setSetterAnnotations
public void setSetterAnnotations(java.lang.String setterAnnotations)
-
getDeprecatedMessage
public java.lang.String getDeprecatedMessage()
-
isDeprecated
public boolean isDeprecated()
-
getDeprecatedSinceValue
public java.lang.String getDeprecatedSinceValue()
-
isDeprecatedSince
public boolean isDeprecatedSince()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
isEquals
public boolean isEquals()
-
addHint
public void addHint(java.lang.String name, java.lang.String value)
-
getHints
public java.util.Map<java.lang.String,java.lang.String> getHints()
-
getHintValue
public java.lang.String getHintValue(java.lang.String name)
-
-