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

org.nakedobjects.plugins.remoting.shared.data.ObjectData Maven / Gradle / Ivy

package org.nakedobjects.plugins.remoting.shared.data;

/**
 * ObjectData is data transfer object that contains all the data for an object in a form that can be passed
 * over the network between a client and a server.
 */
public interface ObjectData extends ReferenceData {
    Data[] getFieldContent();

    boolean hasCompleteData();

    void setFieldContent(Data[] fieldContent);
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy