Class TagModelINF

  • All Implemented Interfaces:
    Cloneable

    public class TagModelINF
    extends TagModel
    • Constructor Detail

      • TagModelINF

        public TagModelINF()
      • TagModelINF

        public TagModelINF​(Object chunkDurationStr,
                           String titleStr)
    • Method Detail

      • getDuration

        public Object getDuration()
        Returns:
        the duration
      • setDuration

        public void setDuration​(Object duration)
        Parameters:
        duration - the duration to set as either a Float or Integer object
      • getTitle

        public String getTitle()
        Returns:
        the title
      • setTitle

        public void setTitle​(String title)
        Parameters:
        title - the title 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