Class AbstractPojo
- java.lang.Object
-
- de.hybris.bootstrap.beangenerator.definitions.xml.AbstractPojo
-
public abstract class AbstractPojo extends java.lang.ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description AbstractPojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClazz()Gets the value of the clazz property.java.lang.StringgetTemplate()Gets the value of the template property.voidsetClazz(java.lang.String value)Sets the value of the clazz property.voidsetTemplate(java.lang.String value)Sets the value of the template property.
-
-
-
Method Detail
-
getClazz
public java.lang.String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(java.lang.String value)
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getTemplate
public java.lang.String getTemplate()
Gets the value of the template property.- Returns:
- possible object is
String
-
setTemplate
public void setTemplate(java.lang.String value)
Sets the value of the template property.- Parameters:
value- allowed object isString
-
-