public class PurgCatDescription extends Entity<PurgCatDescription>
Modifier and Type | Class and Description |
---|---|
static class |
PurgCatDescription.PurgCatDescriptionBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<PurgCatDescription,String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static EntityField<PurgCatDescription,String> |
PURG_CAT_DESCRIPTION
Use with available fluent helpers to apply the PurgCatDescription field to query operations.
|
static EntityField<PurgCatDescription,UUID> |
PURG_CAT_DESCRIPTION_U_U_ID
Use with available fluent helpers to apply the PurgCatDescriptionUUID field to query operations.
|
static EntityField<PurgCatDescription,UUID> |
PURG_CAT_U_U_ID
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> EntityField<PurgCatDescription,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()
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.
|
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() |
public static final EntityField<PurgCatDescription,UUID> PURG_CAT_DESCRIPTION_U_U_ID
public static final EntityField<PurgCatDescription,String> LANGUAGE
public static final EntityField<PurgCatDescription,UUID> PURG_CAT_U_U_ID
public static final EntityField<PurgCatDescription,String> PURG_CAT_DESCRIPTION
@Generated(value="lombok") public PurgCatDescription()
@ConstructorProperties(value={"purgCatDescriptionUUID","language","purgCatUUID","purgCatDescription","erpConfigContext"}) @Generated(value="lombok") public PurgCatDescription(@Nullable UUID purgCatDescriptionUUID, @Nullable String language, @Nullable UUID purgCatUUID, @Nullable String purgCatDescription, ErpConfigContext erpConfigContext)
public Class<PurgCatDescription> getType()
getType
in class Entity<PurgCatDescription>
public static <T> EntityField<PurgCatDescription,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 PurgCatDescription.PurgCatDescriptionBuilder builder()
@Nullable @Generated(value="lombok") public UUID getPurgCatDescriptionUUID()
@Nullable @Generated(value="lombok") public String getLanguage()
@Nullable @Generated(value="lombok") public UUID getPurgCatUUID()
@Nullable @Generated(value="lombok") public String getPurgCatDescription()
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setPurgCatDescriptionUUID(@Nullable UUID purgCatDescriptionUUID)
purgCatDescriptionUUID
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
language
- @Generated(value="lombok") public void setPurgCatUUID(@Nullable UUID purgCatUUID)
purgCatUUID
- @Generated(value="lombok") public void setPurgCatDescription(@Nullable String purgCatDescription)
purgCatDescription
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<PurgCatDescription>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<PurgCatDescription>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<PurgCatDescription>
Copyright © 2017 SAP SE. All rights reserved.