com.ibm.commerce.taxation.commands

Interface ResolveTaxJurisdictionCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    ResolveTaxJurisdictionCmdImpl


    public interface ResolveTaxJurisdictionCmd
    extends TaskCommand
    The ResolveTaxJurisdiction task commands are used to resolve the jurisdiction of an address. This is the common interface to those task commands.
    • Method Detail

      • getJurisdiction

        JurisdictionAccessBean getJurisdiction()
        Gets the resulting JurisdictionAccessBean.
        Returns:
        The resulting JurisdictionAccessBean.
      • getJurisdictionId

        java.lang.Integer getJurisdictionId()
        Gets the resulting jurisdictionId.
        Returns:
        The resulting jurisdictionId.
      • setAddress

        void setAddress(AddressAccessBean address)
        Sets the AddressAccessBean.
        Parameters:
        address - The AddressAccessBean.
      • setAddressId

        void setAddressId(java.lang.Long addressId)
        Sets the addressId.
        Parameters:
        addressId - The addressId.
      • setDisplayOnly

        void setDisplayOnly(boolean displayOnly)
        Sets the flag to indicate if the taxes are calculated for display purpose (Optional).
        Parameters:
        displayOnly - To indicate if it is for display use only. A true value means for display. A false value (default) means not for display.