Class Thing

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

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

  • Constructor Details

  • Method Details

    • addDeepThingyList

      public void addDeepThingyList(Thingy thingy)
      Method addDeepThingyList.
      Parameters:
      thingy - a thingy object.
    • addDeepThingySet

      public void addDeepThingySet(Thingy thingy)
      Method addDeepThingySet.
      Parameters:
      thingy - a thingy object.
    • addShallowThingyList

      public void addShallowThingyList(Thingy thingy)
      Method addShallowThingyList.
      Parameters:
      thingy - a thingy object.
    • addShallowThingySet

      public void addShallowThingySet(Thingy thingy)
      Method addShallowThingySet.
      Parameters:
      thingy - a thingy object.
    • addSomeProperty

      public void addSomeProperty(String key, String value)
      Method addSomeProperty.
      Parameters:
      key - a key object.
      value - a value object.
    • addSomeStringList

      public void addSomeStringList(String string)
      Method addSomeStringList.
      Parameters:
      string - a string object.
    • addSomeStringSet

      public void addSomeStringSet(String string)
      Method addSomeStringSet.
      Parameters:
      string - a string object.
    • clone

      public Thing clone()
      Method clone.
      Overrides:
      clone in class SuperThing
      Returns:
      Thing
    • getDeepThingy

      Get the deepThingy field.
      Returns:
      Thingy
    • getDeepThingyList

      Method getDeepThingyList.
      Returns:
      List
    • getDeepThingySet

      Method getDeepThingySet.
      Returns:
      Set
    • getShallowThingy

      Get the shallowThingy field.
      Returns:
      Thingy
    • getShallowThingyList

      Method getShallowThingyList.
      Returns:
      List
    • getShallowThingySet

      Method getShallowThingySet.
      Returns:
      Set
    • getSomeByte

      public byte getSomeByte()
      Get the someByte field.
      Returns:
      byte
    • getSomeChar

      public char getSomeChar()
      Get the someChar field.
      Returns:
      char
    • getSomeDate

      public Date getSomeDate()
      Get the someDate field.
      Returns:
      Date
    • getSomeDom

      public Object getSomeDom()
      Get the someDom field.
      Returns:
      Object
    • getSomeDouble

      public double getSomeDouble()
      Get the someDouble field.
      Returns:
      double
    • getSomeFloat

      public float getSomeFloat()
      Get the someFloat field.
      Returns:
      float
    • getSomeInt

      public int getSomeInt()
      Get the someInt field.
      Returns:
      int
    • getSomeLong

      public long getSomeLong()
      Get the someLong field.
      Returns:
      long
    • getSomeProperties

      Method getSomeProperties.
      Returns:
      Properties
    • getSomeShort

      public short getSomeShort()
      Get the someShort field.
      Returns:
      short
    • getSomeString

      Get the someString field.
      Returns:
      String
    • getSomeStringList

      Method getSomeStringList.
      Returns:
      List
    • getSomeStringSet

      Method getSomeStringSet.
      Returns:
      Set
    • isSomeBoolean

      public boolean isSomeBoolean()
      Get the someBoolean field.
      Returns:
      boolean
    • removeDeepThingyList

      public void removeDeepThingyList(Thingy thingy)
      Method removeDeepThingyList.
      Parameters:
      thingy - a thingy object.
    • removeDeepThingySet

      public void removeDeepThingySet(Thingy thingy)
      Method removeDeepThingySet.
      Parameters:
      thingy - a thingy object.
    • removeShallowThingyList

      public void removeShallowThingyList(Thingy thingy)
      Method removeShallowThingyList.
      Parameters:
      thingy - a thingy object.
    • removeShallowThingySet

      public void removeShallowThingySet(Thingy thingy)
      Method removeShallowThingySet.
      Parameters:
      thingy - a thingy object.
    • removeSomeStringList

      public void removeSomeStringList(String string)
      Method removeSomeStringList.
      Parameters:
      string - a string object.
    • removeSomeStringSet

      public void removeSomeStringSet(String string)
      Method removeSomeStringSet.
      Parameters:
      string - a string object.
    • setDeepThingy

      public void setDeepThingy(Thingy deepThingy)
      Set the deepThingy field.
      Parameters:
      deepThingy - a deepThingy object.
    • setDeepThingyList

      public void setDeepThingyList(List<Thingy> deepThingyList)
      Set the deepThingyList field.
      Parameters:
      deepThingyList - a deepThingyList object.
    • setDeepThingySet

      public void setDeepThingySet(Set<Thingy> deepThingySet)
      Set the deepThingySet field.
      Parameters:
      deepThingySet - a deepThingySet object.
    • setShallowThingy

      public void setShallowThingy(Thingy shallowThingy)
      Set the shallowThingy field.
      Parameters:
      shallowThingy - a shallowThingy object.
    • setShallowThingyList

      public void setShallowThingyList(List<Thingy> shallowThingyList)
      Set the shallowThingyList field.
      Parameters:
      shallowThingyList - a shallowThingyList object.
    • setShallowThingySet

      public void setShallowThingySet(Set<Thingy> shallowThingySet)
      Set the shallowThingySet field.
      Parameters:
      shallowThingySet - a shallowThingySet object.
    • setSomeBoolean

      public void setSomeBoolean(boolean someBoolean)
      Set the someBoolean field.
      Parameters:
      someBoolean - a someBoolean object.
    • setSomeByte

      public void setSomeByte(byte someByte)
      Set the someByte field.
      Parameters:
      someByte - a someByte object.
    • setSomeChar

      public void setSomeChar(char someChar)
      Set the someChar field.
      Parameters:
      someChar - a someChar object.
    • setSomeDate

      public void setSomeDate(Date someDate)
      Set the someDate field.
      Parameters:
      someDate - a someDate object.
    • setSomeDom

      public void setSomeDom(Object someDom)
      Set the someDom field.
      Parameters:
      someDom - a someDom object.
    • setSomeDouble

      public void setSomeDouble(double someDouble)
      Set the someDouble field.
      Parameters:
      someDouble - a someDouble object.
    • setSomeFloat

      public void setSomeFloat(float someFloat)
      Set the someFloat field.
      Parameters:
      someFloat - a someFloat object.
    • setSomeInt

      public void setSomeInt(int someInt)
      Set the someInt field.
      Parameters:
      someInt - a someInt object.
    • setSomeLong

      public void setSomeLong(long someLong)
      Set the someLong field.
      Parameters:
      someLong - a someLong object.
    • setSomeProperties

      public void setSomeProperties(Properties someProperties)
      Set the someProperties field.
      Parameters:
      someProperties - a someProperties object.
    • setSomeShort

      public void setSomeShort(short someShort)
      Set the someShort field.
      Parameters:
      someShort - a someShort object.
    • setSomeString

      public void setSomeString(String someString)
      Set the someString field.
      Parameters:
      someString - a someString object.
    • setSomeStringList

      public void setSomeStringList(List<String> someStringList)
      Set the someStringList field.
      Parameters:
      someStringList - a someStringList object.
    • setSomeStringSet

      public void setSomeStringSet(Set<String> someStringSet)
      Set the someStringSet field.
      Parameters:
      someStringSet - a someStringSet object.
    • cloneCustomFields

      private void cloneCustomFields(Thing copy)