Class Recisen_p
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: recisen_pType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Recisen_p,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Recisen_p>Selector for all available fields of Recisen_p.static final SimpleProperty.String<Recisen_p>static final SimpleProperty.String<Recisen_p>static final SimpleProperty.String<Recisen_p>static final SimpleProperty.String<Recisen_p>static final SimpleProperty.String<Recisen_p>static final SimpleProperty.NumericDecimal<Recisen_p>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionRecisen_p(String empresa, String per_ref, String cst_pis, String cod_cta, BigDecimal vl_tot_rec, String desc_compl, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Recisen_p.Recisen_pBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 2protected StringConstraints: Not nullable, Maximum length: 255(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 6getType()Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_cta(String cod_cta) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetCst_pis(String cst_pis) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetDesc_compl(String desc_compl) Constraints: Not nullable, Maximum length: 255voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetPer_ref(String per_ref) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetVl_tot_rec(BigDecimal vl_tot_rec) 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 Recisen_p. -
EMPRESA
-
PER_REF
-
CST_PIS
-
COD_CTA
-
VL_TOT_REC
-
DESC_COMPL
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Recisen_p
public Recisen_p() -
Recisen_p
public Recisen_p(@Nullable String empresa, @Nullable String per_ref, @Nullable String cst_pis, @Nullable String cod_cta, @Nullable BigDecimal vl_tot_rec, @Nullable String desc_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
-
setPer_ref
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: per_ref
- Parameters:
per_ref- Bookkeeping reference period
-
setCst_pis
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cst_pis
- Parameters:
cst_pis- Tax Situation Code related to PIS/PASEP
-
setCod_cta
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_cta
- Parameters:
cod_cta- Credit Source Indicator
-
setVl_tot_rec
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_tot_rec
- Parameters:
vl_tot_rec- Total value received in the month of bookkeeping
-
setDesc_compl
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: desc_compl
- Parameters:
desc_compl- Supplementary description of nature of income
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Recisen_p>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Recisen_p>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Recisen_p>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getPer_ref
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: per_ref
- Returns:
- Bookkeeping reference period
-
getCst_pis
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cst_pis
- Returns:
- Tax Situation Code related to PIS/PASEP
-
getCod_cta
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_cta
- Returns:
- Credit Source Indicator
-
getVl_tot_rec
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_tot_rec
- Returns:
- Total value received in the month of bookkeeping
-
getDesc_compl
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: desc_compl
- Returns:
- Supplementary description of nature of income
-
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<Recisen_p>
-