public class PurgCatTranslationStatus extends VdmEntity<PurgCatTranslationStatus>
Modifier and Type | Class and Description |
---|---|
static class |
PurgCatTranslationStatus.PurgCatTranslationStatusBuilder |
Modifier and Type | Field and Description |
---|---|
static PurgCatTranslationStatusSelectable |
ALL_FIELDS
Selector for all available fields of PurgCatTranslationStatus.
|
static PurgCatTranslationStatusField<String> |
PURG_CAT_TRANSLATION_TGT_LANG
Use with available fluent helpers to apply the PurgCatTranslationTgtLang field to query operations.
|
static PurgCatTranslationStatusField<String> |
PURG_CAT_TRANSLATION_TGT_LANG_STS
Use with available fluent helpers to apply the PurgCatTranslationTgtLangSts field to query operations.
|
static PurgCatTranslationStatusField<UUID> |
PURG_CAT_TRANSLATION_UUID
Use with available fluent helpers to apply the PurgCatTranslationUUID field to query operations.
|
static PurgCatTranslationStatusField<UUID> |
PURG_CAT_UUID
Use with available fluent helpers to apply the PurgCatUUID field to query operations.
|
Constructor and Description |
---|
PurgCatTranslationStatus() |
PurgCatTranslationStatus(UUID purgCatTranslationUUID,
UUID purgCatUUID,
String purgCatTranslationTgtLang,
String purgCatTranslationTgtLangSts,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PurgCatTranslationStatus.PurgCatTranslationStatusBuilder |
builder() |
boolean |
equals(Object o) |
static <T> PurgCatTranslationStatusField<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 |
getPurgCatTranslationTgtLang()
Constraints: Not nullable, Maximum length: 2
|
String |
getPurgCatTranslationTgtLangSts()
Constraints: Not nullable, Maximum length: 2
|
UUID |
getPurgCatTranslationUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getPurgCatUUID()
Constraints: none
|
Class<PurgCatTranslationStatus> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setPurgCatTranslationTgtLang(String purgCatTranslationTgtLang)
Constraints: Not nullable, Maximum length: 2
|
void |
setPurgCatTranslationTgtLangSts(String purgCatTranslationTgtLangSts)
Constraints: Not nullable, Maximum length: 2
|
void |
setPurgCatTranslationUUID(UUID purgCatTranslationUUID)
(Key Field) Constraints: Not nullable
|
void |
setPurgCatUUID(UUID purgCatUUID)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final PurgCatTranslationStatusSelectable ALL_FIELDS
public static final PurgCatTranslationStatusField<UUID> PURG_CAT_TRANSLATION_UUID
public static final PurgCatTranslationStatusField<UUID> PURG_CAT_UUID
public static final PurgCatTranslationStatusField<String> PURG_CAT_TRANSLATION_TGT_LANG
public static final PurgCatTranslationStatusField<String> PURG_CAT_TRANSLATION_TGT_LANG_STS
@Generated(value="lombok") public PurgCatTranslationStatus()
@ConstructorProperties(value={"purgCatTranslationUUID","purgCatUUID","purgCatTranslationTgtLang","purgCatTranslationTgtLangSts","erpConfigContext"}) @Generated(value="lombok") public PurgCatTranslationStatus(@Nullable UUID purgCatTranslationUUID, @Nullable UUID purgCatUUID, @Nullable String purgCatTranslationTgtLang, @Nullable String purgCatTranslationTgtLangSts, @Nullable ErpConfigContext erpConfigContext)
public Class<PurgCatTranslationStatus> getType()
getType
in class VdmObject<PurgCatTranslationStatus>
public static <T> PurgCatTranslationStatusField<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 PurgCatTranslationStatus.PurgCatTranslationStatusBuilder builder()
@Nullable @Generated(value="lombok") public UUID getPurgCatTranslationUUID()
@Nullable @Generated(value="lombok") public UUID getPurgCatUUID()
@Nullable @Generated(value="lombok") public String getPurgCatTranslationTgtLang()
@Nullable @Generated(value="lombok") public String getPurgCatTranslationTgtLangSts()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setPurgCatTranslationUUID(@Nullable UUID purgCatTranslationUUID)
purgCatTranslationUUID
- @Generated(value="lombok") public void setPurgCatUUID(@Nullable UUID purgCatUUID)
purgCatUUID
- @Generated(value="lombok") public void setPurgCatTranslationTgtLang(@Nullable String purgCatTranslationTgtLang)
purgCatTranslationTgtLang
- @Generated(value="lombok") public void setPurgCatTranslationTgtLangSts(@Nullable String purgCatTranslationTgtLangSts)
purgCatTranslationTgtLangSts
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<PurgCatTranslationStatus>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<PurgCatTranslationStatus>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<PurgCatTranslationStatus>
Copyright © 2018 SAP SE. All rights reserved.