public class BusVolFldCombnTypeFldAssgmt extends VdmEntity<BusVolFldCombnTypeFldAssgmt>
Original entity name from the Odata EDM: A_BusVolFldCombnTypeFldAssgmtType
Modifier and Type | Class and Description |
---|---|
static class |
BusVolFldCombnTypeFldAssgmt.BusVolFldCombnTypeFldAssgmtBuilder |
Modifier and Type | Field and Description |
---|---|
static BusVolFldCombnTypeFldAssgmtSelectable |
ALL_FIELDS
Selector for all available fields of BusVolFldCombnTypeFldAssgmt.
|
static BusVolFldCombnTypeFldAssgmtField<String> |
BUS_VOL_FIELD_COMBN_TYPE
Use with available fluent helpers to apply the BusVolFieldCombnType field to query operations.
|
static BusVolFldCombnTypeFldAssgmtField<String> |
BUS_VOL_FLD_COMBN_EXT_FIELD_NAME
Use with available fluent helpers to apply the BusVolFldCombnExtFieldName field to query operations.
|
static BusVolFldCombnTypeFldAssgmtField<Boolean> |
BUS_VOL_FLD_COMBN_FLD_INIT_IS_ALLWD
Use with available fluent helpers to apply the BusVolFldCombnFldInitIsAllwd field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
BusVolFldCombnTypeFldAssgmt() |
BusVolFldCombnTypeFldAssgmt(String busVolFieldCombnType,
String busVolFldCombnExtFieldName,
Boolean busVolFldCombnFldInitIsAllwd) |
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 BusVolFldCombnTypeFldAssgmt.BusVolFldCombnTypeFldAssgmtBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> BusVolFldCombnTypeFldAssgmtField<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 |
getBusVolFieldCombnType()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getBusVolFldCombnExtFieldName()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
Boolean |
getBusVolFldCombnFldInitIsAllwd()
Constraints: none
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
protected Map<String,Object> |
getKey() |
Class<BusVolFldCombnTypeFldAssgmt> |
getType() |
int |
hashCode() |
void |
setBusVolFieldCombnType(String busVolFieldCombnType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setBusVolFldCombnExtFieldName(String busVolFldCombnExtFieldName)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
void |
setBusVolFldCombnFldInitIsAllwd(Boolean busVolFldCombnFldInitIsAllwd)
Constraints: none
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
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 BusVolFldCombnTypeFldAssgmtSelectable ALL_FIELDS
public static final BusVolFldCombnTypeFldAssgmtField<String> BUS_VOL_FIELD_COMBN_TYPE
public static final BusVolFldCombnTypeFldAssgmtField<String> BUS_VOL_FLD_COMBN_EXT_FIELD_NAME
public static final BusVolFldCombnTypeFldAssgmtField<Boolean> BUS_VOL_FLD_COMBN_FLD_INIT_IS_ALLWD
@Nonnull public Class<BusVolFldCombnTypeFldAssgmt> getType()
getType
in class VdmObject<BusVolFldCombnTypeFldAssgmt>
public void setBusVolFieldCombnType(@Nullable String busVolFieldCombnType)
Original property name from the Odata EDM: BusVolFieldCombnType
Field combinations are grouped to a set of field combinations which you then assign to a condition contract type.For the settlement of a condition contract, you enter concrete values for the selection criteria according to field combinations on the Business Volume Selection Criteria tab page in the condition contract's header area.Different lines for a field combination that you have entered in the condition contract are considered with an OR logic in the selection condition for the business volume data selection (WHERE clause).When entering a new line with selection criteria, you also specify with the Status Including / Excluding indicator whether this field combination will be treated as Include or Exclude statement for the WHERE clause in business volume data selection.You have defined a field combination including the fields for a supplier (LIFNR) and a material (MATNR). If you use this field combination in a condition contract you can enter lines as followsLIFNR MATNRSUPPLIER_1 MATERIAL_ASUPPLIER_1 MATERIAL_BSUPPLIER_2 MATERIAL_ASUPPLIER_2 MATERIAL_B
busVolFieldCombnType
- Contains one or multiple fields that serve as selection criteria for the business volume data
selection from the business volume table.public void setBusVolFldCombnExtFieldName(@Nullable String busVolFldCombnExtFieldName)
Original property name from the Odata EDM: BusVolFldCombnExtFieldName
busVolFldCombnExtFieldName
- External Fieldname (GFN)public void setBusVolFldCombnFldInitIsAllwd(@Nullable Boolean busVolFldCombnFldInitIsAllwd)
Original property name from the Odata EDM: BusVolFldCombnFldInitIsAllwd
busVolFldCombnFldInitIsAllwd
- Initial values for the field in the field combination of the business volume base are allowed only if
this flag is active.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<BusVolFldCombnTypeFldAssgmt>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<BusVolFldCombnTypeFldAssgmt>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<BusVolFldCombnTypeFldAssgmt>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<BusVolFldCombnTypeFldAssgmt>
@Nonnull public static <T> BusVolFldCombnTypeFldAssgmtField<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> BusVolFldCombnTypeFldAssgmtField<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<BusVolFldCombnTypeFldAssgmt>
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<BusVolFldCombnTypeFldAssgmt>
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<BusVolFldCombnTypeFldAssgmt>
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()
getDefaultServicePath
in class VdmEntity<BusVolFldCombnTypeFldAssgmt>
public static BusVolFldCombnTypeFldAssgmt.BusVolFldCombnTypeFldAssgmtBuilder builder()
@Nullable public String getBusVolFieldCombnType()
Original property name from the Odata EDM: BusVolFieldCombnType
Field combinations are grouped to a set of field combinations which you then assign to a condition contract type.For the settlement of a condition contract, you enter concrete values for the selection criteria according to field combinations on the Business Volume Selection Criteria tab page in the condition contract's header area.Different lines for a field combination that you have entered in the condition contract are considered with an OR logic in the selection condition for the business volume data selection (WHERE clause).When entering a new line with selection criteria, you also specify with the Status Including / Excluding indicator whether this field combination will be treated as Include or Exclude statement for the WHERE clause in business volume data selection.You have defined a field combination including the fields for a supplier (LIFNR) and a material (MATNR). If you use this field combination in a condition contract you can enter lines as followsLIFNR MATNRSUPPLIER_1 MATERIAL_ASUPPLIER_1 MATERIAL_BSUPPLIER_2 MATERIAL_ASUPPLIER_2 MATERIAL_B
@Nullable public String getBusVolFldCombnExtFieldName()
Original property name from the Odata EDM: BusVolFldCombnExtFieldName
@Nullable public Boolean getBusVolFldCombnFldInitIsAllwd()
Original property name from the Odata EDM: BusVolFldCombnFldInitIsAllwd
public String toString()
toString
in class VdmObject<BusVolFldCombnTypeFldAssgmt>
public boolean equals(Object o)
equals
in class VdmObject<BusVolFldCombnTypeFldAssgmt>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<BusVolFldCombnTypeFldAssgmt>
public int hashCode()
hashCode
in class VdmObject<BusVolFldCombnTypeFldAssgmt>
Copyright © 2019 SAP SE. All rights reserved.