Class Category

  • All Implemented Interfaces:
    Comparable<Category>

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

      • Category

        public Category()
    • Method Detail

      • getCatServiceInstId

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

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

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

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

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

        public void setId​(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 String getName()
        Returns the name.
        Returns:
        the name
        Since:
        4.0.8
      • setName

        public void setName​(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 String getServiceId()
        Returns the serviceId.
        Returns:
        the serviceId
        Since:
        4.0.8
      • setServiceId

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

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

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