java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<CostCenterActivityType>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.activitytype.CostCenterActivityType

public class CostCenterActivityType extends VdmEntity<CostCenterActivityType>
Activity Type

Original entity name from the Odata EDM: A_CostCenterActivityTypeType

  • Field Details

    • ALL_FIELDS

      public static final CostCenterActivityTypeSelectable ALL_FIELDS
      Selector for all available fields of CostCenterActivityType.
    • CONTROLLING_AREA

      public static final CostCenterActivityTypeField<String> CONTROLLING_AREA
      Use with available fluent helpers to apply the ControllingArea field to query operations.
    • COST_CTR_ACTIVITY_TYPE

      public static final CostCenterActivityTypeField<String> COST_CTR_ACTIVITY_TYPE
      Use with available fluent helpers to apply the CostCtrActivityType field to query operations.
    • VALIDITY_END_DATE

      public static final CostCenterActivityTypeField<LocalDateTime> VALIDITY_END_DATE
      Use with available fluent helpers to apply the ValidityEndDate field to query operations.
    • VALIDITY_START_DATE

      public static final CostCenterActivityTypeField<LocalDateTime> VALIDITY_START_DATE
      Use with available fluent helpers to apply the ValidityStartDate field to query operations.
    • COST_CTR_ACTIVITY_TYPE_QTY_UNIT

      public static final CostCenterActivityTypeField<String> COST_CTR_ACTIVITY_TYPE_QTY_UNIT
      Use with available fluent helpers to apply the CostCtrActivityTypeQtyUnit field to query operations.
    • COST_CTR_ACTIVITY_TYPE_CATEGORY

      public static final CostCenterActivityTypeField<String> COST_CTR_ACTIVITY_TYPE_CATEGORY
      Use with available fluent helpers to apply the CostCtrActivityTypeCategory field to query operations.
    • ALLOCATION_COST_ELEMENT

      public static final CostCenterActivityTypeField<String> ALLOCATION_COST_ELEMENT
      Use with available fluent helpers to apply the AllocationCostElement field to query operations.
    • COST_CTR_ACTIVITY_TYPE_OUTP_QTY_UNIT

      public static final CostCenterActivityTypeField<String> COST_CTR_ACTIVITY_TYPE_OUTP_QTY_UNIT
      Use with available fluent helpers to apply the CostCtrActivityTypeOutpQtyUnit field to query operations.
    • CREATION_DATE

      public static final CostCenterActivityTypeField<LocalDateTime> CREATION_DATE
      Use with available fluent helpers to apply the CreationDate field to query operations.
    • ENTERED_BY_USER

      public static final CostCenterActivityTypeField<String> ENTERED_BY_USER
      Use with available fluent helpers to apply the EnteredByUser field to query operations.
    • COST_ORIGIN_GROUP

      public static final CostCenterActivityTypeField<String> COST_ORIGIN_GROUP
      Use with available fluent helpers to apply the CostOriginGroup field to query operations.
    • ACTL_POSTG_COST_CENTER_ACTY_TYPE_CAT

      public static final CostCenterActivityTypeField<String> ACTL_POSTG_COST_CENTER_ACTY_TYPE_CAT
      Use with available fluent helpers to apply the ActlPostgCostCenterActyTypeCat field to query operations.
    • OUTPUT_QUANTITY_FACTOR

      public static final CostCenterActivityTypeField<BigDecimal> OUTPUT_QUANTITY_FACTOR
      Use with available fluent helpers to apply the OutputQuantityFactor field to query operations.
    • ACTIVITY_TYPE_IS_BLOCKED

      public static final CostCenterActivityTypeField<String> ACTIVITY_TYPE_IS_BLOCKED
      Use with available fluent helpers to apply the ActivityTypeIsBlocked field to query operations.
    • FIXED_COST_IS_PREDISTRIBUTED

      public static final CostCenterActivityTypeField<Boolean> FIXED_COST_IS_PREDISTRIBUTED
      Use with available fluent helpers to apply the FixedCostIsPredistributed field to query operations.
    • PRICE_ALLOCATION_METHOD

      public static final CostCenterActivityTypeField<String> PRICE_ALLOCATION_METHOD
      Use with available fluent helpers to apply the PriceAllocationMethod field to query operations.
    • PERIOD_PRICE_IS_AVERAGE

      public static final CostCenterActivityTypeField<Boolean> PERIOD_PRICE_IS_AVERAGE
      Use with available fluent helpers to apply the PeriodPriceIsAverage field to query operations.
    • ACTUAL_PRICE_ALLOCATION_METHOD

      public static final CostCenterActivityTypeField<String> ACTUAL_PRICE_ALLOCATION_METHOD
      Use with available fluent helpers to apply the ActualPriceAllocationMethod field to query operations.
    • ACTUAL_QUANTITY_IS_SET_MANUALLY

      public static final CostCenterActivityTypeField<Boolean> ACTUAL_QUANTITY_IS_SET_MANUALLY
      Use with available fluent helpers to apply the ActualQuantityIsSetManually field to query operations.
    • PLAN_QUANTITY_IS_SET_MANUALLY

      public static final CostCenterActivityTypeField<Boolean> PLAN_QUANTITY_IS_SET_MANUALLY
      Use with available fluent helpers to apply the PlanQuantityIsSetManually field to query operations.
    • COST_CTR_ACTIVITY_TYPE_VALID_CAT

      public static final CostCenterActivityTypeField<String> COST_CTR_ACTIVITY_TYPE_VALID_CAT
      Use with available fluent helpers to apply the CostCtrActivityTypeValidCat field to query operations.
    • TO_TEXT

      Use with available fluent helpers to apply the to_Text navigation property to query operations.
  • Constructor Details

    • CostCenterActivityType

      public CostCenterActivityType()
    • CostCenterActivityType

      public CostCenterActivityType(@Nullable String controllingArea, @Nullable String costCtrActivityType, @Nullable LocalDateTime validityEndDate, @Nullable LocalDateTime validityStartDate, @Nullable String costCtrActivityTypeQtyUnit, @Nullable String costCtrActivityTypeCategory, @Nullable String allocationCostElement, @Nullable String costCtrActivityTypeOutpQtyUnit, @Nullable LocalDateTime creationDate, @Nullable String enteredByUser, @Nullable String costOriginGroup, @Nullable String actlPostgCostCenterActyTypeCat, @Nullable BigDecimal outputQuantityFactor, @Nullable String activityTypeIsBlocked, @Nullable Boolean fixedCostIsPredistributed, @Nullable String priceAllocationMethod, @Nullable Boolean periodPriceIsAverage, @Nullable String actualPriceAllocationMethod, @Nullable Boolean actualQuantityIsSetManually, @Nullable Boolean planQuantityIsSetManually, @Nullable String costCtrActivityTypeValidCat, List<CostCenterActivityTypeText> toText)
  • Method Details

    • getType

      @Nonnull public Class<CostCenterActivityType> getType()
      Specified by:
      getType in class VdmObject<CostCenterActivityType>
    • setControllingArea

      public void setControllingArea(@Nullable String controllingArea)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ControllingArea

      Parameters:
      controllingArea - Controlling Area
    • setCostCtrActivityType

      public void setCostCtrActivityType(@Nullable String costCtrActivityType)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: CostCtrActivityType

      Parameters:
      costCtrActivityType - Activity Type
    • setValidityEndDate

      public void setValidityEndDate(@Nullable LocalDateTime validityEndDate)
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityEndDate

      Parameters:
      validityEndDate - Valid To Date
    • setValidityStartDate

      public void setValidityStartDate(@Nullable LocalDateTime validityStartDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityStartDate

      Parameters:
      validityStartDate - Valid-From Date
    • setCostCtrActivityTypeQtyUnit

      public void setCostCtrActivityTypeQtyUnit(@Nullable String costCtrActivityTypeQtyUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CostCtrActivityTypeQtyUnit

      Parameters:
      costCtrActivityTypeQtyUnit - Activity Unit
    • setCostCtrActivityTypeCategory

      public void setCostCtrActivityTypeCategory(@Nullable String costCtrActivityTypeCategory)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CostCtrActivityTypeCategory

      Parameters:
      costCtrActivityTypeCategory - Activity Type Category
    • setAllocationCostElement

      public void setAllocationCostElement(@Nullable String allocationCostElement)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AllocationCostElement

      Parameters:
      allocationCostElement - Allocation Cost Element
    • setCostCtrActivityTypeOutpQtyUnit

      public void setCostCtrActivityTypeOutpQtyUnit(@Nullable String costCtrActivityTypeOutpQtyUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CostCtrActivityTypeOutpQtyUnit

      Parameters:
      costCtrActivityTypeOutpQtyUnit - Output Unit
    • setCreationDate

      public void setCreationDate(@Nullable LocalDateTime creationDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDate

      Parameters:
      creationDate - Created on
    • setEnteredByUser

      public void setEnteredByUser(@Nullable String enteredByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: EnteredByUser

      Parameters:
      enteredByUser - Entered By
    • setCostOriginGroup

      public void setCostOriginGroup(@Nullable String costOriginGroup)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CostOriginGroup

      Parameters:
      costOriginGroup - Origin Group as Subdivision of Cost Element
    • setActlPostgCostCenterActyTypeCat

      public void setActlPostgCostCenterActyTypeCat(@Nullable String actlPostgCostCenterActyTypeCat)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ActlPostgCostCenterActyTypeCat

      Parameters:
      actlPostgCostCenterActyTypeCat - Variant Activity Type Category for Actual Postings
    • setOutputQuantityFactor

      public void setOutputQuantityFactor(@Nullable BigDecimal outputQuantityFactor)
      Constraints: Not nullable, Precision: 5, Scale: 2

      Original property name from the Odata EDM: OutputQuantityFactor

      Parameters:
      outputQuantityFactor - Output factor
    • setActivityTypeIsBlocked

      public void setActivityTypeIsBlocked(@Nullable String activityTypeIsBlocked)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ActivityTypeIsBlocked

      Parameters:
      activityTypeIsBlocked - Lock Indicator
    • setFixedCostIsPredistributed

      public void setFixedCostIsPredistributed(@Nullable Boolean fixedCostIsPredistributed)
      Constraints: none

      Original property name from the Odata EDM: FixedCostIsPredistributed

      Parameters:
      fixedCostIsPredistributed - Predistribution of fixed costs for acty type/bus. process
    • setPriceAllocationMethod

      public void setPriceAllocationMethod(@Nullable String priceAllocationMethod)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PriceAllocationMethod

      Parameters:
      priceAllocationMethod - Price Indicator: Calculate Allocation Price
    • setPeriodPriceIsAverage

      public void setPeriodPriceIsAverage(@Nullable Boolean periodPriceIsAverage)
      Constraints: none

      Original property name from the Odata EDM: PeriodPriceIsAverage

      Parameters:
      periodPriceIsAverage - Price Calculation with Period-Based Average Prices
    • setActualPriceAllocationMethod

      public void setActualPriceAllocationMethod(@Nullable String actualPriceAllocationMethod)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ActualPriceAllocationMethod

      Parameters:
      actualPriceAllocationMethod - Indicator: Actual Allocation Price
    • setActualQuantityIsSetManually

      public void setActualQuantityIsSetManually(@Nullable Boolean actualQuantityIsSetManually)
      Constraints: none

      Original property name from the Odata EDM: ActualQuantityIsSetManually

      Parameters:
      actualQuantityIsSetManually - Indicator: Confirm quantity manually in actual
    • setPlanQuantityIsSetManually

      public void setPlanQuantityIsSetManually(@Nullable Boolean planQuantityIsSetManually)
      Constraints: none

      Original property name from the Odata EDM: PlanQuantityIsSetManually

      Parameters:
      planQuantityIsSetManually - Indicator: Plan quantity manually set.
    • setCostCtrActivityTypeValidCat

      public void setCostCtrActivityTypeValidCat(@Nullable String costCtrActivityTypeValidCat)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: CostCtrActivityTypeValidCat

      Parameters:
      costCtrActivityTypeValidCat - Valid Cost Center Categories
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<CostCenterActivityType>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<CostCenterActivityType>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<CostCenterActivityType>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<CostCenterActivityType>
    • field

      @Nonnull public static <T> CostCenterActivityTypeField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> CostCenterActivityTypeField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<CostCenterActivityType>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<CostCenterActivityType>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<CostCenterActivityType>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<CostCenterActivityType>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<CostCenterActivityType>
    • fetchText

      @Nonnull public List<CostCenterActivityTypeText> fetchText()
      Fetches the CostCenterActivityTypeText entities (one to many) associated with this entity. This corresponds to the OData navigation property to_Text.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated CostCenterActivityTypeText entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getTextOrFetch

      @Nonnull public List<CostCenterActivityTypeText> getTextOrFetch()
      Retrieval of associated CostCenterActivityTypeText entities (one to many). This corresponds to the OData navigation property to_Text.

      If the navigation property to_Text of a queried CostCenterActivityType is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated CostCenterActivityTypeText entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getTextIfPresent

      @Nonnull public io.vavr.control.Option<List<CostCenterActivityTypeText>> getTextIfPresent()
      Retrieval of associated CostCenterActivityTypeText entities (one to many). This corresponds to the OData navigation property to_Text.

      If the navigation property for an entity CostCenterActivityType has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_Text is already loaded, the result will contain the CostCenterActivityTypeText entities. If not, an Option with result state empty is returned.
    • setText

      public void setText(@Nonnull List<CostCenterActivityTypeText> value)
      Overwrites the list of associated CostCenterActivityTypeText entities for the loaded navigation property to_Text.

      If the navigation property to_Text of a queried CostCenterActivityType is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of CostCenterActivityTypeText entities.
    • addText

      public void addText(CostCenterActivityTypeText... entity)
      Adds elements to the list of associated CostCenterActivityTypeText entities. This corresponds to the OData navigation property to_Text.

      If the navigation property to_Text of a queried CostCenterActivityType is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of CostCenterActivityTypeText entities.
    • builder

      @Nonnull public static CostCenterActivityType.CostCenterActivityTypeBuilder builder()
    • getControllingArea

      @Nullable public String getControllingArea()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ControllingArea

      Returns:
      Controlling Area
    • getCostCtrActivityType

      @Nullable public String getCostCtrActivityType()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: CostCtrActivityType

      Returns:
      Activity Type
    • getValidityEndDate

      @Nullable public LocalDateTime getValidityEndDate()
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      Valid To Date
    • getValidityStartDate

      @Nullable public LocalDateTime getValidityStartDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      Valid-From Date
    • getCostCtrActivityTypeQtyUnit

      @Nullable public String getCostCtrActivityTypeQtyUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CostCtrActivityTypeQtyUnit

      Returns:
      Activity Unit
    • getCostCtrActivityTypeCategory

      @Nullable public String getCostCtrActivityTypeCategory()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CostCtrActivityTypeCategory

      Returns:
      Activity Type Category
    • getAllocationCostElement

      @Nullable public String getAllocationCostElement()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AllocationCostElement

      Returns:
      Allocation Cost Element
    • getCostCtrActivityTypeOutpQtyUnit

      @Nullable public String getCostCtrActivityTypeOutpQtyUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CostCtrActivityTypeOutpQtyUnit

      Returns:
      Output Unit
    • getCreationDate

      @Nullable public LocalDateTime getCreationDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDate

      Returns:
      Created on
    • getEnteredByUser

      @Nullable public String getEnteredByUser()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: EnteredByUser

      Returns:
      Entered By
    • getCostOriginGroup

      @Nullable public String getCostOriginGroup()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CostOriginGroup

      Returns:
      Origin Group as Subdivision of Cost Element
    • getActlPostgCostCenterActyTypeCat

      @Nullable public String getActlPostgCostCenterActyTypeCat()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ActlPostgCostCenterActyTypeCat

      Returns:
      Variant Activity Type Category for Actual Postings
    • getOutputQuantityFactor

      @Nullable public BigDecimal getOutputQuantityFactor()
      Constraints: Not nullable, Precision: 5, Scale: 2

      Original property name from the Odata EDM: OutputQuantityFactor

      Returns:
      Output factor
    • getActivityTypeIsBlocked

      @Nullable public String getActivityTypeIsBlocked()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ActivityTypeIsBlocked

      Returns:
      Lock Indicator
    • getFixedCostIsPredistributed

      @Nullable public Boolean getFixedCostIsPredistributed()
      Constraints: none

      Original property name from the Odata EDM: FixedCostIsPredistributed

      Returns:
      Predistribution of fixed costs for acty type/bus. process
    • getPriceAllocationMethod

      @Nullable public String getPriceAllocationMethod()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PriceAllocationMethod

      Returns:
      Price Indicator: Calculate Allocation Price
    • getPeriodPriceIsAverage

      @Nullable public Boolean getPeriodPriceIsAverage()
      Constraints: none

      Original property name from the Odata EDM: PeriodPriceIsAverage

      Returns:
      Price Calculation with Period-Based Average Prices
    • getActualPriceAllocationMethod

      @Nullable public String getActualPriceAllocationMethod()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ActualPriceAllocationMethod

      Returns:
      Indicator: Actual Allocation Price
    • getActualQuantityIsSetManually

      @Nullable public Boolean getActualQuantityIsSetManually()
      Constraints: none

      Original property name from the Odata EDM: ActualQuantityIsSetManually

      Returns:
      Indicator: Confirm quantity manually in actual
    • getPlanQuantityIsSetManually

      @Nullable public Boolean getPlanQuantityIsSetManually()
      Constraints: none

      Original property name from the Odata EDM: PlanQuantityIsSetManually

      Returns:
      Indicator: Plan quantity manually set.
    • getCostCtrActivityTypeValidCat

      @Nullable public String getCostCtrActivityTypeValidCat()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: CostCtrActivityTypeValidCat

      Returns:
      Valid Cost Center Categories
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<CostCenterActivityType>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<CostCenterActivityType>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<CostCenterActivityType>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<CostCenterActivityType>