public class ChangeProcessGroupText extends VdmEntity<ChangeProcessGroupText>
Original entity name from the Odata EDM: ChangeProcessGroupTextType
Modifier and Type | Class and Description |
---|---|
static class |
ChangeProcessGroupText.ChangeProcessGroupTextBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<ChangeProcessGroupText> |
ALL_FIELDS
Selector for all available fields of ChangeProcessGroupText.
|
static SimpleProperty.String<ChangeProcessGroupText> |
LANGUAGE |
static SimpleProperty.String<ChangeProcessGroupText> |
SRVC_TRANS_CHANGE_PROCESS_GROUP |
static SimpleProperty.String<ChangeProcessGroupText> |
SRVC_TRANS_CHANGE_PROCESS_GRP_DESC |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
ChangeProcessGroupText() |
ChangeProcessGroupText(String srvcTransChangeProcessGroup,
String language,
String srvcTransChangeProcessGrpDesc) |
Modifier and Type | Method and Description |
---|---|
static ChangeProcessGroupText.ChangeProcessGroupTextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
protected ODataEntityKey |
getKey() |
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getOdataType() |
String |
getSrvcTransChangeProcessGroup()
(Key Field) Constraints: Not nullable, Maximum length: 32
|
String |
getSrvcTransChangeProcessGrpDesc()
Constraints: Not nullable, Maximum length: 60
|
Class<ChangeProcessGroupText> |
getType() |
int |
hashCode() |
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setSrvcTransChangeProcessGroup(String srvcTransChangeProcessGroup)
(Key Field) Constraints: Not nullable, Maximum length: 32
|
void |
setSrvcTransChangeProcessGrpDesc(String srvcTransChangeProcessGrpDesc)
Constraints: Not nullable, Maximum length: 60
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
String |
toString() |
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifier
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SimpleProperty<ChangeProcessGroupText> ALL_FIELDS
public static final SimpleProperty.String<ChangeProcessGroupText> SRVC_TRANS_CHANGE_PROCESS_GROUP
public static final SimpleProperty.String<ChangeProcessGroupText> LANGUAGE
public static final SimpleProperty.String<ChangeProcessGroupText> SRVC_TRANS_CHANGE_PROCESS_GRP_DESC
@Nonnull public Class<ChangeProcessGroupText> getType()
getType
in class VdmObject<ChangeProcessGroupText>
public void setSrvcTransChangeProcessGroup(@Nullable String srvcTransChangeProcessGroup)
Original property name from the Odata EDM: SrvcTransChangeProcessGroup
srvcTransChangeProcessGroup
- BTMF Process Grouppublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Keypublic void setSrvcTransChangeProcessGrpDesc(@Nullable String srvcTransChangeProcessGrpDesc)
Original property name from the Odata EDM: SrvcTransChangeProcessGrpDesc
srvcTransChangeProcessGrpDesc
- Text Field of Length 60protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ChangeProcessGroupText>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<ChangeProcessGroupText>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<ChangeProcessGroupText>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<ChangeProcessGroupText>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<ChangeProcessGroupText>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static ChangeProcessGroupText.ChangeProcessGroupTextBuilder builder()
@Nullable public String getSrvcTransChangeProcessGroup()
Original property name from the Odata EDM: SrvcTransChangeProcessGroup
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getSrvcTransChangeProcessGrpDesc()
Original property name from the Odata EDM: SrvcTransChangeProcessGrpDesc
@Nonnull public String toString()
toString
in class VdmObject<ChangeProcessGroupText>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<ChangeProcessGroupText>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<ChangeProcessGroupText>
public int hashCode()
hashCode
in class VdmEntity<ChangeProcessGroupText>
public String getOdataType()
getOdataType
in class VdmObject<ChangeProcessGroupText>
Copyright © 2021 SAP SE. All rights reserved.