All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.gc.aafc.dina.jpa.DinaObjectSummary Maven / Gradle / Ivy

There is a newer version: 0.132
Show newest version
package ca.gc.aafc.dina.jpa;

import java.util.UUID;
import lombok.AllArgsConstructor;
import lombok.Getter;

/**
 * Summary that contains information to perform actions (e.g. authorization) without loading the entire entity.
 */
@AllArgsConstructor
@Getter
public class DinaObjectSummary {
  private UUID uuid;
  private String group;
  private String createdBy;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy