Class BudgetShallowWsDTO
java.lang.Object
de.hybris.platform.b2bwebservicescommons.dto.mycompany.BudgetBaseWsDTO
de.hybris.platform.b2bwebservicescommons.dto.mycompany.BudgetShallowWsDTO
- All Implemented Interfaces:
Serializable
Request body fields required and optional to operate on Budget data.
This bean is shallow, which means its potential relationship fields to other Org Unit fields are simple ids.
No Org Unit WsDTO 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.mycompany.BudgetBaseWsDTO
getActive, getBudget, getCode, getCurrency, getEndDate, getName, getSelected, getStartDate, setActive, setBudget, setCode, setCurrency, setEndDate, setName, setSelected, setStartDate
-
Constructor Details
-
BudgetShallowWsDTO
public BudgetShallowWsDTO()
-