Language Data Type

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

Example

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