Class Family

java.lang.Object
org.nuiton.validator.model.Family

public class Family
extends java.lang.Object
Since:
3.0
Author:
Tony Chemit - chemit@codelutin.com
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.Collection<Person> member  
    static java.lang.String PROPERTY_MEMBER  
  • Constructor Summary

    Constructors 
    Constructor Description
    Family()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Collection<Person> getMember()  
    void setMember​(java.util.Collection<Person> member)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait