Class Nf_i_comb
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: nf_i_combType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Nf_i_comb,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Nf_i_comb>Selector for all available fields of Nf_i_comb.static final SimpleProperty.String<Nf_i_comb>static final SimpleProperty.String<Nf_i_comb>static final SimpleProperty.String<Nf_i_comb>static final SimpleProperty.String<Nf_i_comb>static final SimpleProperty.String<Nf_i_comb>static final SimpleProperty.NumericDecimal<Nf_i_comb>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionNf_i_comb(String nf_id, String num_item, String num_tanque, String empresa, String filial, BigDecimal qtde, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Nf_i_comb.Nf_i_combBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableprotected StringConstraints: Not nullable, Maximum length: 4protected StringConstraints: Not nullable, Maximum length: 4protected ODataEntityKeygetKey()getNf_id()(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 6(Key Field) Constraints: Not nullable, Maximum length: 3getQtde()Constraints: Not nullable, Precision: 25, Scale: 6getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetEmpresa(String empresa) Constraints: Not nullable, Maximum length: 4voidConstraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 10voidsetNum_item(String num_item) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetNum_tanque(String num_tanque) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetQtde(BigDecimal qtde) 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 Nf_i_comb. -
NF_ID
-
NUM_ITEM
-
NUM_TANQUE
-
EMPRESA
-
FILIAL
-
QTDE
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Nf_i_comb
public Nf_i_comb() -
Nf_i_comb
public Nf_i_comb(@Nullable String nf_id, @Nullable String num_item, @Nullable String num_tanque, @Nullable String empresa, @Nullable String filial, @Nullable BigDecimal qtde, @Nullable Collection<SAP__Message> _Messages)
-
-
Method Details
-
getType
-
setNf_id
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: nf_id
- Parameters:
nf_id- The nf_id to set.
-
setNum_item
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: num_item
- Parameters:
num_item- The num_item to set.
-
setNum_tanque
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: num_tanque
- Parameters:
num_tanque- The num_tanque to set.
-
setEmpresa
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Parameters:
empresa- The empresa to set.
-
setFilial
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: filial
- Parameters:
filial- The filial to set.
-
setQtde
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtde
- Parameters:
qtde- The qtde to set.
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Nf_i_comb>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Nf_i_comb>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Nf_i_comb>
-
builder
-
getNf_id
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: nf_id
- Returns:
- The nf_id contained in this
VdmEntity.
-
getNum_item
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: num_item
- Returns:
- The num_item contained in this
VdmEntity.
-
getNum_tanque
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: num_tanque
- Returns:
- The num_tanque contained in this
VdmEntity.
-
getEmpresa
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- The empresa contained in this
VdmEntity.
-
getFilial
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: filial
- Returns:
- The filial contained in this
VdmEntity.
-
getQtde
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtde
- Returns:
- The qtde contained in this
VdmEntity.
-
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<Nf_i_comb>
-