Class TagModelSessionData

  • All Implemented Interfaces:
    Cloneable

    public class TagModelSessionData
    extends TagModel
    • Constructor Detail

      • TagModelSessionData

        public TagModelSessionData()
      • TagModelSessionData

        public TagModelSessionData​(String dataId,
                                   String value,
                                   String uri,
                                   String language)
    • Method Detail

      • getDataId

        public String getDataId()
        Returns:
        the dataId
      • setDataId

        public void setDataId​(String dataId)
        Parameters:
        dataId - the dataId to set
      • getValue

        public String getValue()
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Parameters:
        value - the value to set
      • getUri

        public String getUri()
        Returns:
        the uri
      • setUri

        public void setUri​(String uri)
        Parameters:
        uri - the uri to set
      • getLanguage

        public String getLanguage()
        Returns:
        the language
      • setLanguage

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