Class Diversal
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: diversalType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Diversal,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Diversal>Selector for all available fields of Diversal.static final SimpleProperty.String<Diversal>static final SimpleProperty.String<Diversal>static final SimpleProperty.String<Diversal>static final SimpleProperty.String<Diversal>static final SimpleProperty.String<Diversal>static final SimpleProperty.String<Diversal>static final SimpleProperty.String<Diversal>static final SimpleProperty.String<Diversal>static final SimpleProperty.String<Diversal>static final SimpleProperty.String<Diversal>static final SimpleProperty.String<Diversal>static final SimpleProperty.NumericDecimal<Diversal>static final SimpleProperty.NumericDecimal<Diversal>static final SimpleProperty.NumericDecimal<Diversal>static final SimpleProperty.NumericDecimal<Diversal>static final SimpleProperty.NumericDecimal<Diversal>static final SimpleProperty.NumericDecimal<Diversal>static final SimpleProperty.NumericDecimal<Diversal>static final SimpleProperty.NumericDecimal<Diversal>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionDiversal()Diversal(String empresa, String num_seq, String per_apur, String cod_cta, String cod_ccus, String id_regra, BigDecimal vl_sld_ini_esp, String ind_vl_sld_ini_esp, BigDecimal vl_deb_esp, BigDecimal vl_cred_esp, BigDecimal vl_sld_fin_esp, String ind_vl_sld_fin_esp, BigDecimal sld_ini_pre, String ind_sld_ini_pre, BigDecimal vl_deb_pre, BigDecimal vl_cred_pre, BigDecimal sld_fin_pre, String ind_sld_fin_pre, String justificativa, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Diversal.DiversalBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 255protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected StringConstraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 500protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 32Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6getType()Constraints: 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: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_ccus(String cod_ccus) Constraints: Not nullable, Maximum length: 30voidsetCod_cta(String cod_cta) Constraints: Not nullable, Maximum length: 255voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetId_regra(String id_regra) Constraints: Not nullable, Maximum length: 40voidsetInd_sld_fin_pre(String ind_sld_fin_pre) Constraints: Not nullable, Maximum length: 1voidsetInd_sld_ini_pre(String ind_sld_ini_pre) Constraints: Not nullable, Maximum length: 1voidsetInd_vl_sld_fin_esp(String ind_vl_sld_fin_esp) Constraints: Not nullable, Maximum length: 1voidsetInd_vl_sld_ini_esp(String ind_vl_sld_ini_esp) Constraints: Not nullable, Maximum length: 1voidsetJustificativa(String justificativa) Constraints: Not nullable, Maximum length: 500voidsetNum_seq(String num_seq) (Key Field) Constraints: Not nullable, Maximum length: 32voidsetPer_apur(String per_apur) Constraints: Not nullable, Maximum length: 3voidsetSld_fin_pre(BigDecimal sld_fin_pre) Constraints: Not nullable, Precision: 25, Scale: 6voidsetSld_ini_pre(BigDecimal sld_ini_pre) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_cred_esp(BigDecimal vl_cred_esp) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_cred_pre(BigDecimal vl_cred_pre) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_deb_esp(BigDecimal vl_deb_esp) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_deb_pre(BigDecimal vl_deb_pre) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_sld_fin_esp(BigDecimal vl_sld_fin_esp) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_sld_ini_esp(BigDecimal vl_sld_ini_esp) 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 Diversal. -
EMPRESA
-
NUM_SEQ
-
PER_APUR
-
COD_CTA
-
COD_CCUS
-
ID_REGRA
-
VL_SLD_INI_ESP
-
IND_VL_SLD_INI_ESP
-
VL_DEB_ESP
-
VL_CRED_ESP
-
VL_SLD_FIN_ESP
-
IND_VL_SLD_FIN_ESP
-
SLD_INI_PRE
-
IND_SLD_INI_PRE
-
VL_DEB_PRE
-
VL_CRED_PRE
-
SLD_FIN_PRE
-
IND_SLD_FIN_PRE
-
JUSTIFICATIVA
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Diversal
public Diversal() -
Diversal
public Diversal(@Nullable String empresa, @Nullable String num_seq, @Nullable String per_apur, @Nullable String cod_cta, @Nullable String cod_ccus, @Nullable String id_regra, @Nullable BigDecimal vl_sld_ini_esp, @Nullable String ind_vl_sld_ini_esp, @Nullable BigDecimal vl_deb_esp, @Nullable BigDecimal vl_cred_esp, @Nullable BigDecimal vl_sld_fin_esp, @Nullable String ind_vl_sld_fin_esp, @Nullable BigDecimal sld_ini_pre, @Nullable String ind_sld_ini_pre, @Nullable BigDecimal vl_deb_pre, @Nullable BigDecimal vl_cred_pre, @Nullable BigDecimal sld_fin_pre, @Nullable String ind_sld_fin_pre, @Nullable String justificativa, @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
-
setNum_seq
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: num_seq
- Parameters:
num_seq- Sequential Number
-
setPer_apur
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: per_apur
- Parameters:
per_apur- Nature of credit deferred, attached to revenue taxed
-
setCod_cta
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cod_cta
- Parameters:
cod_cta- Code of Controlled Book Account Charged/Credited
-
setCod_ccus
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: cod_ccus
- Parameters:
cod_ccus- Cost Center
-
setId_regra
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: id_regra
- Parameters:
id_regra- Identification of the rule that has been breached
-
setVl_sld_ini_esp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_sld_ini_esp
- Parameters:
vl_sld_ini_esp- Initial balance recovered from ECD for the fiscal period
-
setInd_vl_sld_ini_esp
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_vl_sld_ini_esp
- Parameters:
ind_vl_sld_ini_esp- Indicator of the situation of the expected initial balance
-
setVl_deb_esp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_deb_esp
- Parameters:
vl_deb_esp- Total amount of debt recovered from the ECD
-
setVl_cred_esp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_cred_esp
- Parameters:
vl_cred_esp- Total amount of credit recovered from ECD
-
setVl_sld_fin_esp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_sld_fin_esp
- Parameters:
vl_sld_fin_esp- Final balance recovered from ECD for the fiscal period
-
setInd_vl_sld_fin_esp
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_vl_sld_fin_esp
- Parameters:
ind_vl_sld_fin_esp- Indicator of the situation of the expected final balance
-
setSld_ini_pre
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: sld_ini_pre
- Parameters:
sld_ini_pre- Initial balance from K155
-
setInd_sld_ini_pre
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_sld_ini_pre
- Parameters:
ind_sld_ini_pre- Status indicator of the initial balance from K155
-
setVl_deb_pre
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_deb_pre
- Parameters:
vl_deb_pre- Total value of debits from K155
-
setVl_cred_pre
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_cred_pre
- Parameters:
vl_cred_pre- Total value of credits from K155
-
setSld_fin_pre
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: sld_fin_pre
- Parameters:
sld_fin_pre- Final balance from K155
-
setInd_sld_fin_pre
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_sld_fin_pre
- Parameters:
ind_sld_fin_pre- Indicator of the situation of the final balance from K155
-
setJustificativa
Constraints: Not nullable, Maximum length: 500Original property name from the Odata EDM: justificativa
- Parameters:
justificativa- Reason for Divergence
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Diversal>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Diversal>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Diversal>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getNum_seq
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: num_seq
- Returns:
- Sequential Number
-
getPer_apur
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: per_apur
- Returns:
- Nature of credit deferred, attached to revenue taxed
-
getCod_cta
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cod_cta
- Returns:
- Code of Controlled Book Account Charged/Credited
-
getCod_ccus
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: cod_ccus
- Returns:
- Cost Center
-
getId_regra
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: id_regra
- Returns:
- Identification of the rule that has been breached
-
getVl_sld_ini_esp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_sld_ini_esp
- Returns:
- Initial balance recovered from ECD for the fiscal period
-
getInd_vl_sld_ini_esp
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_vl_sld_ini_esp
- Returns:
- Indicator of the situation of the expected initial balance
-
getVl_deb_esp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_deb_esp
- Returns:
- Total amount of debt recovered from the ECD
-
getVl_cred_esp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_cred_esp
- Returns:
- Total amount of credit recovered from ECD
-
getVl_sld_fin_esp
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_sld_fin_esp
- Returns:
- Final balance recovered from ECD for the fiscal period
-
getInd_vl_sld_fin_esp
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_vl_sld_fin_esp
- Returns:
- Indicator of the situation of the expected final balance
-
getSld_ini_pre
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: sld_ini_pre
- Returns:
- Initial balance from K155
-
getInd_sld_ini_pre
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_sld_ini_pre
- Returns:
- Status indicator of the initial balance from K155
-
getVl_deb_pre
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_deb_pre
- Returns:
- Total value of debits from K155
-
getVl_cred_pre
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_cred_pre
- Returns:
- Total value of credits from K155
-
getSld_fin_pre
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: sld_fin_pre
- Returns:
- Final balance from K155
-
getInd_sld_fin_pre
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_sld_fin_pre
- Returns:
- Indicator of the situation of the final balance from K155
-
getJustificativa
Constraints: Not nullable, Maximum length: 500Original property name from the Odata EDM: justificativa
- Returns:
- Reason for Divergence
-
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<Diversal>
-