Class Ciap_cred
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: ciap_credType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Ciap_cred,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Ciap_cred>Selector for all available fields of Ciap_cred.static final SimpleProperty.String<Ciap_cred>static final SimpleProperty.String<Ciap_cred>static final SimpleProperty.NumericDecimal<Ciap_cred>static final SimpleProperty.String<Ciap_cred>static final SimpleProperty.NumericDecimal<Ciap_cred>static final SimpleProperty.NumericDecimal<Ciap_cred>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionCiap_cred(String empresa, String filial, String periodo, BigDecimal vl_trib_oc, BigDecimal vl_total, BigDecimal ind_per_sai, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Ciap_cred.Ciap_credBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableprotected String(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Precision: 25, Scale: 8protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 6getType()Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetInd_per_sai(BigDecimal ind_per_sai) Constraints: Not nullable, Precision: 25, Scale: 8voidsetPeriodo(String periodo) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetVl_total(BigDecimal vl_total) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_trib_oc(BigDecimal vl_trib_oc) 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 Ciap_cred. -
EMPRESA
-
FILIAL
-
PERIODO
-
VL_TRIB_OC
-
VL_TOTAL
-
IND_PER_SAI
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Ciap_cred
public Ciap_cred() -
Ciap_cred
public Ciap_cred(@Nullable String empresa, @Nullable String filial, @Nullable String periodo, @Nullable BigDecimal vl_trib_oc, @Nullable BigDecimal vl_total, @Nullable BigDecimal ind_per_sai, @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
-
setPeriodo
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: periodo
- Parameters:
periodo- Period Date
-
setVl_trib_oc
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_trib_oc
- Parameters:
vl_trib_oc- Taxable Outbound Movement
-
setVl_total
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_total
- Parameters:
vl_total- Total Value of Incentives
-
setInd_per_sai
Constraints: Not nullable, Precision: 25, Scale: 8Original property name from the Odata EDM: ind_per_sai
- Parameters:
ind_per_sai- Participation Index
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Ciap_cred>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Ciap_cred>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Ciap_cred>
-
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
-
getPeriodo
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: periodo
- Returns:
- Period Date
-
getVl_trib_oc
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_trib_oc
- Returns:
- Taxable Outbound Movement
-
getVl_total
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_total
- Returns:
- Total Value of Incentives
-
getInd_per_sai
Constraints: Not nullable, Precision: 25, Scale: 8Original property name from the Odata EDM: ind_per_sai
- Returns:
- Participation Index
-
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<Ciap_cred>
-