Package cm.dpassyann.speedDating.model.adress.bean

Examples of cm.dpassyann.speedDating.model.adress.bean.Address


    this.parameter = parameter;
  }
 
  public  User(){
    this.id = new Long(-1);
    this.address = new Address();
    this.email = "";
    this.birthday = new Date();
    this.parameter = new ConnectionParameter();
  }
View Full Code Here

TOP

Related Classes of cm.dpassyann.speedDating.model.adress.bean.Address

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.