Package com.liferay.faces.demos.dto

Examples of com.liferay.faces.demos.dto.Title


  // Private Data Members
  private List<Title> titles;

  public TitleServiceMockImpl() {
    this.titles = new ArrayList<Title>();
    this.titles.add(new Title(1, "Mr."));
    this.titles.add(new Title(2, "Mrs."));
    this.titles.add(new Title(3, "Ms."));
    this.titles.add(new Title(4, "Dr."));
  }
View Full Code Here

TOP

Related Classes of com.liferay.faces.demos.dto.Title

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.