public class PurgCatMaterialGroup extends VdmEntity<PurgCatMaterialGroup>
Modifier and Type | Class and Description |
---|---|
static class |
PurgCatMaterialGroup.PurgCatMaterialGroupBuilder |
Modifier and Type | Field and Description |
---|---|
static PurgCatMaterialGroupSelectable |
ALL_FIELDS
Selector for all available fields of PurgCatMaterialGroup.
|
static PurgCatMaterialGroupField<String> |
MATERIAL_GROUP
Use with available fluent helpers to apply the MaterialGroup field to query operations.
|
static PurgCatMaterialGroupField<UUID> |
PUR_CAT_MATERIAL_GROUP_UUID
Use with available fluent helpers to apply the PurCatMaterialGroupUUID field to query operations.
|
static PurgCatMaterialGroupField<UUID> |
PURG_CAT_UUID
Use with available fluent helpers to apply the PurgCatUUID field to query operations.
|
Constructor and Description |
---|
PurgCatMaterialGroup() |
PurgCatMaterialGroup(UUID purCatMaterialGroupUUID,
UUID purgCatUUID,
String materialGroup,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PurgCatMaterialGroup.PurgCatMaterialGroupBuilder |
builder() |
boolean |
equals(Object o) |
static <T> PurgCatMaterialGroupField<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.
|
String |
getMaterialGroup()
Constraints: Not nullable, Maximum length: 9
|
UUID |
getPurCatMaterialGroupUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getPurgCatUUID()
Constraints: none
|
Class<PurgCatMaterialGroup> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setMaterialGroup(String materialGroup)
Constraints: Not nullable, Maximum length: 9
|
void |
setPurCatMaterialGroupUUID(UUID purCatMaterialGroupUUID)
(Key Field) Constraints: Not nullable
|
void |
setPurgCatUUID(UUID purgCatUUID)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final PurgCatMaterialGroupSelectable ALL_FIELDS
public static final PurgCatMaterialGroupField<UUID> PUR_CAT_MATERIAL_GROUP_UUID
public static final PurgCatMaterialGroupField<UUID> PURG_CAT_UUID
public static final PurgCatMaterialGroupField<String> MATERIAL_GROUP
@Generated(value="lombok") public PurgCatMaterialGroup()
@ConstructorProperties(value={"purCatMaterialGroupUUID","purgCatUUID","materialGroup","erpConfigContext"}) @Generated(value="lombok") public PurgCatMaterialGroup(@Nullable UUID purCatMaterialGroupUUID, @Nullable UUID purgCatUUID, @Nullable String materialGroup, @Nullable ErpConfigContext erpConfigContext)
public Class<PurgCatMaterialGroup> getType()
getType
in class VdmObject<PurgCatMaterialGroup>
public static <T> PurgCatMaterialGroupField<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 PurgCatMaterialGroup.PurgCatMaterialGroupBuilder builder()
@Nullable @Generated(value="lombok") public UUID getPurCatMaterialGroupUUID()
@Nullable @Generated(value="lombok") public UUID getPurgCatUUID()
@Nullable @Generated(value="lombok") public String getMaterialGroup()
You can use material groups to: Restrict the scope of analyses Search specifically for material master records via search helps
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setPurCatMaterialGroupUUID(@Nullable UUID purCatMaterialGroupUUID)
purCatMaterialGroupUUID
- @Generated(value="lombok") public void setPurgCatUUID(@Nullable UUID purgCatUUID)
purgCatUUID
- @Generated(value="lombok") public void setMaterialGroup(@Nullable String materialGroup)
You can use material groups to: Restrict the scope of analyses Search specifically for material master records via search helps
materialGroup
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<PurgCatMaterialGroup>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<PurgCatMaterialGroup>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<PurgCatMaterialGroup>
Copyright © 2017 SAP SE. All rights reserved.