Class LglTransRelationship
Original entity name from the Odata EDM: A_LglTransRelationshipType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LglTransRelationshipSelectableSelector for all available fields of LglTransRelationship.static final LglTransRelationshipField<String>Use with available fluent helpers to apply the LegalTransactionMandatoryFlag field to query operations.static final LglTransRelationshipField<UUID>Use with available fluent helpers to apply the LegalTransactionRelshpUUID field to query operations.static final LglTransRelationshipField<UUID>Use with available fluent helpers to apply the LegalTransactionUUID field to query operations.static final LglTransRelationshipField<String>Use with available fluent helpers to apply the LglCntntMRelshpType field to query operations.static final LglTransRelationshipField<String>Use with available fluent helpers to apply the RelshpLegalTransaction field to query operations.static final LglTransRelationshipField<UUID>Use with available fluent helpers to apply the RelshpLegalTransactionUUID 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>
LglTransRelationshipField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> LglTransRelationshipField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullableConstraints: noneConstraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 10Constraints: nonegetType()inthashCode()voidsetLegalTransactionMandatoryFlag(String legalTransactionMandatoryFlag) Constraints: Not nullable, Maximum length: 1voidsetLegalTransactionRelshpUUID(UUID legalTransactionRelshpUUID) (Key Field) Constraints: Not nullablevoidsetLegalTransactionUUID(UUID legalTransactionUUID) Constraints: nonevoidsetLglCntntMRelshpType(String lglCntntMRelshpType) Constraints: Not nullable, Maximum length: 4voidsetRelshpLegalTransaction(String relshpLegalTransaction) Constraints: Not nullable, Maximum length: 10voidsetRelshpLegalTransactionUUID(UUID relshpLegalTransactionUUID) 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 LglTransRelationship. -
LEGAL_TRANSACTION_RELSHP_UUID
Use with available fluent helpers to apply the LegalTransactionRelshpUUID field to query operations. -
LGL_CNTNT_M_RELSHP_TYPE
Use with available fluent helpers to apply the LglCntntMRelshpType field to query operations. -
RELSHP_LEGAL_TRANSACTION
Use with available fluent helpers to apply the RelshpLegalTransaction field to query operations. -
LEGAL_TRANSACTION_MANDATORY_FLAG
Use with available fluent helpers to apply the LegalTransactionMandatoryFlag field to query operations. -
LEGAL_TRANSACTION_UUID
Use with available fluent helpers to apply the LegalTransactionUUID field to query operations. -
RELSHP_LEGAL_TRANSACTION_UUID
Use with available fluent helpers to apply the RelshpLegalTransactionUUID field to query operations.
-
-
Constructor Details
-
LglTransRelationship
public LglTransRelationship() -
LglTransRelationship
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<LglTransRelationship>
-
setLegalTransactionRelshpUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionRelshpUUID
- Parameters:
legalTransactionRelshpUUID- Universal Unique Identifier
-
setLglCntntMRelshpType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMRelshpType
- Parameters:
lglCntntMRelshpType- Relationship Type
-
setRelshpLegalTransaction
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RelshpLegalTransaction
- Parameters:
relshpLegalTransaction- Legal Transaction ID
-
setLegalTransactionMandatoryFlag
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: LegalTransactionMandatoryFlag
- Parameters:
legalTransactionMandatoryFlag- Control Parameter Legal Transaction Mandatory State
-
setLegalTransactionUUID
Constraints: noneOriginal property name from the Odata EDM: LegalTransactionUUID
- Parameters:
legalTransactionUUID- Universal Unique Identifier
-
setRelshpLegalTransactionUUID
Constraints: noneOriginal property name from the Odata EDM: RelshpLegalTransactionUUID
- Parameters:
relshpLegalTransactionUUID- Universal Unique Identifier
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<LglTransRelationship>
-
getKey
- Overrides:
getKeyin classVdmObject<LglTransRelationship>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<LglTransRelationship>
-
fromMap
- Overrides:
fromMapin classVdmObject<LglTransRelationship>
-
field
@Nonnull public static <T> LglTransRelationshipField<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> LglTransRelationshipField<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<LglTransRelationship>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<LglTransRelationship>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<LglTransRelationship>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<LglTransRelationship>
-
builder
-
getLegalTransactionRelshpUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionRelshpUUID
- Returns:
- Universal Unique Identifier
-
getLglCntntMRelshpType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMRelshpType
- Returns:
- Relationship Type
-
getRelshpLegalTransaction
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RelshpLegalTransaction
- Returns:
- Legal Transaction ID
-
getLegalTransactionMandatoryFlag
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: LegalTransactionMandatoryFlag
- Returns:
- Control Parameter Legal Transaction Mandatory State
-
getLegalTransactionUUID
Constraints: noneOriginal property name from the Odata EDM: LegalTransactionUUID
- Returns:
- Universal Unique Identifier
-
getRelshpLegalTransactionUUID
Constraints: noneOriginal property name from the Odata EDM: RelshpLegalTransactionUUID
- Returns:
- Universal Unique Identifier
-
toString
- Overrides:
toStringin classVdmObject<LglTransRelationship>
-
equals
- Overrides:
equalsin classVdmEntity<LglTransRelationship>
-
canEqual
- Overrides:
canEqualin classVdmEntity<LglTransRelationship>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<LglTransRelationship>
-