Class TagModelStart

  • All Implemented Interfaces:
    Cloneable

    public class TagModelStart
    extends TagModel
    • Constructor Detail

      • TagModelStart

        public TagModelStart()
      • TagModelStart

        public TagModelStart​(Float timeOffset,
                             Boolean precise)
    • Method Detail

      • getTimeOffset

        public Float getTimeOffset()
        Returns:
        the timeOffset
      • setTimeOffset

        public void setTimeOffset​(Float timeOffset)
        Parameters:
        timeOffset - the timeOffset to set
      • getPrecise

        public Boolean getPrecise()
        Returns:
        the precise
      • setPrecise

        public void setPrecise​(Boolean precise)
        Parameters:
        precise - the precise to set
      • toString

        public String toString()
        Specified by:
        toString in class TagModel
      • write

        public void write​(TagWriter writer)
                   throws java.io.IOException
        Specified by:
        write in class TagModel
        Throws:
        java.io.IOException
      • isValid

        public boolean isValid​(Integer version)
        Specified by:
        isValid in class TagModel
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class TagModel