Class Dom_fisc
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Dom_fisc>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Dom_fisc
- All Implemented Interfaces:
VdmEntitySet
BR Brazilian Tax Jurisdiction
Original entity name from the Odata EDM: dom_fiscType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Dom_fisc,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Dom_fisc>Selector for all available fields of Dom_fisc.static final SimpleProperty.String<Dom_fisc>static final SimpleProperty.String<Dom_fisc>static final SimpleProperty.String<Dom_fisc>static final SimpleProperty.String<Dom_fisc>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionDom_fisc()Dom_fisc(String spras, String country, String taxjurcode, String text, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Dom_fisc.Dom_fiscBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 3protected Stringprotected Stringprotected ODataEntityKeygetKey()getSpras()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 15getText()Constraints: Not nullable, Maximum length: 60getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCountry(String country) (Key Field) Constraints: Not nullable, Maximum length: 3void(Key Field) Constraints: Not nullable, Maximum length: 2voidsetTaxjurcode(String taxjurcode) (Key Field) Constraints: Not nullable, Maximum length: 15voidConstraints: Not nullable, Maximum length: 60toString()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 Dom_fisc. -
SPRAS
-
COUNTRY
-
TAXJURCODE
-
TEXT
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Dom_fisc
public Dom_fisc() -
Dom_fisc
public Dom_fisc(@Nullable String spras, @Nullable String country, @Nullable String taxjurcode, @Nullable String text, @Nullable Collection<SAP__Message> _Messages)
-
-
Method Details
-
getType
-
setSpras
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: spras
- Parameters:
spras- Language Key
-
setCountry
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: country
- Parameters:
country- Country/Region Key
-
setTaxjurcode
(Key Field) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: taxjurcode
- Parameters:
taxjurcode- Tax Jurisdiction Code For Brazilian Tax Calculation
-
setText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: text
- Parameters:
text- Text Field of Length 60
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Dom_fisc>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Dom_fisc>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Dom_fisc>
-
builder
-
getSpras
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: spras
- Returns:
- Language Key
-
getCountry
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: country
- Returns:
- Country/Region Key
-
getTaxjurcode
(Key Field) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: taxjurcode
- Returns:
- Tax Jurisdiction Code For Brazilian Tax Calculation
-
getText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: text
- Returns:
- Text Field of Length 60
-
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<Dom_fisc>
-