Class Trib_dior
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Trib_dior>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Trib_dior
- All Implemented Interfaces:
VdmEntitySet
BR DIOR Related Taxes
Original entity name from the Odata EDM: trib_diorType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Trib_dior,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Trib_dior>Selector for all available fields of Trib_dior.static final SimpleProperty.String<Trib_dior>static final SimpleProperty.String<Trib_dior>static final SimpleProperty.String<Trib_dior>static final SimpleProperty.String<Trib_dior>static final SimpleProperty.NumericDecimal<Trib_dior>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionTrib_dior(String empresa, String num_lancto, String cod_trib, String ano, BigDecimal vl_trib, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Trib_dior.Trib_diorBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetAno()(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 2protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 10getType()Constraints: Not nullable, Precision: 19, Scale: 2inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 4voidsetCod_trib(String cod_trib) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetNum_lancto(String num_lancto) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetVl_trib(BigDecimal vl_trib) Constraints: Not nullable, Precision: 19, Scale: 2toString()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 Trib_dior. -
EMPRESA
-
NUM_LANCTO
-
COD_TRIB
-
ANO
-
VL_TRIB
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Trib_dior
public Trib_dior() -
Trib_dior
public Trib_dior(@Nullable String empresa, @Nullable String num_lancto, @Nullable String cod_trib, @Nullable String ano, @Nullable BigDecimal vl_trib, @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
-
setNum_lancto
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: num_lancto
- Parameters:
num_lancto- Posting Number
-
setCod_trib
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_trib
- Parameters:
cod_trib- Tax Code
-
setAno
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ano
- Parameters:
ano- Year of Tax Repercussion
-
setVl_trib
Constraints: Not nullable, Precision: 19, Scale: 2Original property name from the Odata EDM: vl_trib
- Parameters:
vl_trib- Value of Tax Repercussion
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Trib_dior>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Trib_dior>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Trib_dior>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getNum_lancto
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: num_lancto
- Returns:
- Posting Number
-
getCod_trib
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_trib
- Returns:
- Tax Code
-
getAno
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ano
- Returns:
- Year of Tax Repercussion
-
getVl_trib
Constraints: Not nullable, Precision: 19, Scale: 2Original property name from the Odata EDM: vl_trib
- Returns:
- Value of Tax Repercussion
-
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<Trib_dior>
-