Class EntityTypeRest

All Implemented Interfaces:
Serializable, RestModel

@LinksRest(links=@LinkRest(name="relationshiptypes",method="getEntityTypeRelationship")) public class EntityTypeRest extends BaseObjectRest<Integer>
This class is the REST representation of the EntityType model object and acts as a data object for the EntityTypeResource class. Refer to EntityType for explanation of the properties
See Also: