public class LglTransEntity extends VdmEntity<LglTransEntity>
Modifier and Type | Class and Description |
---|---|
static class |
LglTransEntity.LglTransEntityBuilder |
Modifier and Type | Field and Description |
---|---|
static LglTransEntitySelectable |
ALL_FIELDS
Selector for all available fields of LglTransEntity.
|
static LglTransEntityField<UUID> |
LEGAL_TRANSACTION_ENTITY_UUID
Use with available fluent helpers to apply the LegalTransactionEntityUUID field to query operations.
|
static LglTransEntityField<String> |
LEGAL_TRANSACTION_MANDATORY_FLAG
Use with available fluent helpers to apply the LegalTransactionMandatoryFlag field to query operations.
|
static LglTransEntityField<UUID> |
LEGAL_TRANSACTION_UUID
Use with available fluent helpers to apply the LegalTransactionUUID field to query operations.
|
static LglTransEntityField<String> |
LGL_CNTNT_M_ENTITY
Use with available fluent helpers to apply the LglCntntMEntity field to query operations.
|
static LglTransEntityField<String> |
LGL_CNTNT_M_ENTITY_TYPE
Use with available fluent helpers to apply the LglCntntMEntityType field to query operations.
|
static LglTransEntityField<Boolean> |
LGL_CNTNT_M_IS_MAIN_ENTITY
Use with available fluent helpers to apply the LglCntntMIsMainEntity field to query operations.
|
static LglTransEntityField<Short> |
LGL_CNTNT_M_RANK
Use with available fluent helpers to apply the LglCntntMRank field to query operations.
|
Constructor and Description |
---|
LglTransEntity() |
LglTransEntity(UUID legalTransactionEntityUUID,
Short lglCntntMRank,
String lglCntntMEntityType,
String lglCntntMEntity,
UUID legalTransactionUUID,
String legalTransactionMandatoryFlag,
Boolean lglCntntMIsMainEntity,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static LglTransEntity.LglTransEntityBuilder |
builder() |
boolean |
equals(Object o) |
static <T> LglTransEntityField<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 |
getLegalTransactionEntityUUID()
(Key Field) Constraints: Not nullable
|
String |
getLegalTransactionMandatoryFlag()
Constraints: Not nullable, Maximum length: 1
|
UUID |
getLegalTransactionUUID()
Constraints: none
|
String |
getLglCntntMEntity()
Constraints: Not nullable, Maximum length: 10
|
String |
getLglCntntMEntityType()
Constraints: Not nullable, Maximum length: 4
|
Boolean |
getLglCntntMIsMainEntity()
Constraints: none
|
Short |
getLglCntntMRank()
Constraints: none
|
Class<LglTransEntity> |
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 |
setLegalTransactionEntityUUID(UUID legalTransactionEntityUUID)
(Key Field) Constraints: Not nullable
|
void |
setLegalTransactionMandatoryFlag(String legalTransactionMandatoryFlag)
Constraints: Not nullable, Maximum length: 1
|
void |
setLegalTransactionUUID(UUID legalTransactionUUID)
Constraints: none
|
void |
setLglCntntMEntity(String lglCntntMEntity)
Constraints: Not nullable, Maximum length: 10
|
void |
setLglCntntMEntityType(String lglCntntMEntityType)
Constraints: Not nullable, Maximum length: 4
|
void |
setLglCntntMIsMainEntity(Boolean lglCntntMIsMainEntity)
Constraints: none
|
void |
setLglCntntMRank(Short lglCntntMRank)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final LglTransEntitySelectable ALL_FIELDS
public static final LglTransEntityField<UUID> LEGAL_TRANSACTION_ENTITY_UUID
public static final LglTransEntityField<Short> LGL_CNTNT_M_RANK
public static final LglTransEntityField<String> LGL_CNTNT_M_ENTITY_TYPE
public static final LglTransEntityField<String> LGL_CNTNT_M_ENTITY
public static final LglTransEntityField<UUID> LEGAL_TRANSACTION_UUID
public static final LglTransEntityField<String> LEGAL_TRANSACTION_MANDATORY_FLAG
public static final LglTransEntityField<Boolean> LGL_CNTNT_M_IS_MAIN_ENTITY
public LglTransEntity()
public LglTransEntity(@Nullable UUID legalTransactionEntityUUID, @Nullable Short lglCntntMRank, @Nullable String lglCntntMEntityType, @Nullable String lglCntntMEntity, @Nullable UUID legalTransactionUUID, @Nullable String legalTransactionMandatoryFlag, @Nullable Boolean lglCntntMIsMainEntity, @Nullable ErpConfigContext erpConfigContext)
public Class<LglTransEntity> getType()
getType
in class VdmObject<LglTransEntity>
public static <T> LglTransEntityField<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 LglTransEntity.LglTransEntityBuilder builder()
@Nullable public UUID getLegalTransactionEntityUUID()
@Nullable public String getLglCntntMEntityType()
@Nullable public String getLglCntntMEntity()
@Nullable public UUID getLegalTransactionUUID()
@Nullable public String getLegalTransactionMandatoryFlag()
@Nullable public Boolean getLglCntntMIsMainEntity()
@Nullable public ErpConfigContext getErpConfigContext()
public void setLegalTransactionEntityUUID(@Nullable UUID legalTransactionEntityUUID)
legalTransactionEntityUUID
- public void setLglCntntMRank(@Nullable Short lglCntntMRank)
lglCntntMRank
- public void setLglCntntMEntityType(@Nullable String lglCntntMEntityType)
lglCntntMEntityType
- public void setLglCntntMEntity(@Nullable String lglCntntMEntity)
lglCntntMEntity
- public void setLegalTransactionUUID(@Nullable UUID legalTransactionUUID)
legalTransactionUUID
- public void setLegalTransactionMandatoryFlag(@Nullable String legalTransactionMandatoryFlag)
legalTransactionMandatoryFlag
- public void setLglCntntMIsMainEntity(@Nullable Boolean lglCntntMIsMainEntity)
lglCntntMIsMainEntity
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<LglTransEntity>
public boolean equals(Object o)
equals
in class VdmObject<LglTransEntity>
public int hashCode()
hashCode
in class VdmObject<LglTransEntity>
Copyright © 2018 SAP SE. All rights reserved.