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

com.ardoq.model.BasicModel Maven / Gradle / Ivy

package com.ardoq.model;

import java.util.Date;

/**
 * Created by magnulf on 23.04.14.
 */
public interface BasicModel {
    public String getId();

    public Integer get_version();

    public Date getCreated();

    public Date getLastUpdated();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy