Class DocumentInfoRecordClassCharc
Original entity name from the Odata EDM: A_DocumentInfoRecordClassCharcType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentInfoRecordClassCharcSelectableSelector for all available fields of DocumentInfoRecordClassCharc.static final DocumentInfoRecordClassCharcField<String>Use with available fluent helpers to apply the CharcInternalID field to query operations.static final DocumentInfoRecordClassCharcField<String>Use with available fluent helpers to apply the ClassInternalID field to query operations.static final DocumentInfoRecordClassCharcField<String>Use with available fluent helpers to apply the ClassType field to query operations.static final DocumentInfoRecordClassCharcField<String>Use with available fluent helpers to apply the DocumentInfoRecordDocNumber field to query operations.static final DocumentInfoRecordClassCharcField<String>Use with available fluent helpers to apply the DocumentInfoRecordDocPart field to query operations.static final DocumentInfoRecordClassCharcField<String>Use with available fluent helpers to apply the DocumentInfoRecordDocType field to query operations.static final DocumentInfoRecordClassCharcField<String>Use with available fluent helpers to apply the DocumentInfoRecordDocVersion field to query operations.static final DocumentInfoRecordClassCharcField<LocalDateTime>Use with available fluent helpers to apply the KeyDate field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionDocumentInfoRecordClassCharc(String documentInfoRecordDocType, String documentInfoRecordDocNumber, String documentInfoRecordDocVersion, String documentInfoRecordDocPart, String classInternalID, String charcInternalID, LocalDateTime keyDate, String classType) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
DocumentInfoRecordClassCharcField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> DocumentInfoRecordClassCharcField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 3protected String(Key Field) Constraints: Not nullable, Maximum length: 25(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 2protected StringgetKey()Constraints: Not nullable, Precision: 0getType()inthashCode()voidsetCharcInternalID(String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetClassInternalID(String classInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetClassType(String classType) Constraints: Not nullable, Maximum length: 3voidsetDocumentInfoRecordDocNumber(String documentInfoRecordDocNumber) (Key Field) Constraints: Not nullable, Maximum length: 25voidsetDocumentInfoRecordDocPart(String documentInfoRecordDocPart) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetDocumentInfoRecordDocType(String documentInfoRecordDocType) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetDocumentInfoRecordDocVersion(String documentInfoRecordDocVersion) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetKeyDate(LocalDateTime keyDate) Constraints: Not nullable, Precision: 0protected 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 DocumentInfoRecordClassCharc. -
DOCUMENT_INFO_RECORD_DOC_TYPE
Use with available fluent helpers to apply the DocumentInfoRecordDocType field to query operations. -
DOCUMENT_INFO_RECORD_DOC_NUMBER
Use with available fluent helpers to apply the DocumentInfoRecordDocNumber field to query operations. -
DOCUMENT_INFO_RECORD_DOC_VERSION
Use with available fluent helpers to apply the DocumentInfoRecordDocVersion field to query operations. -
DOCUMENT_INFO_RECORD_DOC_PART
Use with available fluent helpers to apply the DocumentInfoRecordDocPart field to query operations. -
CLASS_INTERNAL_ID
Use with available fluent helpers to apply the ClassInternalID field to query operations. -
CHARC_INTERNAL_ID
Use with available fluent helpers to apply the CharcInternalID field to query operations. -
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations. -
CLASS_TYPE
Use with available fluent helpers to apply the ClassType field to query operations.
-
-
Constructor Details
-
DocumentInfoRecordClassCharc
public DocumentInfoRecordClassCharc() -
DocumentInfoRecordClassCharc
public DocumentInfoRecordClassCharc(@Nullable String documentInfoRecordDocType, @Nullable String documentInfoRecordDocNumber, @Nullable String documentInfoRecordDocVersion, @Nullable String documentInfoRecordDocPart, @Nullable String classInternalID, @Nullable String charcInternalID, @Nullable LocalDateTime keyDate, @Nullable String classType)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<DocumentInfoRecordClassCharc>
-
setDocumentInfoRecordDocType
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocType
- Parameters:
documentInfoRecordDocType- Document Type
-
setDocumentInfoRecordDocNumber
(Key Field) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: DocumentInfoRecordDocNumber
- Parameters:
documentInfoRecordDocNumber- Document number
-
setDocumentInfoRecordDocVersion
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DocumentInfoRecordDocVersion
- Parameters:
documentInfoRecordDocVersion- Document Version
-
setDocumentInfoRecordDocPart
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocPart
- Parameters:
documentInfoRecordDocPart- Document Part
-
setClassInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClassInternalID
- Parameters:
classInternalID- Internal Class Number
-
setCharcInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Parameters:
charcInternalID- Characteristic Internal ID
-
setKeyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Parameters:
keyDate- The keyDate to set.
-
setClassType
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ClassType
- Parameters:
classType- Class Type
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<DocumentInfoRecordClassCharc>
-
getKey
- Overrides:
getKeyin classVdmObject<DocumentInfoRecordClassCharc>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<DocumentInfoRecordClassCharc>
-
fromMap
- Overrides:
fromMapin classVdmObject<DocumentInfoRecordClassCharc>
-
field
@Nonnull public static <T> DocumentInfoRecordClassCharcField<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> DocumentInfoRecordClassCharcField<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<DocumentInfoRecordClassCharc>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<DocumentInfoRecordClassCharc>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<DocumentInfoRecordClassCharc>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<DocumentInfoRecordClassCharc>
-
builder
-
getDocumentInfoRecordDocType
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocType
- Returns:
- Document Type
-
getDocumentInfoRecordDocNumber
(Key Field) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: DocumentInfoRecordDocNumber
- Returns:
- Document number
-
getDocumentInfoRecordDocVersion
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DocumentInfoRecordDocVersion
- Returns:
- Document Version
-
getDocumentInfoRecordDocPart
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocPart
- Returns:
- Document Part
-
getClassInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClassInternalID
- Returns:
- Internal Class Number
-
getCharcInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
- Characteristic Internal ID
-
getKeyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Returns:
- The keyDate contained in this entity.
-
getClassType
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ClassType
- Returns:
- Class Type
-
toString
- Overrides:
toStringin classVdmObject<DocumentInfoRecordClassCharc>
-
equals
- Overrides:
equalsin classVdmEntity<DocumentInfoRecordClassCharc>
-
canEqual
- Overrides:
canEqualin classVdmEntity<DocumentInfoRecordClassCharc>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<DocumentInfoRecordClassCharc>
-