Class LglTransEntity
Original entity name from the Odata EDM: A_LglTransEntityType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LglTransEntitySelectableSelector for all available fields of LglTransEntity.static final LglTransEntityField<UUID>Use with available fluent helpers to apply the LegalTransactionEntityUUID field to query operations.static final LglTransEntityField<String>Use with available fluent helpers to apply the LegalTransactionMandatoryFlag field to query operations.static final LglTransEntityField<UUID>Use with available fluent helpers to apply the LegalTransactionUUID field to query operations.static final LglTransEntityField<String>Use with available fluent helpers to apply the LglCntntMEntity field to query operations.static final LglTransEntityField<String>Use with available fluent helpers to apply the LglCntntMEntityType field to query operations.static final LglTransEntityField<Boolean>Use with available fluent helpers to apply the LglCntntMIsMainEntity field to query operations.static final LglTransEntityField<Short>Use with available fluent helpers to apply the LglCntntMRank 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>
LglTransEntityField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> LglTransEntityField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 1Constraints: noneConstraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 4Constraints: noneConstraints: nonegetType()inthashCode()voidsetLegalTransactionEntityUUID(UUID legalTransactionEntityUUID) (Key Field) Constraints: Not nullablevoidsetLegalTransactionMandatoryFlag(String legalTransactionMandatoryFlag) Constraints: Not nullable, Maximum length: 1voidsetLegalTransactionUUID(UUID legalTransactionUUID) Constraints: nonevoidsetLglCntntMEntity(String lglCntntMEntity) Constraints: Not nullable, Maximum length: 10voidsetLglCntntMEntityType(String lglCntntMEntityType) Constraints: Not nullable, Maximum length: 4voidsetLglCntntMIsMainEntity(Boolean lglCntntMIsMainEntity) Constraints: nonevoidsetLglCntntMRank(Short lglCntntMRank) 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 LglTransEntity. -
LEGAL_TRANSACTION_ENTITY_UUID
Use with available fluent helpers to apply the LegalTransactionEntityUUID field to query operations. -
LGL_CNTNT_M_RANK
Use with available fluent helpers to apply the LglCntntMRank field to query operations. -
LGL_CNTNT_M_ENTITY_TYPE
Use with available fluent helpers to apply the LglCntntMEntityType field to query operations. -
LGL_CNTNT_M_ENTITY
Use with available fluent helpers to apply the LglCntntMEntity field to query operations. -
LEGAL_TRANSACTION_UUID
Use with available fluent helpers to apply the LegalTransactionUUID field to query operations. -
LEGAL_TRANSACTION_MANDATORY_FLAG
Use with available fluent helpers to apply the LegalTransactionMandatoryFlag field to query operations. -
LGL_CNTNT_M_IS_MAIN_ENTITY
Use with available fluent helpers to apply the LglCntntMIsMainEntity field to query operations.
-
-
Constructor Details
-
LglTransEntity
public LglTransEntity() -
LglTransEntity
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<LglTransEntity>
-
setLegalTransactionEntityUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionEntityUUID
- Parameters:
legalTransactionEntityUUID- Universal Unique Identifier
-
setLglCntntMRank
Constraints: noneOriginal property name from the Odata EDM: LglCntntMRank
- Parameters:
lglCntntMRank- Sequence Number
-
setLglCntntMEntityType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMEntityType
- Parameters:
lglCntntMEntityType- Entity Type
-
setLglCntntMEntity
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: LglCntntMEntity
- Parameters:
lglCntntMEntity- Entity ID
-
setLegalTransactionUUID
Constraints: noneOriginal property name from the Odata EDM: LegalTransactionUUID
- Parameters:
legalTransactionUUID- Universal Unique Identifier
-
setLegalTransactionMandatoryFlag
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: LegalTransactionMandatoryFlag
- Parameters:
legalTransactionMandatoryFlag- Control Parameter Legal Transaction Mandatory State
-
setLglCntntMIsMainEntity
Constraints: noneOriginal property name from the Odata EDM: LglCntntMIsMainEntity
- Parameters:
lglCntntMIsMainEntity- Entity is Main Entity of Legal Transaction
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<LglTransEntity>
-
getKey
- Overrides:
getKeyin classVdmObject<LglTransEntity>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<LglTransEntity>
-
fromMap
- Overrides:
fromMapin classVdmObject<LglTransEntity>
-
field
@Nonnull public static <T> LglTransEntityField<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> LglTransEntityField<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<LglTransEntity>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<LglTransEntity>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<LglTransEntity>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<LglTransEntity>
-
builder
-
getLegalTransactionEntityUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionEntityUUID
- Returns:
- Universal Unique Identifier
-
getLglCntntMRank
Constraints: noneOriginal property name from the Odata EDM: LglCntntMRank
- Returns:
- Sequence Number
-
getLglCntntMEntityType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMEntityType
- Returns:
- Entity Type
-
getLglCntntMEntity
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: LglCntntMEntity
- Returns:
- Entity ID
-
getLegalTransactionUUID
Constraints: noneOriginal property name from the Odata EDM: LegalTransactionUUID
- Returns:
- Universal Unique Identifier
-
getLegalTransactionMandatoryFlag
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: LegalTransactionMandatoryFlag
- Returns:
- Control Parameter Legal Transaction Mandatory State
-
getLglCntntMIsMainEntity
Constraints: noneOriginal property name from the Odata EDM: LglCntntMIsMainEntity
- Returns:
- Entity is Main Entity of Legal Transaction
-
toString
- Overrides:
toStringin classVdmObject<LglTransEntity>
-
equals
- Overrides:
equalsin classVdmEntity<LglTransEntity>
-
canEqual
- Overrides:
canEqualin classVdmEntity<LglTransEntity>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<LglTransEntity>
-