public class BusSolnOrderItemObjectList extends VdmEntity<BusSolnOrderItemObjectList>
Original entity name from the Odata EDM: A_BusSolnOrderItemObjectListType
Modifier and Type | Class and Description |
---|---|
static class |
BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder |
Modifier and Type | Field and Description |
---|---|
static BusSolnOrderItemObjectListSelectable |
ALL_FIELDS
Selector for all available fields of BusSolnOrderItemObjectList.
|
static BusSolnOrderItemObjectListField<String> |
BUSINESS_SOLUTION_ORDER
Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations.
|
static BusSolnOrderItemObjectListField<String> |
BUSINESS_SOLUTION_ORDER_ITEM
Use with available fluent helpers to apply the BusinessSolutionOrderItem field to query operations.
|
static BusSolnOrderItemObjectListField<String> |
EQUIPMENT
Use with available fluent helpers to apply the Equipment field to query operations.
|
static BusSolnOrderItemObjectListField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static BusSolnOrderItemObjectListField<String> |
SERVICE_REF_FUNCTIONAL_LOCATION
Use with available fluent helpers to apply the ServiceRefFunctionalLocation field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
BusSolnOrderItemObjectList() |
BusSolnOrderItemObjectList(String businessSolutionOrder,
String businessSolutionOrderItem,
String product,
String equipment,
String serviceRefFunctionalLocation) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> BusSolnOrderItemObjectListField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getBusinessSolutionOrder()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getBusinessSolutionOrderItem()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getEquipment()
(Key Field) Constraints: Not nullable, Maximum length: 18
|
protected Map<String,Object> |
getKey() |
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getServiceRefFunctionalLocation()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
Class<BusSolnOrderItemObjectList> |
getType() |
int |
hashCode() |
void |
setBusinessSolutionOrder(String businessSolutionOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setBusinessSolutionOrderItem(String businessSolutionOrderItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setEquipment(String equipment)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setServiceRefFunctionalLocation(String serviceRefFunctionalLocation)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final BusSolnOrderItemObjectListSelectable ALL_FIELDS
public static final BusSolnOrderItemObjectListField<String> BUSINESS_SOLUTION_ORDER
public static final BusSolnOrderItemObjectListField<String> BUSINESS_SOLUTION_ORDER_ITEM
public static final BusSolnOrderItemObjectListField<String> PRODUCT
public static final BusSolnOrderItemObjectListField<String> EQUIPMENT
public static final BusSolnOrderItemObjectListField<String> SERVICE_REF_FUNCTIONAL_LOCATION
@Nonnull public Class<BusSolnOrderItemObjectList> getType()
getType
in class VdmObject<BusSolnOrderItemObjectList>
public void setBusinessSolutionOrder(@Nullable String businessSolutionOrder)
Original property name from the Odata EDM: BusinessSolutionOrder
businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.public void setBusinessSolutionOrderItem(@Nullable String businessSolutionOrderItem)
Original property name from the Odata EDM: BusinessSolutionOrderItem
businessSolutionOrderItem
- Shortened Item Number in Documentpublic void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
product
- Alphanumeric key uniquely identifying the material.public void setEquipment(@Nullable String equipment)
Original property name from the Odata EDM: Equipment
equipment
- Number by which a piece of equipment can be clearly identified.public void setServiceRefFunctionalLocation(@Nullable String serviceRefFunctionalLocation)
Original property name from the Odata EDM: ServiceRefFunctionalLocation
If alternative labels exist for a functional location, you can define in your user profile which label should be displayed in this field.
serviceRefFunctionalLocation
- Label that uniquely identifies a functional location.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<BusSolnOrderItemObjectList>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<BusSolnOrderItemObjectList>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<BusSolnOrderItemObjectList>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<BusSolnOrderItemObjectList>
@Nonnull public static <T> BusSolnOrderItemObjectListField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> BusSolnOrderItemObjectListField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<BusSolnOrderItemObjectList>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<BusSolnOrderItemObjectList>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<BusSolnOrderItemObjectList>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<BusSolnOrderItemObjectList>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder builder()
@Nullable public String getBusinessSolutionOrder()
Original property name from the Odata EDM: BusinessSolutionOrder
@Nullable public String getBusinessSolutionOrderItem()
Original property name from the Odata EDM: BusinessSolutionOrderItem
@Nullable public String getProduct()
Original property name from the Odata EDM: Product
@Nullable public String getEquipment()
Original property name from the Odata EDM: Equipment
@Nullable public String getServiceRefFunctionalLocation()
Original property name from the Odata EDM: ServiceRefFunctionalLocation
If alternative labels exist for a functional location, you can define in your user profile which label should be displayed in this field.
@Nonnull public String toString()
toString
in class VdmObject<BusSolnOrderItemObjectList>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<BusSolnOrderItemObjectList>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<BusSolnOrderItemObjectList>
public int hashCode()
hashCode
in class VdmObject<BusSolnOrderItemObjectList>
Copyright © 2020 SAP SE. All rights reserved.