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

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

Original entity name from the Odata EDM: GroupMasterFixedAsset

  • Field Details

    • ALL_FIELDS

      public static final GroupMasterFixedAssetSelectable ALL_FIELDS
      Selector for all available fields of GroupMasterFixedAsset.
    • GROUP_MASTER_FIXED_ASSET_ID

      public static final GroupMasterFixedAssetField<String> GROUP_MASTER_FIXED_ASSET_ID
      Use with available fluent helpers to apply the GroupMasterFixedAsset_ID field to query operations.
    • GROUP_MASTER_FIXED_ASSET_TEXT

      public static final GroupMasterFixedAssetField<String> GROUP_MASTER_FIXED_ASSET_TEXT
      Use with available fluent helpers to apply the GroupMasterFixedAssetText field to query operations.
    • COMPANY_CODE

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

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

    • GroupMasterFixedAsset

      public GroupMasterFixedAsset()
    • GroupMasterFixedAsset

      public GroupMasterFixedAsset(@Nullable String groupMasterFixedAsset_ID, @Nullable String groupMasterFixedAssetText, @Nullable String companyCode, @Nullable String companyCodeName)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: GroupMasterFixedAsset_ID

      Parameters:
      groupMasterFixedAsset_ID - Group Asset
    • setGroupMasterFixedAssetText

      public void setGroupMasterFixedAssetText(@Nullable String groupMasterFixedAssetText)
      Constraints: none

      Original property name from the Odata EDM: GroupMasterFixedAssetText

      Parameters:
      groupMasterFixedAssetText - Group Asset (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 (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)
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> GroupMasterFixedAssetField<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> GroupMasterFixedAssetField<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<GroupMasterFixedAsset>
    • setServicePathForFetch

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

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

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

      @Nonnull public static GroupMasterFixedAsset.GroupMasterFixedAssetBuilder builder()
    • getGroupMasterFixedAsset_ID

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

      Original property name from the Odata EDM: GroupMasterFixedAsset_ID

      Returns:
      Group Asset
    • getGroupMasterFixedAssetText

      @Nullable public String getGroupMasterFixedAssetText()
      Constraints: none

      Original property name from the Odata EDM: GroupMasterFixedAssetText

      Returns:
      Group Asset (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 (Company Code)
    • getCompanyCodeName

      @Nullable public String getCompanyCodeName()
      Constraints: none

      Original property name from the Odata EDM: CompanyCodeName

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

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

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

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

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