com.ibm.commerce.member.facade.server.commands

Class ComposePersonFromDataBeanBaseCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • ComposePersonFromDataBeanBaseCmdImpl

        public ComposePersonFromDataBeanBaseCmdImpl()
        Constructor
    • Method Detail

      • setUserDataBean

        public final void setUserDataBean(UserDataBean userDB)
                                   throws ECException
        Sets the user data bean used to populate the Person SDO
        Parameters:
        userDB - The user data bean
        Throws:
        ECException - if an error occurs
      • getPerson

        public PersonType getPerson()
        Gets the person
        Returns:
        The person
      • setPerson

        public void setPerson(PersonType person)
        Sets the person
        Parameters:
        person - The person to be set