Class Invent
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: inventType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Invent,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Invent>Selector for all available fields of Invent.static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.NumericDecimal<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.String<Invent>static final SimpleProperty.NumericDecimal<Invent>static final SimpleProperty.NumericDecimal<Invent>static final SimpleProperty.NumericDecimal<Invent>static final SimpleProperty.NumericDecimal<Invent>static final SimpleProperty.NumericDecimal<Invent>static final SimpleProperty.NumericDecimal<Invent>static final SimpleProperty.Boolean<Invent>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionInvent()Invent(String empresa, String filial, String cod_item, String ind_prop, String cod_part, String dt_estoque, String centro, String mot_inv, String tipo_part, String unid, BigDecimal qtd, BigDecimal vl_unit, BigDecimal vl_item, String txt_compl, String cod_cta, String avaliacao_area, String avaliacao_tipo, Boolean wip, BigDecimal vl_icms_op, BigDecimal vl_bc_icms_st, BigDecimal vl_icms_st, BigDecimal vl_fcp, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Invent.InventBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 100(Key Field) Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 60protected String(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 1protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2getQtd()Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 255getType()getUnid()Constraints: Not nullable, Maximum length: 60Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6getWip()Constraints: Not nullableinthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetAvaliacao_area(String avaliacao_area) Constraints: Not nullable, Maximum length: 4voidsetAvaliacao_tipo(String avaliacao_tipo) Constraints: Not nullable, Maximum length: 10void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetCod_cta(String cod_cta) Constraints: Not nullable, Maximum length: 100voidsetCod_item(String cod_item) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetCod_part(String cod_part) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetDt_estoque(String dt_estoque) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetInd_prop(String ind_prop) (Key Field) Constraints: Not nullable, Maximum length: 1voidsetMot_inv(String mot_inv) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetQtd(BigDecimal qtd) Constraints: Not nullable, Precision: 25, Scale: 6voidsetTipo_part(String tipo_part) Constraints: Not nullable, Maximum length: 1voidsetTxt_compl(String txt_compl) Constraints: Not nullable, Maximum length: 255voidConstraints: Not nullable, Maximum length: 60voidsetVl_bc_icms_st(BigDecimal vl_bc_icms_st) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_fcp(BigDecimal vl_fcp) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_icms_op(BigDecimal vl_icms_op) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_icms_st(BigDecimal vl_icms_st) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_item(BigDecimal vl_item) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_unit(BigDecimal vl_unit) Constraints: Not nullable, Precision: 25, Scale: 6voidConstraints: Not nullabletoString()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 Invent. -
EMPRESA
-
FILIAL
-
COD_ITEM
-
IND_PROP
-
COD_PART
-
DT_ESTOQUE
-
CENTRO
-
MOT_INV
-
TIPO_PART
-
UNID
-
QTD
-
VL_UNIT
-
VL_ITEM
-
TXT_COMPL
-
COD_CTA
-
AVALIACAO_AREA
-
AVALIACAO_TIPO
-
WIP
-
VL_ICMS_OP
-
VL_BC_ICMS_ST
-
VL_ICMS_ST
-
VL_FCP
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Invent
public Invent() -
Invent
public Invent(@Nullable String empresa, @Nullable String filial, @Nullable String cod_item, @Nullable String ind_prop, @Nullable String cod_part, @Nullable String dt_estoque, @Nullable String centro, @Nullable String mot_inv, @Nullable String tipo_part, @Nullable String unid, @Nullable BigDecimal qtd, @Nullable BigDecimal vl_unit, @Nullable BigDecimal vl_item, @Nullable String txt_compl, @Nullable String cod_cta, @Nullable String avaliacao_area, @Nullable String avaliacao_tipo, @Nullable Boolean wip, @Nullable BigDecimal vl_icms_op, @Nullable BigDecimal vl_bc_icms_st, @Nullable BigDecimal vl_icms_st, @Nullable BigDecimal vl_fcp, @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
-
setFilial
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: filial
- Parameters:
filial- Branch
-
setCod_item
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item
- Parameters:
cod_item- Item Code
-
setInd_prop
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_prop
- Parameters:
ind_prop- The ind_prop to set.
-
setCod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_part
- Parameters:
cod_part- Participant Code
-
setDt_estoque
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_estoque
- Parameters:
dt_estoque- Inventory date
-
setCentro
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: centro
- Parameters:
centro- Plant
-
setMot_inv
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: mot_inv
- Parameters:
mot_inv- Inventory Reason
-
setTipo_part
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: tipo_part
- Parameters:
tipo_part- The tipo_part to set.
-
setUnid
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: unid
- Parameters:
unid- The unid to set.
-
setQtd
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtd
- Parameters:
qtd- Amount
-
setVl_unit
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_unit
- Parameters:
vl_unit- The vl_unit to set.
-
setVl_item
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_item
- Parameters:
vl_item- Item Value
-
setTxt_compl
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: txt_compl
- Parameters:
txt_compl- The txt_compl to set.
-
setCod_cta
Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: cod_cta
- Parameters:
cod_cta- Account Code (Chart)
-
setAvaliacao_area
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: avaliacao_area
- Parameters:
avaliacao_area- Valuation Area
-
setAvaliacao_tipo
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: avaliacao_tipo
- Parameters:
avaliacao_tipo- Valuation Type
-
setWip
Constraints: Not nullableOriginal property name from the Odata EDM: wip
- Parameters:
wip- Work in Process Material Indicator
-
setVl_icms_op
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_icms_op
- Parameters:
vl_icms_op- ICMS OP Average Unit Value
-
setVl_bc_icms_st
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_bc_icms_st
- Parameters:
vl_bc_icms_st- Average Unit Value of ICMS ST Base Calculation
-
setVl_icms_st
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_icms_st
- Parameters:
vl_icms_st- ICMS Value for Substituição Tributária
-
setVl_fcp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_fcp
- Parameters:
vl_fcp- FCP Average Unit 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<Invent>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Invent>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Invent>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getFilial
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: filial
- Returns:
- Branch
-
getCod_item
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item
- Returns:
- Item Code
-
getInd_prop
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_prop
- Returns:
- The ind_prop contained in this
VdmEntity.
-
getCod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_part
- Returns:
- Participant Code
-
getDt_estoque
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_estoque
- Returns:
- Inventory date
-
getCentro
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: centro
- Returns:
- Plant
-
getMot_inv
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: mot_inv
- Returns:
- Inventory Reason
-
getTipo_part
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: tipo_part
- Returns:
- The tipo_part contained in this
VdmEntity.
-
getUnid
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: unid
- Returns:
- The unid contained in this
VdmEntity.
-
getQtd
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtd
- Returns:
- Amount
-
getVl_unit
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_unit
- Returns:
- The vl_unit contained in this
VdmEntity.
-
getVl_item
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_item
- Returns:
- Item Value
-
getTxt_compl
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: txt_compl
- Returns:
- The txt_compl contained in this
VdmEntity.
-
getCod_cta
Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: cod_cta
- Returns:
- Account Code (Chart)
-
getAvaliacao_area
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: avaliacao_area
- Returns:
- Valuation Area
-
getAvaliacao_tipo
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: avaliacao_tipo
- Returns:
- Valuation Type
-
getWip
Constraints: Not nullableOriginal property name from the Odata EDM: wip
- Returns:
- Work in Process Material Indicator
-
getVl_icms_op
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_icms_op
- Returns:
- ICMS OP Average Unit Value
-
getVl_bc_icms_st
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_bc_icms_st
- Returns:
- Average Unit Value of ICMS ST Base Calculation
-
getVl_icms_st
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_icms_st
- Returns:
- ICMS Value for Substituição Tributária
-
getVl_fcp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_fcp
- Returns:
- FCP Average Unit 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<Invent>
-