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

org.defendev.common.domain.iam.IOwnedBy Maven / Gradle / Ivy

package org.defendev.common.domain.iam;

import java.io.Serializable;

/**
 * Intended to be implemented by JPA @Entity classess.
 *
 */
public interface IOwnedBy {

    ID getOwnershipUnitId();

    void setOwnershipUnitId(ID ownershipUnitId);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy