Class LglTransExternalContact
Original entity name from the Odata EDM: A_LglTransExternalContactType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LglTransExternalContactSelectableSelector for all available fields of LglTransExternalContact.static final LglTransExternalContactField<UUID>Use with available fluent helpers to apply the LegalTransactionExtCntctUUID field to query operations.static final LglTransExternalContactField<String>Use with available fluent helpers to apply the LegalTransactionMandatoryFlag field to query operations.static final LglTransExternalContactField<UUID>Use with available fluent helpers to apply the LegalTransactionUUID field to query operations.static final LglTransExternalContactField<String>Use with available fluent helpers to apply the LglCntntMExtCntctBP field to query operations.static final LglTransExternalContactField<String>Use with available fluent helpers to apply the LglCntntMExtCntctType field to query operations.static final LglTransExternalContactField<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>
LglTransExternalContactField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> LglTransExternalContactField<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: nonegetType()inthashCode()voidsetLegalTransactionExtCntctUUID(UUID legalTransactionExtCntctUUID) (Key Field) Constraints: Not nullablevoidsetLegalTransactionMandatoryFlag(String legalTransactionMandatoryFlag) Constraints: Not nullable, Maximum length: 1voidsetLegalTransactionUUID(UUID legalTransactionUUID) Constraints: nonevoidsetLglCntntMExtCntctBP(String lglCntntMExtCntctBP) Constraints: Not nullable, Maximum length: 10voidsetLglCntntMExtCntctType(String lglCntntMExtCntctType) Constraints: Not nullable, Maximum length: 4voidsetLglCntntMRank(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 LglTransExternalContact. -
LEGAL_TRANSACTION_EXT_CNTCT_UUID
Use with available fluent helpers to apply the LegalTransactionExtCntctUUID field to query operations. -
LGL_CNTNT_M_RANK
Use with available fluent helpers to apply the LglCntntMRank field to query operations. -
LGL_CNTNT_M_EXT_CNTCT_TYPE
Use with available fluent helpers to apply the LglCntntMExtCntctType field to query operations. -
LGL_CNTNT_M_EXT_CNTCT_BP
Use with available fluent helpers to apply the LglCntntMExtCntctBP 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.
-
-
Constructor Details
-
LglTransExternalContact
public LglTransExternalContact() -
LglTransExternalContact
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<LglTransExternalContact>
-
setLegalTransactionExtCntctUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionExtCntctUUID
- Parameters:
legalTransactionExtCntctUUID- Universal Unique Identifier
-
setLglCntntMRank
Constraints: noneOriginal property name from the Odata EDM: LglCntntMRank
- Parameters:
lglCntntMRank- Sequence Number
-
setLglCntntMExtCntctType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMExtCntctType
- Parameters:
lglCntntMExtCntctType- External context type
-
setLglCntntMExtCntctBP
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: LglCntntMExtCntctBP
- Parameters:
lglCntntMExtCntctBP- Business Partner Number
-
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
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<LglTransExternalContact>
-
getKey
- Overrides:
getKeyin classVdmObject<LglTransExternalContact>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<LglTransExternalContact>
-
fromMap
- Overrides:
fromMapin classVdmObject<LglTransExternalContact>
-
field
@Nonnull public static <T> LglTransExternalContactField<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> LglTransExternalContactField<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<LglTransExternalContact>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<LglTransExternalContact>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<LglTransExternalContact>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<LglTransExternalContact>
-
builder
-
getLegalTransactionExtCntctUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionExtCntctUUID
- Returns:
- Universal Unique Identifier
-
getLglCntntMRank
Constraints: noneOriginal property name from the Odata EDM: LglCntntMRank
- Returns:
- Sequence Number
-
getLglCntntMExtCntctType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMExtCntctType
- Returns:
- External context type
-
getLglCntntMExtCntctBP
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: LglCntntMExtCntctBP
- Returns:
- Business Partner Number
-
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
-
toString
- Overrides:
toStringin classVdmObject<LglTransExternalContact>
-
equals
- Overrides:
equalsin classVdmEntity<LglTransExternalContact>
-
canEqual
- Overrides:
canEqualin classVdmEntity<LglTransExternalContact>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<LglTransExternalContact>
-