Class Repeat

java.lang.Object
nl.vpro.domain.media.Repeat
All Implemented Interfaces:
Serializable

@Embeddable public class Repeat extends Object implements Serializable
See Also:
  • Field Details

    • value

      protected String value
    • isRerun

      protected boolean isRerun
  • Constructor Details

    • Repeat

      public Repeat(boolean isRerun, String value)
    • Repeat

      public Repeat()
    • Repeat

      public Repeat(Repeat source)
  • Method Details

    • rerun

      public static Repeat rerun(String value)
    • original

      public static Repeat original(String value)
    • rerun

      public static Repeat rerun()
    • original

      public static Repeat original()
    • nullIfDefault

      public static Repeat nullIfDefault(Repeat repeat)
    • isRerun

      public static boolean isRerun(Repeat repeat)
    • isOriginal

      public static boolean isOriginal(Repeat repeat)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • isRerun

      public boolean isRerun()
    • copy

      public static Repeat copy(Repeat source)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object