Class Intentions

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Intentions>, Iterable<Intention>, Child<MediaObject>, Identifiable<Long>, MediaObjectOwnableList<Intentions,Intention>, nl.vpro.domain.media.support.Ownable, nl.vpro.domain.media.support.OwnableList<Intentions,Intention>

@Entity public class Intentions extends AbstractMediaObjectOwnableList<Intentions,Intention>
Since:
5.11
Author:
Giorgio Vinci
See Also:
  • Constructor Details

    • Intentions

      public Intentions()
  • Method Details

    • empty

      public static Intentions empty(@NonNull nl.vpro.domain.media.support.OwnerType owner)
    • getValues

      public @NonNull List<Intention> getValues()
      TODO: Why couldn't this have been simply a list of IntentionType?
    • setValues

      public void setValues(List<Intention> list)
    • clone

      public Intentions clone(nl.vpro.domain.media.support.OwnerType newOwner)
    • builder

      public static @NonNull Intentions.Builder builder()