public class ProdAllocationObjectT extends VdmEntity<ProdAllocationObjectT>
Modifier and Type | Class and Description |
---|---|
static class |
ProdAllocationObjectT.ProdAllocationObjectTBuilder |
Modifier and Type | Field and Description |
---|---|
static ProdAllocationObjectTSelectable |
ALL_FIELDS
Selector for all available fields of ProdAllocationObjectT.
|
static ProdAllocationObjectTField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static ProdAllocationObjectTField<String> |
PROD_ALLOC_OBJECT_DESCRIPTION
Use with available fluent helpers to apply the ProdAllocObjectDescription field to query operations.
|
static ProdAllocationObjectTField<UUID> |
PRODUCT_ALLOCATION_OBJECT_UUID
Use with available fluent helpers to apply the ProductAllocationObjectUUID field to query operations.
|
Constructor and Description |
---|
ProdAllocationObjectT() |
ProdAllocationObjectT(UUID productAllocationObjectUUID,
String language,
String prodAllocObjectDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProdAllocationObjectT.ProdAllocationObjectTBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ProdAllocationObjectTField<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 |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getProdAllocObjectDescription()
Constraints: Not nullable, Maximum length: 255
|
UUID |
getProductAllocationObjectUUID()
(Key Field) Constraints: Not nullable
|
Class<ProdAllocationObjectT> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setProdAllocObjectDescription(String prodAllocObjectDescription)
Constraints: Not nullable, Maximum length: 255
|
void |
setProductAllocationObjectUUID(UUID productAllocationObjectUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ProdAllocationObjectTSelectable ALL_FIELDS
public static final ProdAllocationObjectTField<UUID> PRODUCT_ALLOCATION_OBJECT_UUID
public static final ProdAllocationObjectTField<String> LANGUAGE
public static final ProdAllocationObjectTField<String> PROD_ALLOC_OBJECT_DESCRIPTION
@Generated(value="lombok") public ProdAllocationObjectT()
@ConstructorProperties(value={"productAllocationObjectUUID","language","prodAllocObjectDescription","erpConfigContext"}) @Generated(value="lombok") public ProdAllocationObjectT(@Nullable UUID productAllocationObjectUUID, @Nullable String language, @Nullable String prodAllocObjectDescription, @Nullable ErpConfigContext erpConfigContext)
public Class<ProdAllocationObjectT> getType()
getType
in class VdmObject<ProdAllocationObjectT>
public static <T> ProdAllocationObjectTField<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 ProdAllocationObjectT.ProdAllocationObjectTBuilder builder()
@Nullable @Generated(value="lombok") public UUID getProductAllocationObjectUUID()
@Nullable @Generated(value="lombok") public String getLanguage()
@Nullable @Generated(value="lombok") public String getProdAllocObjectDescription()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setProductAllocationObjectUUID(@Nullable UUID productAllocationObjectUUID)
productAllocationObjectUUID
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
language
- @Generated(value="lombok") public void setProdAllocObjectDescription(@Nullable String prodAllocObjectDescription)
prodAllocObjectDescription
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ProdAllocationObjectT>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ProdAllocationObjectT>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ProdAllocationObjectT>
Copyright © 2017 SAP SE. All rights reserved.