Class AbstractPojo
java.lang.Object
de.hybris.bootstrap.beangenerator.definitions.xml.AbstractPojo
Java class for abstractPojo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractPojo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="template" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Gets the value of the clazz property.Gets the value of the template property.voidSets the value of the clazz property.voidsetTemplate(String value) Sets the value of the template property.
-
Field Details
-
clazz
-
template
-
-
Constructor Details
-
AbstractPojo
public AbstractPojo()
-
-
Method Details
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getTemplate
Gets the value of the template property.- Returns:
- possible object is
String
-
setTemplate
Sets the value of the template property.- Parameters:
value- allowed object isString
-