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

yakworks.commons.model.Ident.groovy Maven / Gradle / Ivy

/*
* Copyright 2019 original authors
* SPDX-License-Identifier: Apache-2.0
*/
package yakworks.commons.model

/**
 * id property
 */
interface Ident {

    ID getId()
    void setId(ID theId)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy