Class Ven_at_ec
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Ven_at_ec>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Ven_at_ec
- All Implemented Interfaces:
VdmEntitySet
BR Breakdown of Sales Revenue
Original entity name from the Odata EDM: ven_at_ecType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Ven_at_ec,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Ven_at_ec>Selector for all available fields of Ven_at_ec.static final SimpleProperty.String<Ven_at_ec>static final SimpleProperty.String<Ven_at_ec>static final SimpleProperty.String<Ven_at_ec>static final SimpleProperty.String<Ven_at_ec>static final SimpleProperty.NumericDecimal<Ven_at_ec>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionVen_at_ec(String empresa, String dt_lancto, String cnpj_estab, BigDecimal vl_rec_estab, String cnae, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Ven_at_ec.Ven_at_ecBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetCnae()Constraints: Not nullable, Maximum length: 7(Key Field) Constraints: Not nullable, Maximum length: 14protected String(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()getType()Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidConstraints: Not nullable, Maximum length: 7voidsetCnpj_estab(String cnpj_estab) (Key Field) Constraints: Not nullable, Maximum length: 14voidsetDt_lancto(String dt_lancto) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetVl_rec_estab(BigDecimal vl_rec_estab) Constraints: Not nullable, Precision: 25, Scale: 6toString()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 Ven_at_ec. -
EMPRESA
-
DT_LANCTO
-
CNPJ_ESTAB
-
VL_REC_ESTAB
-
CNAE
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Ven_at_ec
public Ven_at_ec() -
Ven_at_ec
public Ven_at_ec(@Nullable String empresa, @Nullable String dt_lancto, @Nullable String cnpj_estab, @Nullable BigDecimal vl_rec_estab, @Nullable String cnae, @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
-
setDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Parameters:
dt_lancto- Posting Date
-
setCnpj_estab
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj_estab
- Parameters:
cnpj_estab- CNPJ of Each Establishment of Legal Person
-
setVl_rec_estab
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_rec_estab
- Parameters:
vl_rec_estab- Sales Income
-
setCnae
Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: cnae
- Parameters:
cnae- CNAE
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Ven_at_ec>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Ven_at_ec>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Ven_at_ec>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Returns:
- Posting Date
-
getCnpj_estab
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj_estab
- Returns:
- CNPJ of Each Establishment of Legal Person
-
getVl_rec_estab
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_rec_estab
- Returns:
- Sales Income
-
getCnae
Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: cnae
- Returns:
- CNAE
-
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<Ven_at_ec>
-