All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hypertrack.model.Task Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package io.hypertrack.model;

import java.util.Map;

/**
 * Model class for Task.
 */
public class Task extends HyperTrackModel {
    public Task() {
        this(null);
    }

    public Task(Map properties) {
        super(properties);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy