public class LglTransCategory extends VdmEntity<LglTransCategory>
Modifier and Type | Class and Description |
---|---|
static class |
LglTransCategory.LglTransCategoryBuilder |
Modifier and Type | Field and Description |
---|---|
static LglTransCategorySelectable |
ALL_FIELDS
Selector for all available fields of LglTransCategory.
|
static LglTransCategoryField<UUID> |
LEGAL_TRANSACTION_CATEGORY_UUID
Use with available fluent helpers to apply the LegalTransactionCategoryUUID field to query operations.
|
static LglTransCategoryField<UUID> |
LEGAL_TRANSACTION_PAR_CAT_UUID
Use with available fluent helpers to apply the LegalTransactionParCatUUID field to query operations.
|
static LglTransCategoryField<UUID> |
LEGAL_TRANSACTION_UUID
Use with available fluent helpers to apply the LegalTransactionUUID field to query operations.
|
static LglTransCategoryField<String> |
LGL_CNTNT_M_CATEGORY
Use with available fluent helpers to apply the LglCntntMCategory field to query operations.
|
static LglTransCategoryField<Boolean> |
LGL_CNTNT_M_IS_MANDATORY
Use with available fluent helpers to apply the LglCntntMIsMandatory field to query operations.
|
Constructor and Description |
---|
LglTransCategory() |
LglTransCategory(UUID legalTransactionCategoryUUID,
UUID legalTransactionParCatUUID,
UUID legalTransactionUUID,
String lglCntntMCategory,
Boolean lglCntntMIsMandatory,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static LglTransCategory.LglTransCategoryBuilder |
builder() |
boolean |
equals(Object o) |
static <T> LglTransCategoryField<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.
|
UUID |
getLegalTransactionCategoryUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getLegalTransactionParCatUUID()
Constraints: none
|
UUID |
getLegalTransactionUUID()
Constraints: none
|
String |
getLglCntntMCategory()
Constraints: Not nullable, Maximum length: 6
|
Boolean |
getLglCntntMIsMandatory()
Constraints: none
|
Class<LglTransCategory> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLegalTransactionCategoryUUID(UUID legalTransactionCategoryUUID)
(Key Field) Constraints: Not nullable
|
void |
setLegalTransactionParCatUUID(UUID legalTransactionParCatUUID)
Constraints: none
|
void |
setLegalTransactionUUID(UUID legalTransactionUUID)
Constraints: none
|
void |
setLglCntntMCategory(String lglCntntMCategory)
Constraints: Not nullable, Maximum length: 6
|
void |
setLglCntntMIsMandatory(Boolean lglCntntMIsMandatory)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final LglTransCategorySelectable ALL_FIELDS
public static final LglTransCategoryField<UUID> LEGAL_TRANSACTION_CATEGORY_UUID
public static final LglTransCategoryField<UUID> LEGAL_TRANSACTION_PAR_CAT_UUID
public static final LglTransCategoryField<UUID> LEGAL_TRANSACTION_UUID
public static final LglTransCategoryField<String> LGL_CNTNT_M_CATEGORY
public static final LglTransCategoryField<Boolean> LGL_CNTNT_M_IS_MANDATORY
@Generated(value="lombok") public LglTransCategory()
@ConstructorProperties(value={"legalTransactionCategoryUUID","legalTransactionParCatUUID","legalTransactionUUID","lglCntntMCategory","lglCntntMIsMandatory","erpConfigContext"}) @Generated(value="lombok") public LglTransCategory(@Nullable UUID legalTransactionCategoryUUID, @Nullable UUID legalTransactionParCatUUID, @Nullable UUID legalTransactionUUID, @Nullable String lglCntntMCategory, @Nullable Boolean lglCntntMIsMandatory, @Nullable ErpConfigContext erpConfigContext)
public Class<LglTransCategory> getType()
getType
in class VdmObject<LglTransCategory>
public static <T> LglTransCategoryField<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.@Generated(value="lombok") public static LglTransCategory.LglTransCategoryBuilder builder()
@Nullable @Generated(value="lombok") public UUID getLegalTransactionCategoryUUID()
@Nullable @Generated(value="lombok") public UUID getLegalTransactionParCatUUID()
@Nullable @Generated(value="lombok") public UUID getLegalTransactionUUID()
@Nullable @Generated(value="lombok") public String getLglCntntMCategory()
@Nullable @Generated(value="lombok") public Boolean getLglCntntMIsMandatory()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setLegalTransactionCategoryUUID(@Nullable UUID legalTransactionCategoryUUID)
legalTransactionCategoryUUID
- @Generated(value="lombok") public void setLegalTransactionParCatUUID(@Nullable UUID legalTransactionParCatUUID)
legalTransactionParCatUUID
- @Generated(value="lombok") public void setLegalTransactionUUID(@Nullable UUID legalTransactionUUID)
legalTransactionUUID
- @Generated(value="lombok") public void setLglCntntMCategory(@Nullable String lglCntntMCategory)
lglCntntMCategory
- @Generated(value="lombok") public void setLglCntntMIsMandatory(@Nullable Boolean lglCntntMIsMandatory)
lglCntntMIsMandatory
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<LglTransCategory>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<LglTransCategory>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<LglTransCategory>
Copyright © 2018 SAP SE. All rights reserved.