Package beans.followup.entity

Examples of beans.followup.entity.FollowupEventDetails


    private FollowupLocal followup;
    private CacheRestorable<DiseaseLocal> diseaseCashe = new CacheRestorable<DiseaseLocal>();
   
    public FollowupEventData(FollowupLocal followup, AuditListener al) throws ClipsException {
        super(new FollowupEventDetails());
        this.followup = followup;
        getDetails().followupID = followup.getID();
        initDisease(getDetails().diseaseID, null, al);
    }
View Full Code Here

TOP

Related Classes of beans.followup.entity.FollowupEventDetails

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.