Class Icmsstcpl
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: icmsstcplType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Icmsstcpl,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Icmsstcpl>Selector for all available fields of Icmsstcpl.static final SimpleProperty.String<Icmsstcpl>static final SimpleProperty.String<Icmsstcpl>static final SimpleProperty.String<Icmsstcpl>static final SimpleProperty.String<Icmsstcpl>static final SimpleProperty.String<Icmsstcpl>static final SimpleProperty.NumericDecimal<Icmsstcpl>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionIcmsstcpl(String empresa, String filial, String ano, String periodo, String uf, BigDecimal vl_sld_cred_ant_st, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Icmsstcpl.IcmsstcplBuilderbuilder()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()getUf()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: 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: 2void(Key Field) Constraints: Not nullable, Maximum length: 2voidsetVl_sld_cred_ant_st(BigDecimal vl_sld_cred_ant_st) 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 Icmsstcpl. -
EMPRESA
-
FILIAL
-
ANO
-
PERIODO
-
UF
-
VL_SLD_CRED_ANT_ST
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Icmsstcpl
public Icmsstcpl() -
Icmsstcpl
public Icmsstcpl(@Nullable String empresa, @Nullable String filial, @Nullable String ano, @Nullable String periodo, @Nullable String uf, @Nullable BigDecimal vl_sld_cred_ant_st, @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
-
setAno
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ano
- Parameters:
ano- Year
-
setPeriodo
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: periodo
- Parameters:
periodo- Period
-
setUf
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: uf
- Parameters:
uf- UF
-
setVl_sld_cred_ant_st
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_sld_cred_ant_st
- Parameters:
vl_sld_cred_ant_st- Previous Month ICMS ST Value
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Icmsstcpl>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Icmsstcpl>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Icmsstcpl>
-
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
-
getAno
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ano
- Returns:
- Year
-
getPeriodo
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: periodo
- Returns:
- Period
-
getUf
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: uf
- Returns:
- UF
-
getVl_sld_cred_ant_st
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_sld_cred_ant_st
- Returns:
- Previous Month ICMS ST Value
-
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<Icmsstcpl>
-