Class Ecd_histo
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Ecd_histo>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Ecd_histo
- All Implemented Interfaces:
VdmEntitySet
BR ECD History
Original entity name from the Odata EDM: ecd_histoType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Ecd_histo,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Ecd_histo>Selector for all available fields of Ecd_histo.static final SimpleProperty.String<Ecd_histo>static final SimpleProperty.String<Ecd_histo>static final SimpleProperty.String<Ecd_histo>static final SimpleProperty.String<Ecd_histo>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionEcd_histo(String empresa, String cod_hist, String vig_de, String descr_hist, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Ecd_histo.Ecd_histoBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 255protected StringConstraints: Not nullable, Maximum length: 255(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()getType()(Key Field) Constraints: Not nullable, Maximum length: 8inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_hist(String cod_hist) (Key Field) Constraints: Not nullable, Maximum length: 255voidsetDescr_hist(String descr_hist) Constraints: Not nullable, Maximum length: 255voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 8toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of Ecd_histo. -
EMPRESA
-
COD_HIST
-
VIG_DE
-
DESCR_HIST
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Ecd_histo
public Ecd_histo() -
Ecd_histo
public Ecd_histo(@Nullable String empresa, @Nullable String cod_hist, @Nullable String vig_de, @Nullable String descr_hist, @Nullable Collection<SAP__Message> _Messages)
-
-
Method Details
-
getType
-
setEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Parameters:
empresa- Company Code
-
setCod_hist
(Key Field) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cod_hist
- Parameters:
cod_hist- The cod_hist to set.
-
setVig_de
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: vig_de
- Parameters:
vig_de- Valid From
-
setDescr_hist
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: descr_hist
- Parameters:
descr_hist- The descr_hist to set.
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Ecd_histo>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Ecd_histo>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Ecd_histo>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getCod_hist
(Key Field) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cod_hist
- Returns:
- The cod_hist contained in this
VdmEntity.
-
getVig_de
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: vig_de
- Returns:
- Valid From
-
getDescr_hist
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: descr_hist
- Returns:
- The descr_hist contained in this
VdmEntity.
-
get_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
- The _Messages contained in this
VdmEntity.
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getOdataType
- Specified by:
getOdataTypein classVdmObject<Ecd_histo>
-