Class Dataset

java.lang.Object
io.quarkus.hibernate.orm.panache.PanacheEntityBase
io.quarkus.hibernate.orm.panache.PanacheEntity
org.damap.base.domain.Dataset

@Entity public class Dataset extends io.quarkus.hibernate.orm.panache.PanacheEntity
Dataset class.
  • Field Summary

    Fields inherited from class io.quarkus.hibernate.orm.panache.PanacheEntity

    id
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the value of the chain dataset.getDmp().getTargetAudience()
    getId.
    getRepositories.

    Methods inherited from class io.quarkus.hibernate.orm.panache.PanacheEntity

    toString

    Methods inherited from class io.quarkus.hibernate.orm.panache.PanacheEntityBase

    count, count, count, count, delete, delete, delete, delete, deleteAll, deleteById, find, find, find, find, find, find, findAll, findAll, findById, findById, findByIdOptional, findByIdOptional, flush, getEntityManager, isPersistent, list, list, list, list, list, list, listAll, listAll, persist, persist, persist, persist, persistAndFlush, stream, stream, stream, stream, stream, stream, streamAll, streamAll, update, update, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Dataset

      public Dataset()
  • Method Details

    • getRepositories

      public List<Repository> getRepositories()
      getRepositories.
      Returns:
      a List object
    • getId

      public Long getId()
      getId.
      Returns:
      a Long object
    • getDmpTargetAudience

      public String getDmpTargetAudience()
      Return the value of the chain dataset.getDmp().getTargetAudience()
      Returns:
      the value of the targetAudience or null if any part of the chain is null.