Class Category

  • All Implemented Interfaces:
    java.lang.Comparable<Category>

    public class Category
    extends java.lang.Object
    implements java.lang.Comparable<Category>
    Since:
    4.0.8
    Version:
    $Revision: 16294 $ $Date: 2014-06-24 13:51:20 -0300 (Tue, 24 Jun 2014) $
    • Constructor Summary

      Constructors 
      Constructor Description
      Category()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(Category o2)  
      java.lang.String getCatServiceInstId()
      Returns the catServiceInstId.
      java.lang.String getDescription()
      Returns the description.
      java.lang.String getId()
      Returns the id.
      int getMaxItems()
      Returns the maxItems.
      java.lang.String getName()
      Returns the name.
      int getPosition()
      Returns the position.
      java.lang.String getServiceId()
      Returns the serviceId.
      java.lang.String getSourceId()
      Returns the sourceId.
      void setCatServiceInstId​(java.lang.String catServiceInstId)
      Sets the catServiceInstId.
      void setDescription​(java.lang.String description)
      Sets the description.
      void setId​(java.lang.String id)
      Sets the id.
      void setMaxItems​(int maxItems)
      Sets the maxItems.
      void setName​(java.lang.String name)
      Sets the name.
      void setPosition​(int position)
      Sets the position.
      void setServiceId​(java.lang.String serviceId)
      Sets the serviceId.
      void setSourceId​(java.lang.String sourceId)
      Sets the sourceId.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Category

        public Category()
    • Method Detail

      • getCatServiceInstId

        public java.lang.String getCatServiceInstId()
        Returns the catServiceInstId.
        Returns:
        the catServiceInstId
        Since:
        4.0.8
      • setCatServiceInstId

        public void setCatServiceInstId​(java.lang.String catServiceInstId)
        Sets the catServiceInstId.
        Parameters:
        catServiceInstId - the catServiceInstId value to set
        Since:
        4.0.8
      • getDescription

        public java.lang.String getDescription()
        Returns the description.
        Returns:
        the description
        Since:
        4.0.8
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets the description.
        Parameters:
        description - the description value to set
        Since:
        4.0.8
      • getId

        public java.lang.String getId()
        Returns the id.
        Returns:
        the id
        Since:
        4.0.8
      • setId

        public void setId​(java.lang.String id)
        Sets the id.
        Parameters:
        id - the id value to set
        Since:
        4.0.8
      • getMaxItems

        public int getMaxItems()
        Returns the maxItems.
        Returns:
        the maxItems
        Since:
        4.0.8
      • setMaxItems

        public void setMaxItems​(int maxItems)
        Sets the maxItems.
        Parameters:
        maxItems - the maxItems value to set
        Since:
        4.0.8
      • getName

        public java.lang.String getName()
        Returns the name.
        Returns:
        the name
        Since:
        4.0.8
      • setName

        public void setName​(java.lang.String name)
        Sets the name.
        Parameters:
        name - the name value to set
        Since:
        4.0.8
      • getPosition

        public int getPosition()
        Returns the position.
        Returns:
        the position
        Since:
        4.0.8
      • setPosition

        public void setPosition​(int position)
        Sets the position.
        Parameters:
        position - the position value to set
        Since:
        4.0.8
      • getServiceId

        public java.lang.String getServiceId()
        Returns the serviceId.
        Returns:
        the serviceId
        Since:
        4.0.8
      • setServiceId

        public void setServiceId​(java.lang.String serviceId)
        Sets the serviceId.
        Parameters:
        serviceId - the serviceId value to set
        Since:
        4.0.8
      • getSourceId

        public java.lang.String getSourceId()
        Returns the sourceId.
        Returns:
        the sourceId
        Since:
        4.0.8
      • setSourceId

        public void setSourceId​(java.lang.String sourceId)
        Sets the sourceId.
        Parameters:
        sourceId - the sourceId value to set
        Since:
        4.0.8
      • compareTo

        public int compareTo​(Category o2)
        Specified by:
        compareTo in interface java.lang.Comparable<Category>