net.anotheria.anodoc.data.IPlainDataObject Maven / Gradle / Ivy
package net.anotheria.anodoc.data;
import java.io.Serializable;
/**
* This interface represents a single data container
* which doesn't have undelying objects.
*
* @see net.anotheria.anodoc.data.ICompositeDataObject
* @see net.anotheria.anodoc.data.IBasicStoreableObject
* @since 1.0
* @author another
* @version $Id: $Id
*/
public interface IPlainDataObject extends Serializable, IBasicStoreableObject{
}