Class BR_NFHeaderText
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<BR_NFHeaderText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilnotafiscal.BR_NFHeaderText
Brazil Nota Fiscal Header text
Original entity name from the Odata EDM: A_BR_NFHeaderTextType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BR_NFHeaderTextSelectableSelector for all available fields of BR_NFHeaderText.static final BR_NFHeaderTextField<String>Use with available fluent helpers to apply the BR_NotaFiscal field to query operations.static final BR_NFHeaderTextField<String>Use with available fluent helpers to apply the BR_NFTaxPartnerTextID field to query operations.static final BR_NFHeaderTextField<String>Use with available fluent helpers to apply the BR_NFText field to query operations.static final BR_NFHeaderTextField<String>Use with available fluent helpers to apply the BR_NFTextSequenceNumber field to query operations.static final BR_NFHeaderTextField<String>Use with available fluent helpers to apply the BR_NFTextType field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BR_NFHeaderTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BR_NFHeaderTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 45Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullable, Maximum length: 10protected Stringprotected StringgetKey()getType()inthashCode()voidsetBR_NFTaxPartnerTextID(String bR_NFTaxPartnerTextID) Constraints: Not nullable, Maximum length: 45voidsetBR_NFText(String bR_NFText) Constraints: nonevoidsetBR_NFTextSequenceNumber(String bR_NFTextSequenceNumber) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetBR_NFTextType(String bR_NFTextType) (Key Field) Constraints: Not nullable, Maximum length: 1voidsetBR_NotaFiscal(String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
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 BR_NFHeaderText. -
BR_NOTA_FISCAL
Use with available fluent helpers to apply the BR_NotaFiscal field to query operations. -
BRNF_TEXT_TYPE
Use with available fluent helpers to apply the BR_NFTextType field to query operations. -
BRNF_TEXT_SEQUENCE_NUMBER
Use with available fluent helpers to apply the BR_NFTextSequenceNumber field to query operations. -
BRNF_TEXT
Use with available fluent helpers to apply the BR_NFText field to query operations. -
BRNF_TAX_PARTNER_TEXT_ID
Use with available fluent helpers to apply the BR_NFTaxPartnerTextID field to query operations.
-
-
Constructor Details
-
BR_NFHeaderText
public BR_NFHeaderText() -
BR_NFHeaderText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BR_NFHeaderText>
-
setBR_NotaFiscal
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BR_NotaFiscal
- Parameters:
bR_NotaFiscal- Document Number
-
setBR_NFTextType
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BR_NFTextType
- Parameters:
bR_NFTextType- NF text type
-
setBR_NFTextSequenceNumber
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BR_NFTextSequenceNumber
- Parameters:
bR_NFTextSequenceNumber- Counter
-
setBR_NFText
Constraints: noneOriginal property name from the Odata EDM: BR_NFText
- Parameters:
bR_NFText- NF Texts
-
setBR_NFTaxPartnerTextID
Constraints: Not nullable, Maximum length: 45Original property name from the Odata EDM: BR_NFTaxPartnerTextID
- Parameters:
bR_NFTaxPartnerTextID- Text ID from SAP Tax Partner
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BR_NFHeaderText>
-
getKey
- Overrides:
getKeyin classVdmObject<BR_NFHeaderText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BR_NFHeaderText>
-
fromMap
- Overrides:
fromMapin classVdmObject<BR_NFHeaderText>
-
field
@Nonnull public static <T> BR_NFHeaderTextField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> BR_NFHeaderTextField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<BR_NFHeaderText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BR_NFHeaderText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BR_NFHeaderText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BR_NFHeaderText>
-
builder
-
getBR_NotaFiscal
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BR_NotaFiscal
- Returns:
- Document Number
-
getBR_NFTextType
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BR_NFTextType
- Returns:
- NF text type
-
getBR_NFTextSequenceNumber
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BR_NFTextSequenceNumber
- Returns:
- Counter
-
getBR_NFText
Constraints: noneOriginal property name from the Odata EDM: BR_NFText
- Returns:
- NF Texts
-
getBR_NFTaxPartnerTextID
Constraints: Not nullable, Maximum length: 45Original property name from the Odata EDM: BR_NFTaxPartnerTextID
- Returns:
- Text ID from SAP Tax Partner
-
toString
- Overrides:
toStringin classVdmObject<BR_NFHeaderText>
-
equals
- Overrides:
equalsin classVdmEntity<BR_NFHeaderText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BR_NFHeaderText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BR_NFHeaderText>
-