class AssetExtendedAttributeType { String name String description = "" boolean isActive = true static hasMany = [assetExtendedAttributes: AssetExtendedAttribute] // static belongsTo = [] // static constraints = { // // } String toString() { "${this.name}" } }