Calendar Data Type

Abstract Type
Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
notified boolean  
initializationRequired boolean  
initDate number  
parentEntityType object  
auditableFields array of AuditableFieldHistory  
parentEntity BusinessEntity  
referenceCode string  
auditable Auditable  
id number  
historized boolean  
descriptionAndCode string  
transient boolean  
referenceDescription string  
descriptionI18n map of string  
codeChanged boolean  
initDateEL string  
calendarType string  
calendarTypeWSubtypes string  
description string max size: 255, min size: 0
descriptionOrCode string  
code string required, max size: 255, min size: 1
appendGeneratedCode boolean  
version number  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "notified" : true,
  "initializationRequired" : true,
  "initDate" : 12345,
  "parentEntityType" : { },
  "auditableFields" : [ {
    "notified" : true,
    "historized" : true,
    "notfiable" : true,
    "historable" : true,
    "auditType" : "OTHER",
    "fieldName" : "...",
    "currentState" : { },
    "previousState" : { }
  }, {
    "notified" : true,
    "historized" : true,
    "notfiable" : true,
    "historable" : true,
    "auditType" : "STATUS",
    "fieldName" : "...",
    "currentState" : { },
    "previousState" : { }
  } ],
  "parentEntity" : {
    "description" : "...",
    "code" : "...",
    "version" : 12345,
    "parentEntity" : { },
    "id" : 12345,
    "transient" : true,
    "historized" : true,
    "descriptionOrCode" : "...",
    "auditable" : {
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "referenceDescription" : "...",
    "referenceCode" : "...",
    "codeChanged" : true,
    "parentEntityType" : { },
    "notified" : true,
    "appendGeneratedCode" : true,
    "descriptionAndCode" : "...",
    "auditableFields" : [ {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "OTHER",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    }, {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    } ]
  },
  "referenceCode" : "...",
  "auditable" : {
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345,
    "updated" : 12345,
    "lastUser" : "...",
    "creator" : "..."
  },
  "id" : 12345,
  "historized" : true,
  "descriptionAndCode" : "...",
  "transient" : true,
  "referenceDescription" : "...",
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "codeChanged" : true,
  "initDateEL" : "...",
  "calendarType" : "...",
  "calendarTypeWSubtypes" : "...",
  "description" : "...",
  "descriptionOrCode" : "...",
  "code" : "...",
  "appendGeneratedCode" : true,
  "version" : 12345
}