public class InHouseRepairItem extends VdmEntity<InHouseRepairItem>
Original entity name from the Odata EDM: InHouseRepairItem_Type
Modifier and Type | Class and Description |
---|---|
static class |
InHouseRepairItem.InHouseRepairItemBuilder
Helper class to allow for fluent creation of InHouseRepairItem instances.
|
Modifier and Type | Field and Description |
---|---|
static ComplexProperty.Collection<InHouseRepairItem,SAP__Message> |
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
|
static SimpleProperty<InHouseRepairItem> |
ALL_FIELDS
Selector for all available fields of InHouseRepairItem.
|
static SimpleProperty.String<InHouseRepairItem> |
IN_HOUSE_REPAIR |
static SimpleProperty.String<InHouseRepairItem> |
IN_HOUSE_REPAIR_ITEM |
static SimpleProperty.String<InHouseRepairItem> |
INH_REPAIR_ITEM_STATUS |
static SimpleProperty.String<InHouseRepairItem> |
INH_REPAIR_REFERENCE_EQUIPMENT |
static SimpleProperty.String<InHouseRepairItem> |
INH_REPAIR_TYPE |
static SimpleProperty.String<InHouseRepairItem> |
PRODUCT |
static SimpleProperty.String<InHouseRepairItem> |
SERIAL_NUMBER |
static NavigationProperty.Single<InHouseRepairItem,InHouseRepair> |
TO__IN_HOUSE_REPAIR
Use with available request builders to apply the _InHouseRepair navigation property to query operations.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
InHouseRepairItem() |
InHouseRepairItem(String inHouseRepair,
String inHouseRepairItem,
String inhRepairType,
String inhRepairReferenceEquipment,
String product,
String serialNumber,
String inhRepairItemStatus,
Collection<SAP__Message> _Messages,
InHouseRepair to_InHouseRepair) |
Modifier and Type | Method and Description |
---|---|
static InHouseRepairItem.InHouseRepairItemBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
Collection<SAP__Message> |
get_Messages()
Constraints: Not nullable
|
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.
|
String |
getInHouseRepair()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<InHouseRepair> |
getInHouseRepairIfPresent()
Retrieval of associated InHouseRepair entity (one to one).
|
String |
getInHouseRepairItem()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
String |
getInhRepairItemStatus()
Constraints: Not nullable, Maximum length: 4
|
String |
getInhRepairReferenceEquipment()
Constraints: Not nullable, Maximum length: 18
|
String |
getInhRepairType()
Constraints: Not nullable, Maximum length: 4
|
protected ODataEntityKey |
getKey() |
String |
getOdataType() |
String |
getProduct()
Constraints: Not nullable, Maximum length: 18
|
String |
getSerialNumber()
Constraints: Not nullable, Maximum length: 18
|
Class<InHouseRepairItem> |
getType() |
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setInHouseRepair(InHouseRepair value)
Overwrites the associated InHouseRepair entity for the loaded navigation property _InHouseRepair.
|
void |
setInHouseRepair(String inHouseRepair)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setInHouseRepairItem(String inHouseRepairItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setInhRepairItemStatus(String inhRepairItemStatus)
Constraints: Not nullable, Maximum length: 4
|
void |
setInhRepairReferenceEquipment(String inhRepairReferenceEquipment)
Constraints: Not nullable, Maximum length: 18
|
void |
setInhRepairType(String inhRepairType)
Constraints: Not nullable, Maximum length: 4
|
void |
setProduct(String product)
Constraints: Not nullable, Maximum length: 18
|
void |
setSerialNumber(String serialNumber)
Constraints: Not nullable, Maximum length: 18
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
protected Map<String,Object> |
toMapOfNavigationProperties()
Get navigation properties 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
public static final SimpleProperty<InHouseRepairItem> ALL_FIELDS
public static final SimpleProperty.String<InHouseRepairItem> IN_HOUSE_REPAIR
public static final SimpleProperty.String<InHouseRepairItem> IN_HOUSE_REPAIR_ITEM
public static final SimpleProperty.String<InHouseRepairItem> INH_REPAIR_TYPE
public static final SimpleProperty.String<InHouseRepairItem> INH_REPAIR_REFERENCE_EQUIPMENT
public static final SimpleProperty.String<InHouseRepairItem> PRODUCT
public static final SimpleProperty.String<InHouseRepairItem> SERIAL_NUMBER
public static final SimpleProperty.String<InHouseRepairItem> INH_REPAIR_ITEM_STATUS
public static final ComplexProperty.Collection<InHouseRepairItem,SAP__Message> _MESSAGES
public static final NavigationProperty.Single<InHouseRepairItem,InHouseRepair> TO__IN_HOUSE_REPAIR
public InHouseRepairItem()
public InHouseRepairItem(@Nullable String inHouseRepair, @Nullable String inHouseRepairItem, @Nullable String inhRepairType, @Nullable String inhRepairReferenceEquipment, @Nullable String product, @Nullable String serialNumber, @Nullable String inhRepairItemStatus, @Nullable Collection<SAP__Message> _Messages, @Nullable InHouseRepair to_InHouseRepair)
@Nonnull public Class<InHouseRepairItem> getType()
getType
in class VdmObject<InHouseRepairItem>
public void setInHouseRepair(@Nullable String inHouseRepair)
Original property name from the Odata EDM: InHouseRepair
inHouseRepair
- In-House Repair IDpublic void setInHouseRepairItem(@Nullable String inHouseRepairItem)
Original property name from the Odata EDM: InHouseRepairItem
inHouseRepairItem
- Repair Objectpublic void setInhRepairType(@Nullable String inhRepairType)
Original property name from the Odata EDM: InhRepairType
inhRepairType
- Business Transaction Typepublic void setInhRepairReferenceEquipment(@Nullable String inhRepairReferenceEquipment)
Original property name from the Odata EDM: InhRepairReferenceEquipment
inhRepairReferenceEquipment
- Equipment Numberpublic void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
product
- Product Numberpublic void setSerialNumber(@Nullable String serialNumber)
Original property name from the Odata EDM: SerialNumber
serialNumber
- Serial Number of Equipmentpublic void setInhRepairItemStatus(@Nullable String inhRepairItemStatus)
Original property name from the Odata EDM: InhRepairItemStatus
inhRepairItemStatus
- Repair Object Statuspublic void set_Messages(@Nullable Collection<SAP__Message> _Messages)
Original property name from the Odata EDM: SAP__Messages
_Messages
- The _Messages to set.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<InHouseRepairItem>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<InHouseRepairItem>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<InHouseRepairItem>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<InHouseRepairItem>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<InHouseRepairItem>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<InHouseRepairItem>
@Nonnull public io.vavr.control.Option<InHouseRepair> getInHouseRepairIfPresent()
If the navigation property for an entity InHouseRepairItem has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setInHouseRepair(InHouseRepair value)
value
- New InHouseRepair entity.@Nonnull public static InHouseRepairItem.InHouseRepairItemBuilder builder()
@Nullable public String getInHouseRepair()
Original property name from the Odata EDM: InHouseRepair
@Nullable public String getInHouseRepairItem()
Original property name from the Odata EDM: InHouseRepairItem
@Nullable public String getInhRepairType()
Original property name from the Odata EDM: InhRepairType
@Nullable public String getInhRepairReferenceEquipment()
Original property name from the Odata EDM: InhRepairReferenceEquipment
@Nullable public String getProduct()
Original property name from the Odata EDM: Product
@Nullable public String getSerialNumber()
Original property name from the Odata EDM: SerialNumber
@Nullable public String getInhRepairItemStatus()
Original property name from the Odata EDM: InhRepairItemStatus
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<InHouseRepairItem>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<InHouseRepairItem>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<InHouseRepairItem>
public int hashCode()
hashCode
in class VdmEntity<InHouseRepairItem>
public String getOdataType()
getOdataType
in class VdmObject<InHouseRepairItem>
Copyright © 2021 SAP SE. All rights reserved.