public class LglTransExternalContact extends VdmEntity<LglTransExternalContact>
Modifier and Type | Class and Description |
---|---|
static class |
LglTransExternalContact.LglTransExternalContactBuilder |
Modifier and Type | Field and Description |
---|---|
static LglTransExternalContactSelectable |
ALL_FIELDS
Selector for all available fields of LglTransExternalContact.
|
static LglTransExternalContactField<UUID> |
LEGAL_TRANSACTION_EXT_CNTCT_UUID
Use with available fluent helpers to apply the LegalTransactionExtCntctUUID field to query operations.
|
static LglTransExternalContactField<String> |
LEGAL_TRANSACTION_MANDATORY_FLAG
Use with available fluent helpers to apply the LegalTransactionMandatoryFlag field to query operations.
|
static LglTransExternalContactField<UUID> |
LEGAL_TRANSACTION_UUID
Use with available fluent helpers to apply the LegalTransactionUUID field to query operations.
|
static LglTransExternalContactField<String> |
LGL_CNTNT_M_EXT_CNTCT_BP
Use with available fluent helpers to apply the LglCntntMExtCntctBP field to query operations.
|
static LglTransExternalContactField<String> |
LGL_CNTNT_M_EXT_CNTCT_TYPE
Use with available fluent helpers to apply the LglCntntMExtCntctType field to query operations.
|
static LglTransExternalContactField<Short> |
LGL_CNTNT_M_RANK
Use with available fluent helpers to apply the LglCntntMRank field to query operations.
|
Constructor and Description |
---|
LglTransExternalContact() |
LglTransExternalContact(UUID legalTransactionExtCntctUUID,
Short lglCntntMRank,
String lglCntntMExtCntctType,
String lglCntntMExtCntctBP,
String legalTransactionMandatoryFlag,
UUID legalTransactionUUID,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static LglTransExternalContact.LglTransExternalContactBuilder |
builder() |
boolean |
equals(Object o) |
static <T> LglTransExternalContactField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
UUID |
getLegalTransactionExtCntctUUID()
(Key Field) Constraints: Not nullable
|
String |
getLegalTransactionMandatoryFlag()
Constraints: Not nullable, Maximum length: 1
|
UUID |
getLegalTransactionUUID()
Constraints: none
|
String |
getLglCntntMExtCntctBP()
Constraints: Not nullable, Maximum length: 10
|
String |
getLglCntntMExtCntctType()
Constraints: Not nullable, Maximum length: 4
|
Short |
getLglCntntMRank()
Constraints: none
|
Class<LglTransExternalContact> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setLegalTransactionExtCntctUUID(UUID legalTransactionExtCntctUUID)
(Key Field) Constraints: Not nullable
|
void |
setLegalTransactionMandatoryFlag(String legalTransactionMandatoryFlag)
Constraints: Not nullable, Maximum length: 1
|
void |
setLegalTransactionUUID(UUID legalTransactionUUID)
Constraints: none
|
void |
setLglCntntMExtCntctBP(String lglCntntMExtCntctBP)
Constraints: Not nullable, Maximum length: 10
|
void |
setLglCntntMExtCntctType(String lglCntntMExtCntctType)
Constraints: Not nullable, Maximum length: 4
|
void |
setLglCntntMRank(Short lglCntntMRank)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final LglTransExternalContactSelectable ALL_FIELDS
public static final LglTransExternalContactField<UUID> LEGAL_TRANSACTION_EXT_CNTCT_UUID
public static final LglTransExternalContactField<Short> LGL_CNTNT_M_RANK
public static final LglTransExternalContactField<String> LGL_CNTNT_M_EXT_CNTCT_TYPE
public static final LglTransExternalContactField<String> LGL_CNTNT_M_EXT_CNTCT_BP
public static final LglTransExternalContactField<String> LEGAL_TRANSACTION_MANDATORY_FLAG
public static final LglTransExternalContactField<UUID> LEGAL_TRANSACTION_UUID
public LglTransExternalContact()
public LglTransExternalContact(@Nullable UUID legalTransactionExtCntctUUID, @Nullable Short lglCntntMRank, @Nullable String lglCntntMExtCntctType, @Nullable String lglCntntMExtCntctBP, @Nullable String legalTransactionMandatoryFlag, @Nullable UUID legalTransactionUUID, @Nullable ErpConfigContext erpConfigContext)
public Class<LglTransExternalContact> getType()
getType
in class VdmObject<LglTransExternalContact>
public static <T> LglTransExternalContactField<T> field(String fieldName, Class<T> fieldType)
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.public static LglTransExternalContact.LglTransExternalContactBuilder builder()
@Nullable public UUID getLegalTransactionExtCntctUUID()
@Nullable public String getLglCntntMExtCntctType()
@Nullable public String getLglCntntMExtCntctBP()
@Nullable public String getLegalTransactionMandatoryFlag()
@Nullable public UUID getLegalTransactionUUID()
@Nullable public ErpConfigContext getErpConfigContext()
public void setLegalTransactionExtCntctUUID(@Nullable UUID legalTransactionExtCntctUUID)
legalTransactionExtCntctUUID
- public void setLglCntntMRank(@Nullable Short lglCntntMRank)
lglCntntMRank
- public void setLglCntntMExtCntctType(@Nullable String lglCntntMExtCntctType)
lglCntntMExtCntctType
- public void setLglCntntMExtCntctBP(@Nullable String lglCntntMExtCntctBP)
lglCntntMExtCntctBP
- public void setLegalTransactionMandatoryFlag(@Nullable String legalTransactionMandatoryFlag)
legalTransactionMandatoryFlag
- public void setLegalTransactionUUID(@Nullable UUID legalTransactionUUID)
legalTransactionUUID
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<LglTransExternalContact>
public boolean equals(Object o)
equals
in class VdmObject<LglTransExternalContact>
public int hashCode()
hashCode
in class VdmObject<LglTransExternalContact>
Copyright © 2018 SAP SE. All rights reserved.