Class B2BCostCenterBaseWsDTO

java.lang.Object
de.hybris.platform.b2bwebservicescommons.dto.company.B2BCostCenterBaseWsDTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
B2BCostCenterShallowWsDTO, B2BCostCenterWsDTO

public class B2BCostCenterBaseWsDTO extends Object implements Serializable
Representation of a cost center. This base bean has no relationship fields to other Org Unit WsDTOs
See Also:
  • Constructor Details

    • B2BCostCenterBaseWsDTO

      public B2BCostCenterBaseWsDTO()
  • Method Details

    • setOriginalCode

      @Deprecated(forRemoval=true) public void setOriginalCode(String originalCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 2005, no longer needed
    • getOriginalCode

      @Deprecated(forRemoval=true) public String getOriginalCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 2005, no longer needed
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setActive

      @Deprecated(forRemoval=true) public void setActive(String active)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 2005, read-only, used for display purposes
    • getActive

      @Deprecated(forRemoval=true) public String getActive()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 2005, read-only, used for display purposes
    • setActiveFlag

      public void setActiveFlag(Boolean activeFlag)
    • getActiveFlag

      public Boolean getActiveFlag()
    • setCode

      public void setCode(String code)
    • getCode

      public String getCode()
    • setCurrency

      public void setCurrency(CurrencyWsDTO currency)
    • getCurrency

      public CurrencyWsDTO getCurrency()