Class ProjectExternalID
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ProjectExternalID>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.ProjectExternalID
Project External ID (Master Data)
Original entity name from the Odata EDM: ProjectExternalID
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProjectExternalIDSelectableSelector for all available fields of ProjectExternalID.static final ProjectExternalIDField<String>Use with available fluent helpers to apply the ProjectExternalIDText field to query operations.static final ProjectExternalIDField<String>Use with available fluent helpers to apply the ProjectExternalID_ID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionProjectExternalID(String projectExternalID_ID, String projectExternalIDText) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ProjectExternalIDField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProjectExternalIDField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 24Constraints: nonegetType()inthashCode()voidsetProjectExternalID_ID(String projectExternalID_ID) (Key Field) Constraints: Not nullable, Maximum length: 24voidsetProjectExternalIDText(String projectExternalIDText) Constraints: noneprotected 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 ProjectExternalID. -
PROJECT_EXTERNAL_IDID
Use with available fluent helpers to apply the ProjectExternalID_ID field to query operations. -
PROJECT_EXTERNAL_ID_TEXT
Use with available fluent helpers to apply the ProjectExternalIDText field to query operations.
-
-
Constructor Details
-
ProjectExternalID
public ProjectExternalID() -
ProjectExternalID
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProjectExternalID>
-
setProjectExternalID_ID
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: ProjectExternalID_ID
- Parameters:
projectExternalID_ID- Project External ID
-
setProjectExternalIDText
Constraints: noneOriginal property name from the Odata EDM: ProjectExternalIDText
- Parameters:
projectExternalIDText- Project External ID (Description)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ProjectExternalID>
-
getKey
- Overrides:
getKeyin classVdmObject<ProjectExternalID>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProjectExternalID>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProjectExternalID>
-
field
@Nonnull public static <T> ProjectExternalIDField<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> ProjectExternalIDField<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<ProjectExternalID>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ProjectExternalID>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ProjectExternalID>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProjectExternalID>
-
builder
-
getProjectExternalID_ID
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: ProjectExternalID_ID
- Returns:
- Project External ID
-
getProjectExternalIDText
Constraints: noneOriginal property name from the Odata EDM: ProjectExternalIDText
- Returns:
- Project External ID (Description)
-
toString
- Overrides:
toStringin classVdmObject<ProjectExternalID>
-
equals
- Overrides:
equalsin classVdmEntity<ProjectExternalID>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProjectExternalID>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProjectExternalID>
-