Language Data Type

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

Example

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