Fish & Chips Club 4.10.0.0

hirondelle.fish.exercise.html5
Class Person

Object
  extended by hirondelle.fish.exercise.html5.Person

public final class Person
extends Object

Simple test object.


Constructor Summary
Person(Id aId, SafeText aName, SafeText aEmail, SafeText aWebsite, Decimal aWeight, SafeText aPhone, SafeText aColor, Decimal aRating, DateTime aBorn)
          Constructor.
 
Method Summary
 boolean equals(Object aThat)
           
 DateTime getBorn()
           
 SafeText getColor()
           
 SafeText getEmail()
           
 Id getId()
           
 SafeText getName()
           
 SafeText getPhone()
           
 Decimal getRating()
           
 SafeText getWebsite()
           
 Decimal getWeight()
           
 int hashCode()
           
 String toString()
          Intended for debugging only.
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Person

public Person(Id aId,
              SafeText aName,
              SafeText aEmail,
              SafeText aWebsite,
              Decimal aWeight,
              SafeText aPhone,
              SafeText aColor,
              Decimal aRating,
              DateTime aBorn)
       throws ModelCtorException
Constructor.

Throws:
ModelCtorException
Method Detail

getId

public Id getId()

getName

public SafeText getName()

getEmail

public SafeText getEmail()

getWebsite

public SafeText getWebsite()

getWeight

public Decimal getWeight()

getPhone

public SafeText getPhone()

getColor

public SafeText getColor()

getRating

public Decimal getRating()

getBorn

public DateTime getBorn()

toString

public String toString()
Intended for debugging only.

Overrides:
toString in class Object

equals

public boolean equals(Object aThat)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26