Package beans.shedule.prorumble

Examples of beans.shedule.prorumble.ProrumbleDetails


public class SheduleProrumbleData extends DataChunk<ProrumbleDetails> implements Mappable<Integer> {
   
    private Cache<Day> day = new Cache<Day>();
   
    public SheduleProrumbleData(DirectoryCollaboratorItem collaborator) throws ClipsException {
        this(new ProrumbleDetails());
        getDetails().collID = collaborator.getID();
        setDay(new Day());
    }
View Full Code Here

TOP

Related Classes of beans.shedule.prorumble.ProrumbleDetails

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.