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

edu.asu.diging.eaccpf.model.MaintenanceEvent Maven / Gradle / Ivy

The newest version!
package edu.asu.diging.eaccpf.model;

import java.util.List;

public interface MaintenanceEvent {

    String getId();

    void setId(String id);

    String getAgent();

    void setAgent(String agent);

    String getAgentType();

    void setAgentType(String agentType);

    String getEventType();

    void setEventType(String eventType);

    List getEventDescription();

    void setEventDescription(List eventDescription);

    DateTime getEventDateTime();

    void setEventDateTime(DateTime eventDateTime);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy