java.lang.Object
de.hybris.bootstrap.beangenerator.definitions.xml.AbstractPojo
Direct Known Subclasses:
Bean, Enum

public abstract class AbstractPojo extends Object

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 Details

    • clazz

      protected String clazz
    • template

      protected String template
  • Constructor Details

    • AbstractPojo

      public AbstractPojo()
  • Method Details

    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
    • getTemplate

      public String getTemplate()
      Gets the value of the template property.
      Returns:
      possible object is String
    • setTemplate

      public void setTemplate(String value)
      Sets the value of the template property.
      Parameters:
      value - allowed object is String