com.ibm.commerce.pvc.commands

Interface PVCChangeDeviceCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    PVCChangeDeviceCmdImpl


    public interface PVCChangeDeviceCmd
    extends ControllerCommand
    Interface to cancel old relationship between a user and pervasive computing (PvC) device and create new relationship
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setAddress1

        void setAddress1(java.lang.String newAddress1)
        Sets the address 1.
        Parameters:
        newAddress - The address 1.
      • setAddress2

        void setAddress2(java.lang.String newAddress2)
        Sets the address 2.
        Parameters:
        newAddress - 2 The address 2.
      • setAddrType1

        void setAddrType1(java.lang.String newAddrType1)
        Sets the address type 1.
        Parameters:
        newAddrType1 - The address type 1.
      • setAddrType2

        void setAddrType2(java.lang.String newAddrType2)
        Sets the address type 2.
        Parameters:
        newAddrType2 - The address type 2.
      • setPassword

        void setPassword(java.lang.String newPassword)
        Sets the password.
        Parameters:
        newPassword - The password.
      • setPreferredTimeout

        void setPreferredTimeout(java.lang.Integer newPreferredTimeout)
        Sets the preferred timeout value.
        Parameters:
        newPreferredTimeout - The preferred timeout value.
      • setProtect

        void setProtect(java.lang.Integer newProtect)
        Sets the protect.
        Parameters:
        newProtect - The protect.
      • setPvcRegMode

        void setPvcRegMode(java.lang.String newPvcRegMode)
        Sets the PvC registration mode.
        Parameters:
        newPvcRegMode - The registration mode.
      • setPVCSessionId

        void setPVCSessionId(java.lang.Long pvcSessionId)
        Sets the PvC session ID.
        Parameters:
        newPVCSessionId - The PvC session ID.
      • setURL

        void setURL(java.lang.String newURL)
        Sets the redirect URL for this command.
        Parameters:
        newURL - The redirect URL.
      • setUserId

        void setUserId(java.lang.Long newUserId)
        Sets the user ID.
        Parameters:
        newUserId - The user ID.