public class PurgCatDescription extends VdmEntity<PurgCatDescription>
Modifier and Type | Class and Description |
---|---|
static class |
PurgCatDescription.PurgCatDescriptionBuilder |
Modifier and Type | Field and Description |
---|---|
static PurgCatDescriptionSelectable |
ALL_FIELDS
Selector for all available fields of PurgCatDescription.
|
static PurgCatDescriptionField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static PurgCatDescriptionField<String> |
PURG_CAT_DESCRIPTION
Use with available fluent helpers to apply the PurgCatDescription field to query operations.
|
static PurgCatDescriptionField<UUID> |
PURG_CAT_DESCRIPTION_UUID
Use with available fluent helpers to apply the PurgCatDescriptionUUID field to query operations.
|
static PurgCatDescriptionField<UUID> |
PURG_CAT_UUID
Use with available fluent helpers to apply the PurgCatUUID field to query operations.
|
Constructor and Description |
---|
PurgCatDescription() |
PurgCatDescription(UUID purgCatDescriptionUUID,
String language,
UUID purgCatUUID,
String purgCatDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PurgCatDescription.PurgCatDescriptionBuilder |
builder() |
boolean |
equals(Object o) |
static <T> PurgCatDescriptionField<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).
|
String |
getLanguage()
Constraints: Not nullable, Maximum length: 2
|
String |
getPurgCatDescription()
Constraints: Not nullable, Maximum length: 60
|
UUID |
getPurgCatDescriptionUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getPurgCatUUID()
Constraints: none
|
Class<PurgCatDescription> |
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 |
setLanguage(String language)
Constraints: Not nullable, Maximum length: 2
|
void |
setPurgCatDescription(String purgCatDescription)
Constraints: Not nullable, Maximum length: 60
|
void |
setPurgCatDescriptionUUID(UUID purgCatDescriptionUUID)
(Key Field) Constraints: Not nullable
|
void |
setPurgCatUUID(UUID purgCatUUID)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final PurgCatDescriptionSelectable ALL_FIELDS
public static final PurgCatDescriptionField<UUID> PURG_CAT_DESCRIPTION_UUID
public static final PurgCatDescriptionField<String> LANGUAGE
public static final PurgCatDescriptionField<UUID> PURG_CAT_UUID
public static final PurgCatDescriptionField<String> PURG_CAT_DESCRIPTION
public Class<PurgCatDescription> getType()
getType
in class VdmObject<PurgCatDescription>
public static <T> PurgCatDescriptionField<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 PurgCatDescription.PurgCatDescriptionBuilder builder()
@Nullable public UUID getPurgCatDescriptionUUID()
@Nullable public String getLanguage()
@Nullable public UUID getPurgCatUUID()
@Nullable public String getPurgCatDescription()
@Nullable public ErpConfigContext getErpConfigContext()
public void setPurgCatDescriptionUUID(@Nullable UUID purgCatDescriptionUUID)
purgCatDescriptionUUID
- public void setLanguage(@Nullable String language)
language
- public void setPurgCatUUID(@Nullable UUID purgCatUUID)
purgCatUUID
- public void setPurgCatDescription(@Nullable String purgCatDescription)
purgCatDescription
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<PurgCatDescription>
public boolean equals(Object o)
equals
in class VdmObject<PurgCatDescription>
public int hashCode()
hashCode
in class VdmObject<PurgCatDescription>
Copyright © 2018 SAP SE. All rights reserved.