Class SimpleCategoryInfo

    • Constructor Detail

      • SimpleCategoryInfo

        public SimpleCategoryInfo​(String term)
        Deprecated.
      • SimpleCategoryInfo

        public SimpleCategoryInfo​(String term,
                                  String scheme)
        Deprecated.
      • SimpleCategoryInfo

        public SimpleCategoryInfo​(String term,
                                  String scheme,
                                  String label)
        Deprecated.
    • Method Detail

      • getLabel

        public String getLabel​(RequestContext request)
        Deprecated.
        Description copied from interface: CategoryInfo
        Return the value of the atom:category label attribute or null if the label should be omitted. This value is language-sensitive
        Specified by:
        getLabel in interface CategoryInfo
      • getScheme

        public String getScheme​(RequestContext request)
        Deprecated.
        Description copied from interface: CategoryInfo
        Return the value of the atom:category scheme attribute or null if the scheme should be omitted
        Specified by:
        getScheme in interface CategoryInfo
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • asCategoryElement

        public org.apache.abdera.model.Category asCategoryElement​(RequestContext request)
        Deprecated.
        Description copied from interface: CategoryInfo
        Convert this into an instance of the FOM Category interface
        Specified by:
        asCategoryElement in interface CategoryInfo