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