public class Member extends Person
Member is a class intended for use in unit tests.public Member(String name, String nickname, Gender gender, String about, Boolean married, Date dateofbirth, Date dateofMarriage)
Member object with the given parameters.name - the namenickname - the nicknamegender - the genderabout - the aboutmarried - the marrieddateofbirth - the dateofbirthdateofMarriage - the dateof marriageCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.