Class PartnerProjectInternalID
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<PartnerProjectInternalID>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.PartnerProjectInternalID
Partner Project Internal ID (Master Data)
Original entity name from the Odata EDM: PartnerProjectInternalID
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PartnerProjectInternalIDSelectableSelector for all available fields of PartnerProjectInternalID.static final PartnerProjectInternalIDField<String>Use with available fluent helpers to apply the PartnerProjectExternalID field to query operations.static final PartnerProjectInternalIDField<String>Use with available fluent helpers to apply the PartnerProjectInternalID_ID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionPartnerProjectInternalID(String partnerProjectInternalID_ID, String partnerProjectExternalID) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
PartnerProjectInternalIDField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> PartnerProjectInternalIDField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 24(Key Field) Constraints: Not nullable, Maximum length: 8getType()inthashCode()voidsetPartnerProjectExternalID(String partnerProjectExternalID) Constraints: Not nullable, Maximum length: 24voidsetPartnerProjectInternalID_ID(String partnerProjectInternalID_ID) (Key Field) Constraints: Not nullable, Maximum length: 8protected 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 PartnerProjectInternalID. -
PARTNER_PROJECT_INTERNAL_IDID
Use with available fluent helpers to apply the PartnerProjectInternalID_ID field to query operations. -
PARTNER_PROJECT_EXTERNAL_ID
Use with available fluent helpers to apply the PartnerProjectExternalID field to query operations.
-
-
Constructor Details
-
PartnerProjectInternalID
public PartnerProjectInternalID() -
PartnerProjectInternalID
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<PartnerProjectInternalID>
-
setPartnerProjectInternalID_ID
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: PartnerProjectInternalID_ID
- Parameters:
partnerProjectInternalID_ID- Partner Project Internal ID
-
setPartnerProjectExternalID
Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: PartnerProjectExternalID
- Parameters:
partnerProjectExternalID- Partner Project External ID
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<PartnerProjectInternalID>
-
getKey
- Overrides:
getKeyin classVdmObject<PartnerProjectInternalID>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<PartnerProjectInternalID>
-
fromMap
- Overrides:
fromMapin classVdmObject<PartnerProjectInternalID>
-
field
@Nonnull public static <T> PartnerProjectInternalIDField<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> PartnerProjectInternalIDField<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<PartnerProjectInternalID>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<PartnerProjectInternalID>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<PartnerProjectInternalID>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<PartnerProjectInternalID>
-
builder
-
getPartnerProjectInternalID_ID
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: PartnerProjectInternalID_ID
- Returns:
- Partner Project Internal ID
-
getPartnerProjectExternalID
Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: PartnerProjectExternalID
- Returns:
- Partner Project External ID
-
toString
- Overrides:
toStringin classVdmObject<PartnerProjectInternalID>
-
equals
- Overrides:
equalsin classVdmEntity<PartnerProjectInternalID>
-
canEqual
- Overrides:
canEqualin classVdmEntity<PartnerProjectInternalID>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<PartnerProjectInternalID>
-