Package ehistory.server.api.model

Examples of ehistory.server.api.model.Time


    private Time time;

    public TimeControl(String id, String label) {
        this.id = id;
        this.label = label;
        time = new Time();
    }
View Full Code Here

TOP

Related Classes of ehistory.server.api.model.Time

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.