Package org.fuin.ddd4j.ddd
Interface EntityType
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
StringBasedEntityType
public interface EntityType extends Serializable
Identifies a type of entity within all entity types of the context. As the simple name of an entity class should be defined by the Ubiquitous Language, the simple class name is a good choice for the type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringasString()Returns the entity type name as string.
-
-
-
Method Detail
-
asString
String asString()
Returns the entity type name as string.- Returns:
- Unique entity type name.
-
-