Interface FetchEntity<C extends FetchEntity<C>>

All Superinterfaces:
Comparable<C>, Component<C>, Copyable<C>, Serializable
All Known Subinterfaces:
UpdateEntityView<V>
All Known Implementing Classes:
DefaultUpdateEntityLongFormView, DefaultUpdateEntityView

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)