Fish & Chips Club 4.10.0.0

hirondelle.fish.exercise.multivalued
Class ToppingsEtc

Object
  extended by hirondelle.fish.exercise.multivalued.ToppingsEtc

public final class ToppingsEtc
extends Object

Toy model class, used to quickly test domain items modelled as a Collection.

This class helps to test :

The various getXXX methods :


Constructor Summary
ToppingsEtc(TimeZone aTimeZone, Locale aLocale)
           
 
Method Summary
 Collection<Integer> getAge()
          Returns hard-coded Integers - 10, 100, and 20.
 Collection<SafeText> getArtists()
          Returns hard-coded items - Tom Thomson, Alex Janvier, and Mary Pratt.
 Collection<Date> getBirthDate()
          Returns hard-coded java.util.Dates - 12/31/1969 and 01/01/1970.
 Collection<BigDecimal> getDesiredSalary()
          Returns hard-coded BigDecimals - 10,000, 30,000, and 100,000
 Collection<SafeText> getPizzaToppings()
          Returns hard-coded items - Anchovies and Salami
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToppingsEtc

public ToppingsEtc(TimeZone aTimeZone,
                   Locale aLocale)
Method Detail

getPizzaToppings

public Collection<SafeText> getPizzaToppings()
Returns hard-coded items - Anchovies and Salami


getArtists

public Collection<SafeText> getArtists()
Returns hard-coded items - Tom Thomson, Alex Janvier, and Mary Pratt.


getAge

public Collection<Integer> getAge()
Returns hard-coded Integers - 10, 100, and 20.


getDesiredSalary

public Collection<BigDecimal> getDesiredSalary()
Returns hard-coded BigDecimals - 10,000, 30,000, and 100,000


getBirthDate

public Collection<Date> getBirthDate()
Returns hard-coded java.util.Dates - 12/31/1969 and 01/01/1970.


Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26