Class OrgCustomerModificationWsDTO
- java.lang.Object
-
- de.hybris.platform.b2bwebservicescommons.dto.company.OrgCustomerCreationWsDTO
-
- de.hybris.platform.b2bwebservicescommons.dto.company.OrgCustomerModificationWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class OrgCustomerModificationWsDTO extends OrgCustomerCreationWsDTO
Representation of data used for user modification operations. Consists of fields used to modify customer- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrgCustomerModificationWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetActive()java.lang.StringgetPassword()voidsetActive(java.lang.Boolean active)voidsetPassword(java.lang.String password)-
Methods inherited from class de.hybris.platform.b2bwebservicescommons.dto.company.OrgCustomerCreationWsDTO
getEmail, getFirstName, getLastName, getOrgUnit, getRoles, getTitleCode, setEmail, setFirstName, setLastName, setOrgUnit, setRoles, setTitleCode
-
-