Class Desm_merc
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: desm_mercType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Desm_merc,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Desm_merc>Selector for all available fields of Desm_merc.static final SimpleProperty.String<Desm_merc>static final SimpleProperty.String<Desm_merc>static final SimpleProperty.String<Desm_merc>static final SimpleProperty.String<Desm_merc>static final SimpleProperty.String<Desm_merc>static final SimpleProperty.String<Desm_merc>static final SimpleProperty.String<Desm_merc>static final SimpleProperty.String<Desm_merc>static final SimpleProperty.NumericDecimal<Desm_merc>static final SimpleProperty.NumericDecimal<Desm_merc>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionDesm_merc(String empresa, String filial, String per_ref, String cod_item_ori, String cod_item_des, String cod_doc_os, BigDecimal qtd_ori, BigDecimal qtd_des, String dt_ini_os, String dt_fin_os, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Desm_merc.Desm_mercBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 60protected StringConstraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_doc_os(String cod_doc_os) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetCod_item_des(String cod_item_des) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetCod_item_ori(String cod_item_ori) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetDt_fin_os(String dt_fin_os) Constraints: Not nullable, Maximum length: 8voidsetDt_ini_os(String dt_ini_os) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetPer_ref(String per_ref) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetQtd_des(BigDecimal qtd_des) Constraints: Not nullable, Precision: 25, Scale: 6voidsetQtd_ori(BigDecimal qtd_ori) 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 Desm_merc. -
EMPRESA
-
FILIAL
-
PER_REF
-
COD_ITEM_ORI
-
COD_ITEM_DES
-
COD_DOC_OS
-
QTD_ORI
-
QTD_DES
-
DT_INI_OS
-
DT_FIN_OS
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Desm_merc
public Desm_merc() -
Desm_merc
public Desm_merc(@Nullable String empresa, @Nullable String filial, @Nullable String per_ref, @Nullable String cod_item_ori, @Nullable String cod_item_des, @Nullable String cod_doc_os, @Nullable BigDecimal qtd_ori, @Nullable BigDecimal qtd_des, @Nullable String dt_ini_os, @Nullable String dt_fin_os, @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
-
setPer_ref
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: per_ref
- Parameters:
per_ref- Bookkeeping reference period
-
setCod_item_ori
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item_ori
- Parameters:
cod_item_ori- Source Item Code
-
setCod_item_des
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item_des
- Parameters:
cod_item_des- Destination Item Code
-
setCod_doc_os
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: cod_doc_os
- Parameters:
cod_doc_os- Production Order or Service Order Identification Code
-
setQtd_ori
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtd_ori
- Parameters:
qtd_ori- Source Item Quantity
-
setQtd_des
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtd_des
- Parameters:
qtd_des- Destination Item Quantity
-
setDt_ini_os
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_ini_os
- Parameters:
dt_ini_os- Service Order Initial Date
-
setDt_fin_os
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_fin_os
- Parameters:
dt_fin_os- Service Order Final Date
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Desm_merc>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Desm_merc>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Desm_merc>
-
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
-
getPer_ref
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: per_ref
- Returns:
- Bookkeeping reference period
-
getCod_item_ori
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item_ori
- Returns:
- Source Item Code
-
getCod_item_des
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item_des
- Returns:
- Destination Item Code
-
getCod_doc_os
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: cod_doc_os
- Returns:
- Production Order or Service Order Identification Code
-
getQtd_ori
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtd_ori
- Returns:
- Source Item Quantity
-
getQtd_des
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtd_des
- Returns:
- Destination Item Quantity
-
getDt_ini_os
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_ini_os
- Returns:
- Service Order Initial Date
-
getDt_fin_os
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_fin_os
- Returns:
- Service Order Final Date
-
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<Desm_merc>
-