Class BaseClass

java.lang.Object
org.codehaus.modello.test.features.BaseClass
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SubClassLevel1

public class BaseClass extends Object implements Serializable
A base class, to be inherited.
Version:
$Revision$ $Date$
See Also:
  • Field Details

    • baseElement

      private int baseElement
      Field baseElement.
    • baseAttribute

      private int baseAttribute
      Field baseAttribute.
  • Constructor Details

  • Method Details

    • getBaseAttribute

      public int getBaseAttribute()
      Get the baseAttribute field.
      Returns:
      int
    • getBaseElement

      public int getBaseElement()
      Get the baseElement field.
      Returns:
      int
    • setBaseAttribute

      public void setBaseAttribute(int baseAttribute)
      Set the baseAttribute field.
      Parameters:
      baseAttribute - a baseAttribute object.
    • setBaseElement

      public void setBaseElement(int baseElement)
      Set the baseElement field.
      Parameters:
      baseElement - a baseElement object.