Class I_inf_st
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: i_inf_stType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<I_inf_st,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<I_inf_st>Selector for all available fields of I_inf_st.static final SimpleProperty.NumericDecimal<I_inf_st>static final SimpleProperty.NumericDecimal<I_inf_st>static final SimpleProperty.String<I_inf_st>static final SimpleProperty.String<I_inf_st>static final SimpleProperty.NumericDecimal<I_inf_st>static final SimpleProperty.NumericDecimal<I_inf_st>static final SimpleProperty.NumericDecimal<I_inf_st>static final SimpleProperty.String<I_inf_st>static final SimpleProperty.String<I_inf_st>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionI_inf_st()I_inf_st(String nf_id, String num_item, String empresa, String filial, BigDecimal bc_st_orig_dest, BigDecimal icms_st_rep, BigDecimal icms_st_compl, BigDecimal bc_ret, BigDecimal icms_ret, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic I_inf_st.I_inf_stBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6protected StringConstraints: Not nullable, Maximum length: 4protected StringConstraints: Not nullable, Maximum length: 4Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6protected ODataEntityKeygetKey()getNf_id()(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 6getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetBc_ret(BigDecimal bc_ret) Constraints: Not nullable, Precision: 25, Scale: 6voidsetBc_st_orig_dest(BigDecimal bc_st_orig_dest) Constraints: Not nullable, Precision: 25, Scale: 6voidsetEmpresa(String empresa) Constraints: Not nullable, Maximum length: 4voidConstraints: Not nullable, Maximum length: 4voidsetIcms_ret(BigDecimal icms_ret) Constraints: Not nullable, Precision: 25, Scale: 6voidsetIcms_st_compl(BigDecimal icms_st_compl) Constraints: Not nullable, Precision: 25, Scale: 6voidsetIcms_st_rep(BigDecimal icms_st_rep) Constraints: Not nullable, Precision: 25, Scale: 6void(Key Field) Constraints: Not nullable, Maximum length: 10voidsetNum_item(String num_item) (Key Field) Constraints: Not nullable, Maximum length: 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 I_inf_st. -
NF_ID
-
NUM_ITEM
-
EMPRESA
-
FILIAL
-
BC_ST_ORIG_DEST
-
ICMS_ST_REP
-
ICMS_ST_COMPL
-
BC_RET
-
ICMS_RET
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
I_inf_st
public I_inf_st() -
I_inf_st
public I_inf_st(@Nullable String nf_id, @Nullable String num_item, @Nullable String empresa, @Nullable String filial, @Nullable BigDecimal bc_st_orig_dest, @Nullable BigDecimal icms_st_rep, @Nullable BigDecimal icms_st_compl, @Nullable BigDecimal bc_ret, @Nullable BigDecimal icms_ret, @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.
-
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.
-
setBc_st_orig_dest
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: bc_st_orig_dest
- Parameters:
bc_st_orig_dest- The bc_st_orig_dest to set.
-
setIcms_st_rep
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: icms_st_rep
- Parameters:
icms_st_rep- The icms_st_rep to set.
-
setIcms_st_compl
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: icms_st_compl
- Parameters:
icms_st_compl- The icms_st_compl to set.
-
setBc_ret
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: bc_ret
- Parameters:
bc_ret- The bc_ret to set.
-
setIcms_ret
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: icms_ret
- Parameters:
icms_ret- The icms_ret 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<I_inf_st>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<I_inf_st>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<I_inf_st>
-
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.
-
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.
-
getBc_st_orig_dest
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: bc_st_orig_dest
- Returns:
- The bc_st_orig_dest contained in this
VdmEntity.
-
getIcms_st_rep
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: icms_st_rep
- Returns:
- The icms_st_rep contained in this
VdmEntity.
-
getIcms_st_compl
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: icms_st_compl
- Returns:
- The icms_st_compl contained in this
VdmEntity.
-
getBc_ret
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: bc_ret
- Returns:
- The bc_ret contained in this
VdmEntity.
-
getIcms_ret
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: icms_ret
- Returns:
- The icms_ret 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<I_inf_st>
-