
org.yestech.publish.objectmodel.IArtifactOwner Maven / Gradle / Ivy
/*
* Copyright LGPL3
* YES Technology Association
* http://yestech.org
*
* http://www.opensource.org/licenses/lgpl-3.0.html
*/
/*
*
* Author: Artie Copeland
* Last Modified Date: $DateTime: $
*/
package org.yestech.publish.objectmodel;
import java.io.Serializable;
/**
* @author Artie Copeland
* @version $Revision: $
*/
public interface IArtifactOwner extends Serializable {
T getOwnerType();
I getOwnerIdentifier();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy