Fish & Chips Club 4.10.0.0

hirondelle.fish.main.member
Class Member

Object
  extended by hirondelle.fish.main.member.Member

public final class Member
extends Object

Member of the Fish and Chips Club.


Constructor Summary
Member(Id aId, SafeText aMemberName, Boolean aIsActive, Id aDisposition)
          Constructor.
 
Method Summary
 boolean equals(Object aThat)
           
 Code getDisposition()
          Return the member's disposition passed to the constructor.
 Id getId()
          Return the member id passed to the constructor.
 Boolean getIsActive()
          Return the IsActive indicator passed to the constructor.
 SafeText getName()
          Return the member name passed to the constructor.
 int hashCode()
           
 String toString()
          Intended for debugging only.
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Member

public Member(Id aId,
              SafeText aMemberName,
              Boolean aIsActive,
              Id aDisposition)
       throws ModelCtorException
Constructor.

Parameters:
aId - internal database id, 1..50 characters, optional
aMemberName - full name of member, 2..50 characters, required
aIsActive - true if the member is usually a Fish and Chips participant, false if the member is no longer active; inactive members are no longer included on the RSVP list. Required. Null is coerced to false.
aDisposition - required.
Throws:
ModelCtorException
Method Detail

getId

public Id getId()
Return the member id passed to the constructor.


getIsActive

public Boolean getIsActive()
Return the IsActive indicator passed to the constructor.


getName

public SafeText getName()
Return the member name passed to the constructor.


getDisposition

public Code getDisposition()
Return the member's disposition passed to the constructor.


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