Interface TypedEntity
public interface TypedEntity
- Author:
- Jon Fleschler (jfleschler)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the default type to be used for this entitygetType()Returns the type of the EntityReturns the persisted type field namevoidSets the type of the Entity
-
Method Details
-
getType
BroadleafEnumerationType getType()Returns the type of the Entity- Returns:
- type
-
setType
Sets the type of the Entity- Parameters:
type-
-
getTypeFieldName
String getTypeFieldName()Returns the persisted type field name- Returns:
- fieldName
-
getDefaultType
String getDefaultType()Returns the default type to be used for this entity- Returns:
- defaultType
-