Class Thingy

java.lang.Object
org.codehaus.modello.test.features.SuperThing
org.codehaus.modello.test.features.Thingy
All Implemented Interfaces:
Serializable, Cloneable

public class Thingy extends SuperThing implements Serializable, Cloneable
Class Thingy.
Version:
$Revision$ $Date$
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • clone

      public Thingy clone()
      Method clone.
      Overrides:
      clone in class SuperThing
      Returns:
      Thingy
    • getSomeContent

      Get the someContent field.
      Returns:
      String
    • setSomeContent

      public void setSomeContent(String someContent)
      Set the someContent field.
      Parameters:
      someContent - a someContent object.