SimpleObject

ASAMI, Tomoharu

Term

SimpleObject

Aliases

-

Definition

SimpleObject is an abstract object defined in the SimpleModeling Reference Profile that specifies common attributes for domain objects.

It delegates generic attribute groups—such as NameAttributes and LifecycleAttributes—as value objects, making it reusable as a base class for both entity objects and value objects.

SimpleEntity inherits from SimpleObject and adds attributes such as the identifier (id) required for persistence, forming the foundation of entity objects.

Category

  • Domain Modeling

  • SimpleModeling Reference Profile

  • SimpleEntity

  • Value Object

  • Domain Object

  • Attribute Group