com.ibm.commerce.beans

Class SortedListBean

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • sortingAtt

        public com.ibm.commerce.base.util.SortingAttribute sortingAtt
        This is the sorting attribute.
    • Constructor Detail

      • SortedListBean

        public SortedListBean()
        This is the default constructor for this class. It calls the constructor from the superclass.
    • Method Detail

      • getLength

        public int getLength()
        This method gets the number of elements in the data bean.
        Specified by:
        getLength in interface com.ibm.commerce.beans.SortedListSmartDataBean
        Returns:
        This method returns the number of elements.
      • getSortAtt

        public com.ibm.commerce.base.util.SortingAttribute getSortAtt()
        This method gets the sorting attribute. The sorting attribute is used to sort the elements in the data bean.
        Specified by:
        getSortAtt in interface com.ibm.commerce.beans.SortedListSmartDataBean
        Returns:
        This method returns the sorting attribute.
      • setSortAtt

        public void setSortAtt(com.ibm.commerce.base.util.SortingAttribute newSortAtt)
        This method sets the sorting attribute. The sorting attribute is used to sort the elements in the data bean.
        Specified by:
        setSortAtt in interface SortedListInputDataBean
        Parameters:
        newSortAtt - This is the sorting attribute.