![JAR search and dependency download from the Maven repository](/logo.png)
edu.asu.diging.eaccpf.model.MaintenanceEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rcn-model Show documentation
Show all versions of rcn-model Show documentation
EAC-CPF Model classes and repositories for authority matching components.
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