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

org.drools.task.StatusChange Maven / Gradle / Ivy

There is a newer version: 5.1.1
Show newest version
package org.drools.task;

import java.util.Date;

public class StatusChange {
    private User   user;

    private Date   date;
    private Status status;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy