Package net.fqsc.inscriptions.model.identification

Examples of net.fqsc.inscriptions.model.identification.Clubs.retrieveByProperty()


  }

  public Club getClub()
  {
    final Clubs clubs = (Clubs) domainModel.getEntry("Clubs");
    final Club club = (Club) clubs.retrieveByProperty("oid", this.clubOid);

    return club;
  }

 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.