Class Venda_exp
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Venda_exp>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Venda_exp
- All Implemented Interfaces:
VdmEntitySet
BR Sales to Aftermarket Export
Original entity name from the Odata EDM: venda_expType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Venda_exp,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Venda_exp>Selector for all available fields of Venda_exp.static final SimpleProperty.String<Venda_exp>static final SimpleProperty.String<Venda_exp>static final SimpleProperty.String<Venda_exp>static final SimpleProperty.String<Venda_exp>static final SimpleProperty.NumericDecimal<Venda_exp>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionVenda_exp(String empresa, String dt_lancto, String cnpj_exp, String cod_ncm, BigDecimal vl_venda, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Venda_exp.Venda_expBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 14(Key Field) Constraints: Not nullable, Maximum length: 8protected 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 nullablevoidsetCnpj_exp(String cnpj_exp) (Key Field) Constraints: Not nullable, Maximum length: 14voidsetCod_ncm(String cod_ncm) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetDt_lancto(String dt_lancto) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetVl_venda(BigDecimal vl_venda) 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 Venda_exp. -
EMPRESA
-
DT_LANCTO
-
CNPJ_EXP
-
COD_NCM
-
VL_VENDA
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Venda_exp
public Venda_exp() -
Venda_exp
public Venda_exp(@Nullable String empresa, @Nullable String dt_lancto, @Nullable String cnpj_exp, @Nullable String cod_ncm, @Nullable BigDecimal vl_venda, @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_exp
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj_exp
- Parameters:
cnpj_exp- CNPJ of Exporter Commercial Buyer
-
setCod_ncm
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: cod_ncm
- Parameters:
cod_ncm- NCM Code
-
setVl_venda
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_venda
- Parameters:
vl_venda- Sales Value
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Venda_exp>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Venda_exp>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Venda_exp>
-
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_exp
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj_exp
- Returns:
- CNPJ of Exporter Commercial Buyer
-
getCod_ncm
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: cod_ncm
- Returns:
- NCM Code
-
getVl_venda
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_venda
- Returns:
- Sales Value
-
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<Venda_exp>
-