Class TagModelAllowCache

  • All Implemented Interfaces:
    Cloneable

    public class TagModelAllowCache
    extends TagModel
    • Constructor Detail

      • TagModelAllowCache

        public TagModelAllowCache()
      • TagModelAllowCache

        public TagModelAllowCache​(boolean allowCaching)
    • Method Detail

      • getAllow

        public Boolean getAllow()
        Returns:
        the allow
      • setAllow

        public void setAllow​(Boolean allow)
        Parameters:
        allow - the allow 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