Class OrgCustomerModificationWsDTO

java.lang.Object
de.hybris.platform.b2bwebservicescommons.dto.company.OrgCustomerCreationWsDTO
de.hybris.platform.b2bwebservicescommons.dto.company.OrgCustomerModificationWsDTO
All Implemented Interfaces:
Serializable

public class OrgCustomerModificationWsDTO extends OrgCustomerCreationWsDTO
Representation of data used for user modification operations. Consists of fields used to modify customer
See Also:
  • Constructor Details

    • OrgCustomerModificationWsDTO

      public OrgCustomerModificationWsDTO()
  • Method Details

    • setActive

      public void setActive(Boolean active)
    • getActive

      public Boolean getActive()
    • setPassword

      public void setPassword(String password)
    • getPassword

      public String getPassword()