Class Det_expor
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: det_exporType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Det_expor,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Det_expor>Selector for all available fields of Det_expor.static final SimpleProperty.String<Det_expor>static final SimpleProperty.String<Det_expor>static final SimpleProperty.String<Det_expor>static final SimpleProperty.String<Det_expor>static final SimpleProperty.NumericDecimal<Det_expor>static final SimpleProperty.NumericDecimal<Det_expor>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionDet_expor(String empresa, String dt_lancto, String cnpj, String cod_ncm, BigDecimal vl_compra, BigDecimal vl_exp, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Det_expor.Det_exporBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetCnpj()(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: 6Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoid(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_compra(BigDecimal vl_compra) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_exp(BigDecimal vl_exp) 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 Det_expor. -
EMPRESA
-
DT_LANCTO
-
CNPJ
-
COD_NCM
-
VL_COMPRA
-
VL_EXP
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Det_expor
public Det_expor() -
Det_expor
public Det_expor(@Nullable String empresa, @Nullable String dt_lancto, @Nullable String cnpj, @Nullable String cod_ncm, @Nullable BigDecimal vl_compra, @Nullable BigDecimal vl_exp, @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
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj
- Parameters:
cnpj- CNPJ
-
setCod_ncm
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: cod_ncm
- Parameters:
cod_ncm- NCM Code
-
setVl_compra
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_compra
- Parameters:
vl_compra- Purchase Value
-
setVl_exp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_exp
- Parameters:
vl_exp- Export 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<Det_expor>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Det_expor>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Det_expor>
-
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
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj
- Returns:
- CNPJ
-
getCod_ncm
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: cod_ncm
- Returns:
- NCM Code
-
getVl_compra
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_compra
- Returns:
- Purchase Value
-
getVl_exp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_exp
- Returns:
- Export 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<Det_expor>
-