Class Lucpre
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: lucpreType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Lucpre,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty.NumericDecimal<Lucpre>static final SimpleProperty.NumericDecimal<Lucpre>static final SimpleProperty<Lucpre>Selector for all available fields of Lucpre.static final SimpleProperty.String<Lucpre>static final SimpleProperty.String<Lucpre>static final SimpleProperty.String<Lucpre>static final SimpleProperty.String<Lucpre>static final SimpleProperty.String<Lucpre>static final SimpleProperty.String<Lucpre>static final SimpleProperty.String<Lucpre>static final SimpleProperty.String<Lucpre>static final SimpleProperty.String<Lucpre>static final SimpleProperty.String<Lucpre>static final SimpleProperty.String<Lucpre>static final SimpleProperty.NumericDecimal<Lucpre>static final SimpleProperty.NumericDecimal<Lucpre>static final SimpleProperty.NumericDecimal<Lucpre>static final SimpleProperty.NumericDecimal<Lucpre>static final SimpleProperty.NumericDecimal<Lucpre>static final SimpleProperty.NumericDecimal<Lucpre>static final SimpleProperty.NumericDecimal<Lucpre>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionLucpre()Lucpre(String empresa, String filial, String dt_lancto, String num_lancto, String tp_lucpre, BigDecimal vl_rec_caixa, String cst_pis, BigDecimal vl_desc_pis, BigDecimal vl_bc_pis, BigDecimal aliq_pis, BigDecimal vl_pis, String cst_cofins, BigDecimal vl_desc_cofins, BigDecimal vl_bc_cofins, BigDecimal aliq_cofins, BigDecimal vl_cofins, String cod_mod, String cfop, String cod_cta, String info_compl, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Lucpre.LucpreBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6getCfop()Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 60Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 2protected 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: 4Constraints: Not nullable, Maximum length: 255protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 10getType()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: 6Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetAliq_cofins(BigDecimal aliq_cofins) Constraints: Not nullable, Precision: 25, Scale: 6voidsetAliq_pis(BigDecimal aliq_pis) Constraints: Not nullable, Precision: 25, Scale: 6voidConstraints: Not nullable, Maximum length: 4voidsetCod_cta(String cod_cta) Constraints: Not nullable, Maximum length: 60voidsetCod_mod(String cod_mod) Constraints: Not nullable, Maximum length: 2voidsetCst_cofins(String cst_cofins) Constraints: Not nullable, Maximum length: 2voidsetCst_pis(String cst_pis) Constraints: Not nullable, Maximum length: 2voidsetDt_lancto(String dt_lancto) (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: 4voidsetInfo_compl(String info_compl) Constraints: Not nullable, Maximum length: 255voidsetNum_lancto(String num_lancto) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetTp_lucpre(String tp_lucpre) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetVl_bc_cofins(BigDecimal vl_bc_cofins) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_bc_pis(BigDecimal vl_bc_pis) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_cofins(BigDecimal vl_cofins) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_desc_cofins(BigDecimal vl_desc_cofins) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_desc_pis(BigDecimal vl_desc_pis) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_pis(BigDecimal vl_pis) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_rec_caixa(BigDecimal vl_rec_caixa) 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 Lucpre. -
EMPRESA
-
FILIAL
-
DT_LANCTO
-
NUM_LANCTO
-
TP_LUCPRE
-
VL_REC_CAIXA
-
CST_PIS
-
VL_DESC_PIS
-
VL_BC_PIS
-
ALIQ_PIS
-
VL_PIS
-
CST_COFINS
-
VL_DESC_COFINS
-
VL_BC_COFINS
-
ALIQ_COFINS
-
VL_COFINS
-
COD_MOD
-
CFOP
-
COD_CTA
-
INFO_COMPL
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Lucpre
public Lucpre() -
Lucpre
public Lucpre(@Nullable String empresa, @Nullable String filial, @Nullable String dt_lancto, @Nullable String num_lancto, @Nullable String tp_lucpre, @Nullable BigDecimal vl_rec_caixa, @Nullable String cst_pis, @Nullable BigDecimal vl_desc_pis, @Nullable BigDecimal vl_bc_pis, @Nullable BigDecimal aliq_pis, @Nullable BigDecimal vl_pis, @Nullable String cst_cofins, @Nullable BigDecimal vl_desc_cofins, @Nullable BigDecimal vl_bc_cofins, @Nullable BigDecimal aliq_cofins, @Nullable BigDecimal vl_cofins, @Nullable String cod_mod, @Nullable String cfop, @Nullable String cod_cta, @Nullable String info_compl, @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
-
setDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Parameters:
dt_lancto- Posting Date
-
setNum_lancto
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: num_lancto
- Parameters:
num_lancto- Posting Number
-
setTp_lucpre
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: tp_lucpre
- Parameters:
tp_lucpre- Posting Number
-
setVl_rec_caixa
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_rec_caixa
- Parameters:
vl_rec_caixa- Gross income in the period, related to nature of income
-
setCst_pis
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cst_pis
- Parameters:
cst_pis- Tax Situation Code related to PIS/PASEP
-
setVl_desc_pis
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_desc_pis
- Parameters:
vl_desc_pis- Discount Value for PIS
-
setVl_bc_pis
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_bc_pis
- Parameters:
vl_bc_pis- Value of Calculation Basis of PIS/PASEP
-
setAliq_pis
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: aliq_pis
- Parameters:
aliq_pis- PIS/PASEP Tax Rate (%)
-
setVl_pis
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_pis
- Parameters:
vl_pis- PIS/PASEP Value
-
setCst_cofins
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cst_cofins
- Parameters:
cst_cofins- Tax Situation Code related to COFINS
-
setVl_desc_cofins
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_desc_cofins
- Parameters:
vl_desc_cofins- Discount Value for COFINS
-
setVl_bc_cofins
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_bc_cofins
- Parameters:
vl_bc_cofins- Value of Calculation Basis for COFINS
-
setAliq_cofins
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: aliq_cofins
- Parameters:
aliq_cofins- COFINS Tax Rate (%)
-
setVl_cofins
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_cofins
- Parameters:
vl_cofins- COFINS Value
-
setCod_mod
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_mod
- Parameters:
cod_mod- Code of tax document model
-
setCfop
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: cfop
- Parameters:
cfop- CFOP (Tax code of operation and installment)
-
setCod_cta
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_cta
- Parameters:
cod_cta- Credit Source Indicator
-
setInfo_compl
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: info_compl
- Parameters:
info_compl- Additional Information
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Lucpre>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Lucpre>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Lucpre>
-
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
-
getDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Returns:
- Posting Date
-
getNum_lancto
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: num_lancto
- Returns:
- Posting Number
-
getTp_lucpre
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: tp_lucpre
- Returns:
- Posting Number
-
getVl_rec_caixa
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_rec_caixa
- Returns:
- Gross income in the period, related to nature of income
-
getCst_pis
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cst_pis
- Returns:
- Tax Situation Code related to PIS/PASEP
-
getVl_desc_pis
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_desc_pis
- Returns:
- Discount Value for PIS
-
getVl_bc_pis
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_bc_pis
- Returns:
- Value of Calculation Basis of PIS/PASEP
-
getAliq_pis
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: aliq_pis
- Returns:
- PIS/PASEP Tax Rate (%)
-
getVl_pis
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_pis
- Returns:
- PIS/PASEP Value
-
getCst_cofins
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cst_cofins
- Returns:
- Tax Situation Code related to COFINS
-
getVl_desc_cofins
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_desc_cofins
- Returns:
- Discount Value for COFINS
-
getVl_bc_cofins
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_bc_cofins
- Returns:
- Value of Calculation Basis for COFINS
-
getAliq_cofins
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: aliq_cofins
- Returns:
- COFINS Tax Rate (%)
-
getVl_cofins
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_cofins
- Returns:
- COFINS Value
-
getCod_mod
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_mod
- Returns:
- Code of tax document model
-
getCfop
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: cfop
- Returns:
- CFOP (Tax code of operation and installment)
-
getCod_cta
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_cta
- Returns:
- Credit Source Indicator
-
getInfo_compl
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: info_compl
- Returns:
- Additional Information
-
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<Lucpre>
-