Class Thingy
java.lang.Object
org.codehaus.modello.test.features.SuperThing
org.codehaus.modello.test.features.Thingy
- All Implemented Interfaces:
Serializable, Cloneable
Class Thingy.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.Get the someContent field.voidsetSomeContent(String someContent) Set the someContent field.
-
Field Details
-
someContent
Field someContent.
-
-
Constructor Details
-
Thingy
public Thingy()
-
-
Method Details
-
clone
-
getSomeContent
-
setSomeContent
Set the someContent field.- Parameters:
someContent- a someContent object.
-