Interface FetchEntity<C extends FetchEntity<C>>

All Superinterfaces:
Comparable<C>, Component<C>, Copyable<C>, Serializable
All Known Subinterfaces:
CreateModalFormView<V>, ExternalFieldGroup<G>, ModalView<V>, UpdateEntityView<V>, UpdateModalFormView<V>
All Known Implementing Classes:
DefaultCreateModalFormView, DefaultExternalFieldGroup, DefaultModalView, DefaultUpdateEntityLongFormView, DefaultUpdateEntityView, DefaultUpdateModalFormView

public interface FetchEntity<C extends FetchEntity<C>> extends Component<C>
Represents the metadata for a component that supports fetching a single entity.
Author:
Nick Crum (ncrum)