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

public class ControllingObjectClass extends VdmEntity<ControllingObjectClass>
Controlling Object Class (Master Data)

Original entity name from the Odata EDM: ControllingObjectClass

  • Field Details

    • ALL_FIELDS

      public static final ControllingObjectClassSelectable ALL_FIELDS
      Selector for all available fields of ControllingObjectClass.
    • CONTROLLING_OBJECT_CLASS_ID

      public static final ControllingObjectClassField<String> CONTROLLING_OBJECT_CLASS_ID
      Use with available fluent helpers to apply the ControllingObjectClass_ID field to query operations.
    • CONTROLLING_OBJECT_CLASS_TEXT

      public static final ControllingObjectClassField<String> CONTROLLING_OBJECT_CLASS_TEXT
      Use with available fluent helpers to apply the ControllingObjectClassText field to query operations.
  • Constructor Details

    • ControllingObjectClass

      public ControllingObjectClass()
    • ControllingObjectClass

      public ControllingObjectClass(@Nullable String controllingObjectClass_ID, @Nullable String controllingObjectClassText)
  • Method Details