Class Icms_cpl
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Icms_cpl>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Icms_cpl
- All Implemented Interfaces:
VdmEntitySet
BR ICMS Own Operation CPL
Original entity name from the Odata EDM: icms_cplType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Icms_cpl,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Icms_cpl>Selector for all available fields of Icms_cpl.static final SimpleProperty.String<Icms_cpl>static final SimpleProperty.String<Icms_cpl>static final SimpleProperty.String<Icms_cpl>static final SimpleProperty.String<Icms_cpl>static final SimpleProperty.NumericDecimal<Icms_cpl>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionIcms_cpl()Icms_cpl(String empresa, String filial, String periodo, String ano, BigDecimal vl_sld_credor_ant, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Icms_cpl.Icms_cplBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetAno()(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 4voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetPeriodo(String periodo) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetVl_sld_credor_ant(BigDecimal vl_sld_credor_ant) 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 Icms_cpl. -
EMPRESA
-
FILIAL
-
PERIODO
-
ANO
-
VL_SLD_CREDOR_ANT
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Icms_cpl
public Icms_cpl() -
Icms_cpl
public Icms_cpl(@Nullable String empresa, @Nullable String filial, @Nullable String periodo, @Nullable String ano, @Nullable BigDecimal vl_sld_credor_ant, @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: 2Original property name from the Odata EDM: periodo
- Parameters:
periodo- Period
-
setAno
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ano
- Parameters:
ano- Year
-
setVl_sld_credor_ant
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_sld_credor_ant
- Parameters:
vl_sld_credor_ant- Credit Balance from Previous Period
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Icms_cpl>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Icms_cpl>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Icms_cpl>
-
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: 2Original property name from the Odata EDM: periodo
- Returns:
- Period
-
getAno
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ano
- Returns:
- Year
-
getVl_sld_credor_ant
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_sld_credor_ant
- Returns:
- Credit Balance from Previous Period
-
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<Icms_cpl>
-