Package com.zesped.model

Examples of com.zesped.model.Concept


    return concept;
  }

  @Override
  public void setConcept(String c) {
    concept = new Concept(c==null ? "" : c, new Date()).getName();
  }
View Full Code Here


  public String getConcept() {
    return concept;
  }

  public void setConcept(String c) {
    concept = new Concept(c==null ? "" : c, new Date()).getName();
  }
View Full Code Here

TOP

Related Classes of com.zesped.model.Concept

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.