public class SegmentText extends VdmEntity<SegmentText>
Modifier and Type | Class and Description |
---|---|
static class |
SegmentText.SegmentTextBuilder |
Modifier and Type | Field and Description |
---|---|
static SegmentTextSelectable |
ALL_FIELDS
Selector for all available fields of SegmentText.
|
static SegmentTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static SegmentTextField<String> |
SEGMENT
Use with available fluent helpers to apply the Segment field to query operations.
|
static SegmentTextField<String> |
SEGMENT_NAME
Use with available fluent helpers to apply the SegmentName field to query operations.
|
Constructor and Description |
---|
SegmentText() |
SegmentText(String language,
String segment,
String segmentName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SegmentText.SegmentTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SegmentTextField<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 |
getSegment()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getSegmentName()
Constraints: Not nullable, Maximum length: 50
|
Class<SegmentText> |
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 |
setSegment(String segment)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSegmentName(String segmentName)
Constraints: Not nullable, Maximum length: 50
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SegmentTextSelectable ALL_FIELDS
public static final SegmentTextField<String> LANGUAGE
public static final SegmentTextField<String> SEGMENT
public static final SegmentTextField<String> SEGMENT_NAME
@Generated(value="lombok") public SegmentText()
@ConstructorProperties(value={"language","segment","segmentName","erpConfigContext"}) @Generated(value="lombok") public SegmentText(@Nullable String language, @Nullable String segment, @Nullable String segmentName, @Nullable ErpConfigContext erpConfigContext)
public Class<SegmentText> getType()
getType
in class VdmObject<SegmentText>
public static <T> SegmentTextField<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 SegmentText.SegmentTextBuilder builder()
@Nullable @Generated(value="lombok") public String getLanguage()
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
@Nullable @Generated(value="lombok") public String getSegment()
@Nullable @Generated(value="lombok") public String getSegmentName()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setLanguage(@Nullable String language)
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- @Generated(value="lombok") public void setSegment(@Nullable String segment)
segment
- @Generated(value="lombok") public void setSegmentName(@Nullable String segmentName)
segmentName
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SegmentText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SegmentText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SegmentText>
Copyright © 2018 SAP SE. All rights reserved.