Package net.fqsc.inscriptions.model.identification

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


  }

  public Club getClub()
  {
    final Clubs clubs = (Clubs) this.getDomainModel().getEntry("Clubs");
    return (Club) clubs.retrieveByOid(new Oid(this.clubOid));
  }

  public void setClub(final Club club)
  {
    this.clubOid = club.getOid().getUniqueNumber();
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.