Class IndicatorsElement

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Entity(name="IndicatorsElement")
    public class IndicatorsElement
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject
    The Class IndicatorsElement.
    See Also:
    Serialized Form
    • Field Detail

      • indicator

        protected java.util.List<IndicatorElement> indicator
        The indicator.
      • page

        protected java.math.BigInteger page
        The page.
      • pages

        protected java.math.BigInteger pages
        The pages.
      • perPage

        protected java.math.BigInteger perPage
        The per page.
      • total

        protected java.math.BigInteger total
        The total.
      • hjid

        protected java.lang.Long hjid
        The hjid.
    • Constructor Detail

      • IndicatorsElement

        public IndicatorsElement()
    • Method Detail

      • getIndicator

        public java.util.List<IndicatorElement> getIndicator()
        Gets the indicator.
        Returns:
        the indicator
      • setIndicator

        public void setIndicator​(java.util.List<IndicatorElement> indicator)
        Sets the indicator.
        Parameters:
        indicator - the new indicator
      • getPage

        public java.math.BigInteger getPage()
        Gets the page.
        Returns:
        the page
      • setPage

        public void setPage​(java.math.BigInteger value)
        Sets the page.
        Parameters:
        value - the new page
      • getPages

        public java.math.BigInteger getPages()
        Gets the pages.
        Returns:
        the pages
      • setPages

        public void setPages​(java.math.BigInteger value)
        Sets the pages.
        Parameters:
        value - the new pages
      • getPerPage

        public java.math.BigInteger getPerPage()
        Gets the per page.
        Returns:
        the per page
      • setPerPage

        public void setPerPage​(java.math.BigInteger value)
        Sets the per page.
        Parameters:
        value - the new per page
      • getTotal

        public java.math.BigInteger getTotal()
        Gets the total.
        Returns:
        the total
      • setTotal

        public void setTotal​(java.math.BigInteger value)
        Sets the total.
        Parameters:
        value - the new total
      • withIndicator

        public IndicatorsElement withIndicator​(java.util.List<IndicatorElement> indicator)
        With indicator.
        Parameters:
        indicator - the indicator
        Returns:
        the indicators element
      • withPage

        public IndicatorsElement withPage​(java.math.BigInteger value)
        With page.
        Parameters:
        value - the value
        Returns:
        the indicators element
      • withPages

        public IndicatorsElement withPages​(java.math.BigInteger value)
        With pages.
        Parameters:
        value - the value
        Returns:
        the indicators element
      • withPerPage

        public IndicatorsElement withPerPage​(java.math.BigInteger value)
        With per page.
        Parameters:
        value - the value
        Returns:
        the indicators element
      • withTotal

        public IndicatorsElement withTotal​(java.math.BigInteger value)
        With total.
        Parameters:
        value - the value
        Returns:
        the indicators element
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getHjid

        public java.lang.Long getHjid()
        Gets the hjid.
        Returns:
        the hjid
      • setHjid

        public void setHjid​(java.lang.Long value)
        Sets the hjid.
        Parameters:
        value - the new hjid
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object