public class LglTransCategory extends VdmEntity<LglTransCategory>
Original entity name from the Odata EDM: A_LglTransCategoryType
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.
|
changedOriginalFields
Constructor and Description |
---|
LglTransCategory() |
LglTransCategory(UUID legalTransactionCategoryUUID,
UUID legalTransactionParCatUUID,
UUID legalTransactionUUID,
String lglCntntMCategory,
Boolean lglCntntMIsMandatory) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static LglTransCategory.LglTransCategoryBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
protected Map<String,Object> |
getKey() |
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 |
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
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
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
@Nonnull public Class<LglTransCategory> getType()
getType
in class VdmObject<LglTransCategory>
public void setLegalTransactionCategoryUUID(@Nullable UUID legalTransactionCategoryUUID)
Original property name from the Odata EDM: LegalTransactionCategoryUUID
legalTransactionCategoryUUID
- Universal Unique Identifierpublic void setLegalTransactionParCatUUID(@Nullable UUID legalTransactionParCatUUID)
Original property name from the Odata EDM: LegalTransactionParCatUUID
legalTransactionParCatUUID
- Universal Unique Identifierpublic void setLegalTransactionUUID(@Nullable UUID legalTransactionUUID)
Original property name from the Odata EDM: LegalTransactionUUID
legalTransactionUUID
- Universal Unique Identifierpublic void setLglCntntMCategory(@Nullable String lglCntntMCategory)
Original property name from the Odata EDM: LglCntntMCategory
lglCntntMCategory
- Category IDpublic void setLglCntntMIsMandatory(@Nullable Boolean lglCntntMIsMandatory)
Original property name from the Odata EDM: LglCntntMIsMandatory
lglCntntMIsMandatory
- Mandatoryprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<LglTransCategory>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<LglTransCategory>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<LglTransCategory>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<LglTransCategory>
@Nonnull public static <T> LglTransCategoryField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> LglTransCategoryField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<LglTransCategory>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<LglTransCategory>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<LglTransCategory>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<LglTransCategory>
public static LglTransCategory.LglTransCategoryBuilder builder()
@Nullable public UUID getLegalTransactionCategoryUUID()
Original property name from the Odata EDM: LegalTransactionCategoryUUID
@Nullable public UUID getLegalTransactionParCatUUID()
Original property name from the Odata EDM: LegalTransactionParCatUUID
@Nullable public UUID getLegalTransactionUUID()
Original property name from the Odata EDM: LegalTransactionUUID
@Nullable public String getLglCntntMCategory()
Original property name from the Odata EDM: LglCntntMCategory
@Nullable public Boolean getLglCntntMIsMandatory()
Original property name from the Odata EDM: LglCntntMIsMandatory
public String toString()
toString
in class VdmObject<LglTransCategory>
public boolean equals(Object o)
equals
in class VdmObject<LglTransCategory>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<LglTransCategory>
public int hashCode()
hashCode
in class VdmObject<LglTransCategory>
Copyright © 2019 SAP SE. All rights reserved.