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

public class GroupFixedAsset extends VdmEntity<GroupFixedAsset>
Group Asset Subnmbr (Master Data)

Original entity name from the Odata EDM: GroupFixedAsset

  • Field Details

    • ALL_FIELDS

      public static final GroupFixedAssetSelectable ALL_FIELDS
      Selector for all available fields of GroupFixedAsset.
    • GROUP_FIXED_ASSET_ID

      public static final GroupFixedAssetField<String> GROUP_FIXED_ASSET_ID
      Use with available fluent helpers to apply the GroupFixedAsset_ID field to query operations.
    • GROUP_FIXED_ASSET_TEXT

      public static final GroupFixedAssetField<String> GROUP_FIXED_ASSET_TEXT
      Use with available fluent helpers to apply the GroupFixedAssetText field to query operations.
    • COMPANY_CODE

      public static final GroupFixedAssetField<String> COMPANY_CODE
      Use with available fluent helpers to apply the CompanyCode field to query operations.
    • COMPANY_CODE_NAME

      public static final GroupFixedAssetField<String> COMPANY_CODE_NAME
      Use with available fluent helpers to apply the CompanyCodeName field to query operations.
    • GROUP_MASTER_FIXED_ASSET

      public static final GroupFixedAssetField<String> GROUP_MASTER_FIXED_ASSET
      Use with available fluent helpers to apply the GroupMasterFixedAsset field to query operations.
  • Constructor Details

    • GroupFixedAsset

      public GroupFixedAsset()
    • GroupFixedAsset

      public GroupFixedAsset(@Nullable String groupFixedAsset_ID, @Nullable String groupFixedAssetText, @Nullable String companyCode, @Nullable String companyCodeName, @Nullable String groupMasterFixedAsset)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: GroupFixedAsset_ID

      Parameters:
      groupFixedAsset_ID - Group Asset Subnmbr
    • setGroupFixedAssetText

      public void setGroupFixedAssetText(@Nullable String groupFixedAssetText)
      Constraints: none

      Original property name from the Odata EDM: GroupFixedAssetText

      Parameters:
      groupFixedAssetText - Group Asset Subnmbr (Description)
    • setCompanyCode

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

      Original property name from the Odata EDM: CompanyCode

      Parameters:
      companyCode - Group Asset Subnmbr (Company Code)
    • setCompanyCodeName

      public void setCompanyCodeName(@Nullable String companyCodeName)
      Constraints: none

      Original property name from the Odata EDM: CompanyCodeName

      Parameters:
      companyCodeName - Company Code (Description) (Parent Description)
    • setGroupMasterFixedAsset

      public void setGroupMasterFixedAsset(@Nullable String groupMasterFixedAsset)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: GroupMasterFixedAsset

      Parameters:
      groupMasterFixedAsset - Group Asset Subnmbr (Group Asset)
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> GroupFixedAssetField<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> GroupFixedAssetField<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<GroupFixedAsset>
    • setServicePathForFetch

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

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

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<GroupFixedAsset>
    • builder

      @Nonnull public static GroupFixedAsset.GroupFixedAssetBuilder builder()
    • getGroupFixedAsset_ID

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

      Original property name from the Odata EDM: GroupFixedAsset_ID

      Returns:
      Group Asset Subnmbr
    • getGroupFixedAssetText

      @Nullable public String getGroupFixedAssetText()
      Constraints: none

      Original property name from the Odata EDM: GroupFixedAssetText

      Returns:
      Group Asset Subnmbr (Description)
    • getCompanyCode

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

      Original property name from the Odata EDM: CompanyCode

      Returns:
      Group Asset Subnmbr (Company Code)
    • getCompanyCodeName

      @Nullable public String getCompanyCodeName()
      Constraints: none

      Original property name from the Odata EDM: CompanyCodeName

      Returns:
      Company Code (Description) (Parent Description)
    • getGroupMasterFixedAsset

      @Nullable public String getGroupMasterFixedAsset()
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: GroupMasterFixedAsset

      Returns:
      Group Asset Subnmbr (Group Asset)
    • toString

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

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

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

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