com.ibm.commerce.tools.epromotion.databeans

Class RLPromotionListRow

  • java.lang.Object
    • com.ibm.commerce.tools.epromotion.databeans.RLPromotionListRow


  • public class RLPromotionListRow
    extends java.lang.Object
    The class represents the row of a Promotion.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RLPromotionListRow()
      RLPromotionListRow constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCalcode_Id()
      Gets the CALCODE ID.
      java.lang.String getDescription()
      Gets the discount description.
      java.lang.String getEndDate()
      Gets End date of the availability of discount
      java.lang.String getName()
      Gets the discount name
      java.lang.String getPriority()
      Gets the discount priority.
      java.lang.String getStartDate()
      Gets the start date of the availability of discount
      java.lang.String getStatus()
      Gets the status of the discount.
      int getStoreType()
      Returns the store type.
      void setCalcode_Id(java.lang.String newCalcode_Id)
      Sets the CALCODE ID.
      void setDescription(java.lang.String newDescription)
      Sets the description.
      void setEndDate(java.lang.String newEndDate)
      Sets the discount End date.
      void setName(java.lang.String newName)
      Sets the name of the discount.
      void setPriority(java.lang.String newPriority)
      Sets the priority of the discount.
      void setStartDate(java.lang.String newStartDate)
      Sets the discount start date.
      void setStatus(java.lang.String newStatus)
      Sets the status of the discount.
      void setStoreType(int newStoreType)
      Sets the store type.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RLPromotionListRow

        public RLPromotionListRow()
        RLPromotionListRow constructor.
    • Method Detail

      • getCalcode_Id

        public java.lang.String getCalcode_Id()
        Gets the CALCODE ID.
        Returns:
        Returns the calcode ID.
      • getDescription

        public java.lang.String getDescription()
        Gets the discount description.
        Returns:
        Returns the description of the discount.
      • getEndDate

        public java.lang.String getEndDate()
        Gets End date of the availability of discount
        Returns:
        Returns the end date of the discount.
      • getName

        public java.lang.String getName()
        Gets the discount name
        Returns:
        Returns the discount name.
      • getStartDate

        public java.lang.String getStartDate()
        Gets the start date of the availability of discount
        Returns:
        Returns the start date of the discount.
      • getStatus

        public java.lang.String getStatus()
        Gets the status of the discount.
        Returns:
        Returns the status of the discount.
      • setCalcode_Id

        public void setCalcode_Id(java.lang.String newCalcode_Id)
        Sets the CALCODE ID.
        Parameters:
        newCalcode_Id - The new calcode ID to set.
      • setDescription

        public void setDescription(java.lang.String newDescription)
        Sets the description.
        Parameters:
        newDescription - The new description of the discount to set.
      • setEndDate

        public void setEndDate(java.lang.String newEndDate)
        Sets the discount End date.
        Parameters:
        newEndDate - The new end date of the discount to set.
      • setName

        public void setName(java.lang.String newName)
        Sets the name of the discount.
        Parameters:
        newName - The new name of the discount to set.
      • setStartDate

        public void setStartDate(java.lang.String newStartDate)
        Sets the discount start date.
        Parameters:
        newStartDate - The new start date of the discount to set.
      • setStatus

        public void setStatus(java.lang.String newStatus)
        Sets the status of the discount.
        Parameters:
        newStatus - The new status of the discount to set.
      • getPriority

        public java.lang.String getPriority()
        Gets the discount priority.
        Returns:
        Returns the priority of the discount.
      • setPriority

        public void setPriority(java.lang.String newPriority)
        Sets the priority of the discount.
        Parameters:
        newPriority - The new priority of the discount to set.
      • setStoreType

        public void setStoreType(int newStoreType)
        Sets the store type. Examples include int 0 for original store and int 1 for related store.
        Parameters:
        newStoreType - The new store type of the discount to set.
      • getStoreType

        public int getStoreType()
        Returns the store type.
        Returns:
        int 0 original; 1 related.