class VideoFile { String name String type String format String policy = 'POLICY_01' String excludePolicy = 'POLICY_01' static belongsTo = [videoDataSet: VideoDataSet] static constraints = { name(unique:true) type() policy() excludePolicy() } }