Class B2BCostCenterShallowWsDTO
java.lang.Object
de.hybris.platform.b2bwebservicescommons.dto.company.B2BCostCenterBaseWsDTO
de.hybris.platform.b2bwebservicescommons.dto.company.B2BCostCenterShallowWsDTO
- All Implemented Interfaces:
Serializable
Representation of a cost center. This bean is shallow, which means its potential relationship fields to other Org Unit fields are simple ids.
No Org Unit WsDTO fields should be declared in this bean to avoid circular references.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.b2bwebservicescommons.dto.company.B2BCostCenterBaseWsDTO
getActive, getActiveFlag, getCode, getCurrency, getName, getOriginalCode, setActive, setActiveFlag, setCode, setCurrency, setName, setOriginalCode
-
Constructor Details
-
B2BCostCenterShallowWsDTO
public B2BCostCenterShallowWsDTO()
-