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