2.2. Creating the Data Model

Go to the Entities tab and press New entity. The class name is Contract.

CreateContractEntity

Create the following entity attributes:

  • number (String type)
  • date (Date type)
  • state (String type)
ContractEntityAttributes

Go to the Instance name tab. In the Name pattern field enter the value Contract %s and add the number attribute to Name pattern attributes.

ContractEntityNamePattern

Press the OK button to save the entity.