Class Bean
java.lang.Object
de.hybris.bootstrap.beangenerator.definitions.xml.AbstractPojo
de.hybris.bootstrap.beangenerator.definitions.xml.Bean
Java class for bean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bean">
<complexContent>
<extension base="{}abstractPojo">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hints" type="{}hints" minOccurs="0"/>
<element name="property" type="{}property" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="extends" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="deprecated" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected Stringprotected Stringprotected Annotationsprotected Stringprotected Hintsprotected booleanprotected StringFields inherited from class de.hybris.bootstrap.beangenerator.definitions.xml.AbstractPojo
clazz, template -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deprecated property.Gets the value of the deprecated since property.Gets the value of the description property.Gets the value of the extends property.getHints()Gets the value of the hints property.Gets the value of the property property.getType()booleanbooleanvoidsetAbstract(boolean _abstract) voidsetAnnotations(Annotations annotations) voidsetDeprecated(String value) Sets the value of the deprecated property.voidsetDeprecatedSince(String value) Sets the value of the deprecated since property.voidsetDescription(String value) Sets the value of the description property.voidsetExtends(String value) Sets the value of the extends property.voidSets the value of the hints property.voidsetSuperEquals(boolean superEquals) voidMethods inherited from class de.hybris.bootstrap.beangenerator.definitions.xml.AbstractPojo
getClazz, getTemplate, setClazz, setTemplate
-
Field Details
-
description
-
hints
-
annotations
-
property
-
imports
-
type
-
_extends
-
_deprecated
-
_deprecatedSince
-
_abstract
protected boolean _abstract -
superEquals
protected boolean superEquals
-
-
Constructor Details
-
Bean
public Bean()
-
-
Method Details
-
getType
-
setType
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getHints
Gets the value of the hints property.- Returns:
- possible object is
Hints
-
setHints
Sets the value of the hints property.- Parameters:
value- allowed object isHints
-
getProperty
Gets the value of the property property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the property property.For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property -
getImports
-
getExtends
Gets the value of the extends property.- Returns:
- possible object is
String
-
setExtends
Sets the value of the extends property.- Parameters:
value- allowed object isString
-
getDeprecated
Gets the value of the deprecated property.- Returns:
- possible object is
String
-
setDeprecated
Sets the value of the deprecated property.- Parameters:
value- allowed object isString
-
getDeprecatedSince
Gets the value of the deprecated since property.- Returns:
- possible object is
String
-
setDeprecatedSince
Sets the value of the deprecated since property.- Parameters:
value- allowed object isString
-
getAnnotations
-
setAnnotations
-
isAbstract
public boolean isAbstract() -
setAbstract
public void setAbstract(boolean _abstract) -
isSuperEquals
public boolean isSuperEquals() -
setSuperEquals
public void setSuperEquals(boolean superEquals)
-