java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<VarCnfTblColumn>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttable.VarCnfTblColumn
All Implemented Interfaces:
VdmEntitySet

public class VarCnfTblColumn extends VdmEntity<VarCnfTblColumn> implements VdmEntitySet
Columns

Original entity name from the Odata EDM: VarCnfTblColumn_Type

  • Field Details

  • Constructor Details

    • VarCnfTblColumn

      public VarCnfTblColumn()
    • VarCnfTblColumn

      public VarCnfTblColumn(@Nullable String varConfignTblName, @Nullable String characteristic, @Nullable String varConfignTblColumnPosition, @Nullable String varConfignTblCstmStorFieldName, @Nullable String charcInternalID, @Nullable VariantConfigurationTable to_Table)
  • Method Details

    • getType

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

      public void setVarConfignTblName(@Nullable String varConfignTblName)
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: VarConfignTblName

      Parameters:
      varConfignTblName - Name of variant table
    • setCharacteristic

      public void setCharacteristic(@Nullable String characteristic)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: Characteristic

      Parameters:
      characteristic - Characteristic Name
    • setVarConfignTblColumnPosition

      public void setVarConfignTblColumnPosition(@Nullable String varConfignTblColumnPosition)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: VarConfignTblColumnPosition

      Parameters:
      varConfignTblColumnPosition - Item number of characteristic in variant table
    • setVarConfignTblCstmStorFieldName

      public void setVarConfignTblCstmStorFieldName(@Nullable String varConfignTblCstmStorFieldName)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: VarConfignTblCstmStorFieldName

      Parameters:
      varConfignTblCstmStorFieldName - Field name
    • setCharcInternalID

      public void setCharcInternalID(@Nullable String charcInternalID)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CharcInternalID

      Parameters:
      charcInternalID - Characteristic Internal ID
    • getEntityCollection

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<VarCnfTblColumn>
    • toMapOfFields

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

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

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

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

      @Nonnull public io.vavr.control.Option<VariantConfigurationTable> getTableIfPresent()
      Retrieval of associated VariantConfigurationTable entity (one to one). This corresponds to the OData navigation property _Table.

      If the navigation property for an entity VarCnfTblColumn 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 _Table is already loaded, the result will contain the VariantConfigurationTable entity. If not, an Option with result state empty is returned.
    • setTable

      public void setTable(VariantConfigurationTable value)
      Overwrites the associated VariantConfigurationTable entity for the loaded navigation property _Table.
      Parameters:
      value - New VariantConfigurationTable entity.
    • builder

      @Nonnull public static VarCnfTblColumn.VarCnfTblColumnBuilder builder()
    • getVarConfignTblName

      @Nullable public String getVarConfignTblName()
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: VarConfignTblName

      Returns:
      Name of variant table
    • getCharacteristic

      @Nullable public String getCharacteristic()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: Characteristic

      Returns:
      Characteristic Name
    • getVarConfignTblColumnPosition

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

      Original property name from the Odata EDM: VarConfignTblColumnPosition

      Returns:
      Item number of characteristic in variant table
    • getVarConfignTblCstmStorFieldName

      @Nullable public String getVarConfignTblCstmStorFieldName()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: VarConfignTblCstmStorFieldName

      Returns:
      Field name
    • getCharcInternalID

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

      Original property name from the Odata EDM: CharcInternalID

      Returns:
      Characteristic Internal ID
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<VarCnfTblColumn>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<VarCnfTblColumn>