Language Data Type

Implemented Interfaces
Serializable
Properties
name data type description
description string
transient boolean
version number
auditable Auditable
historized boolean
descriptionEn string
auditableFields array of AuditableFieldHistory
id number
notified boolean
languageCode string
descriptionI18n map of string

Example

{
  "description" : "...",
  "transient" : true,
  "version" : 12345,
  "auditable" : {
    "lastUser" : "...",
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345,
    "updated" : 12345,
    "creator" : "..."
  },
  "historized" : true,
  "descriptionEn" : "...",
  "auditableFields" : [ {
    "notfiable" : true,
    "notified" : true,
    "auditType" : "OTHER",
    "currentState" : { },
    "fieldName" : "...",
    "previousState" : { },
    "historized" : true,
    "historable" : true
  }, {
    "notfiable" : true,
    "notified" : true,
    "auditType" : "STATUS",
    "currentState" : { },
    "fieldName" : "...",
    "previousState" : { },
    "historized" : true,
    "historable" : true
  } ],
  "id" : 12345,
  "notified" : true,
  "languageCode" : "...",
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  }
}