public class SpecValAssgmtInstanceWthComp extends VdmEntity<SpecValAssgmtInstanceWthComp>
Modifier and Type | Class and Description |
---|---|
static class |
SpecValAssgmtInstanceWthComp.SpecValAssgmtInstanceWthCompBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<SpecValAssgmtInstanceWthComp> |
ALL_FIELDS
Selector for all available fields of SpecValAssgmtInstanceWthComp.
|
static SpecValAssgmtInstanceWthCompField<String> |
COMP_SPEC_COMPONENT_TYPE
Use with available fluent helpers to apply the CompSpecComponentType field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
COMP_SPEC_EXCEPTION_CODE
Use with available fluent helpers to apply the CompSpecExceptionCode field to query operations.
|
static SpecValAssgmtInstanceWthCompField<BigDecimal> |
COMP_SPEC_LOWER_LIMIT
Use with available fluent helpers to apply the CompSpecLowerLimit field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
COMP_SPEC_LOWER_LIMIT_OPERATOR
Use with available fluent helpers to apply the CompSpecLowerLimitOperator field to query operations.
|
static SpecValAssgmtInstanceWthCompField<BigDecimal> |
COMP_SPEC_QUANTITY
Use with available fluent helpers to apply the CompSpecQuantity field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
COMP_SPEC_SORT_SEQUENCE
Use with available fluent helpers to apply the CompSpecSortSequence field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
COMP_SPEC_UNIT
Use with available fluent helpers to apply the CompSpecUnit field to query operations.
|
static SpecValAssgmtInstanceWthCompField<BigDecimal> |
COMP_SPEC_UPPER_LIMIT
Use with available fluent helpers to apply the CompSpecUpperLimit field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
COMP_SPEC_UPPER_LIMIT_OPERATOR
Use with available fluent helpers to apply the CompSpecUpperLimitOperator field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
COMPONENT_SPECIFICATION
Use with available fluent helpers to apply the ComponentSpecification field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
COMPONENT_SPECIFICATION_INT_ID
Use with available fluent helpers to apply the ComponentSpecificationIntID field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
SPEC_VAL_ASSGMT_TYPE
Use with available fluent helpers to apply the SpecValAssgmtType field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
SPECIFICATION_AUTHZN_GROUP
Use with available fluent helpers to apply the SpecificationAuthznGroup field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
SPECIFICATION_INTERNAL_ID
Use with available fluent helpers to apply the SpecificationInternalID field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
SPECIFICATION_RATING
Use with available fluent helpers to apply the SpecificationRating field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
SPECIFICATION_TYPE
Use with available fluent helpers to apply the SpecificationType field to query operations.
|
static SpecValAssgmtInstanceWthCompField<String> |
SPECIFICATION_VALIDITY_AREA
Use with available fluent helpers to apply the SpecificationValidityArea field to query operations.
|
static SpecValAssgmtInstanceWthCompLink<SpecIdentifier> |
TO_SUBSTANCE_IDENTIFIER
Use with available fluent helpers to apply the to_SubstanceIdentifier navigation property to query operations.
|
Constructor and Description |
---|
SpecValAssgmtInstanceWthComp() |
SpecValAssgmtInstanceWthComp(String specificationInternalID,
String compSpecUpperLimitOperator,
BigDecimal compSpecUpperLimit,
BigDecimal compSpecQuantity,
String compSpecUnit,
String compSpecSortSequence,
String compSpecExceptionCode,
String specificationAuthznGroup,
String specificationType,
String specValAssgmtType,
String specificationRating,
String specificationValidityArea,
String componentSpecificationIntID,
String componentSpecification,
String compSpecComponentType,
String compSpecLowerLimitOperator,
BigDecimal compSpecLowerLimit,
ErpConfigContext erpConfigContext,
List<SpecIdentifier> toSubstanceIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
addSubstanceIdentifier(SpecIdentifier... entity)
Adds elements to the list of associated SpecIdentifier entities.
|
static SpecValAssgmtInstanceWthComp.SpecValAssgmtInstanceWthCompBuilder |
builder() |
boolean |
equals(Object o) |
List<SpecIdentifier> |
fetchSubstanceIdentifier()
Fetches the SpecIdentifier entities (one to many) associated with this entity.
|
static <T> SpecValAssgmtInstanceWthCompField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getComponentSpecification()
Constraints: Not nullable, Maximum length: 12
|
String |
getComponentSpecificationIntID()
(Key Field) Constraints: Not nullable, Maximum length: 20
|
String |
getCompSpecComponentType()
Constraints: Not nullable, Maximum length: 10
|
String |
getCompSpecExceptionCode()
Constraints: Not nullable, Maximum length: 2
|
BigDecimal |
getCompSpecLowerLimit()
Constraints: Not nullable, Precision: 10, Scale: 4
|
String |
getCompSpecLowerLimitOperator()
Constraints: Not nullable, Maximum length: 5
|
BigDecimal |
getCompSpecQuantity()
Constraints: Not nullable, Precision: 10, Scale: 4
|
String |
getCompSpecSortSequence()
Constraints: Not nullable, Maximum length: 4
|
String |
getCompSpecUnit()
Constraints: Not nullable, Maximum length: 3
|
BigDecimal |
getCompSpecUpperLimit()
Constraints: Not nullable, Precision: 10, Scale: 4
|
String |
getCompSpecUpperLimitOperator()
Constraints: Not nullable, Maximum length: 5
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getSpecificationAuthznGroup()
Constraints: Not nullable, Maximum length: 10
|
String |
getSpecificationInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 20
|
String |
getSpecificationRating()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getSpecificationType()
Constraints: Not nullable, Maximum length: 10
|
String |
getSpecificationValidityArea()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getSpecValAssgmtType()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
List<SpecIdentifier> |
getSubstanceIdentifierOrFetch()
Retrieval of associated SpecIdentifier entities (one to many).
|
com.google.common.base.Optional<List<SpecIdentifier>> |
getSubstanceIdentifierOrNull()
Retrieval of associated SpecIdentifier entities (one to many).
|
Class<SpecValAssgmtInstanceWthComp> |
getType() |
int |
hashCode() |
void |
setComponentSpecification(String componentSpecification)
Constraints: Not nullable, Maximum length: 12
|
void |
setComponentSpecificationIntID(String componentSpecificationIntID)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
void |
setCompSpecComponentType(String compSpecComponentType)
Constraints: Not nullable, Maximum length: 10
|
void |
setCompSpecExceptionCode(String compSpecExceptionCode)
Constraints: Not nullable, Maximum length: 2
|
void |
setCompSpecLowerLimit(BigDecimal compSpecLowerLimit)
Constraints: Not nullable, Precision: 10, Scale: 4
|
void |
setCompSpecLowerLimitOperator(String compSpecLowerLimitOperator)
Constraints: Not nullable, Maximum length: 5
|
void |
setCompSpecQuantity(BigDecimal compSpecQuantity)
Constraints: Not nullable, Precision: 10, Scale: 4
|
void |
setCompSpecSortSequence(String compSpecSortSequence)
Constraints: Not nullable, Maximum length: 4
|
void |
setCompSpecUnit(String compSpecUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setCompSpecUpperLimit(BigDecimal compSpecUpperLimit)
Constraints: Not nullable, Precision: 10, Scale: 4
|
void |
setCompSpecUpperLimitOperator(String compSpecUpperLimitOperator)
Constraints: Not nullable, Maximum length: 5
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setSpecificationAuthznGroup(String specificationAuthznGroup)
Constraints: Not nullable, Maximum length: 10
|
void |
setSpecificationInternalID(String specificationInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
void |
setSpecificationRating(String specificationRating)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSpecificationType(String specificationType)
Constraints: Not nullable, Maximum length: 10
|
void |
setSpecificationValidityArea(String specificationValidityArea)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSpecValAssgmtType(String specValAssgmtType)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
void |
setSubstanceIdentifier(List<SpecIdentifier> value)
Overwrites the list of associated SpecIdentifier entities for the loaded navigation property to_SubstanceIdentifier.
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<SpecValAssgmtInstanceWthComp> ALL_FIELDS
public static final SpecValAssgmtInstanceWthCompField<String> SPECIFICATION_INTERNAL_ID
public static final SpecValAssgmtInstanceWthCompField<String> COMP_SPEC_UPPER_LIMIT_OPERATOR
public static final SpecValAssgmtInstanceWthCompField<BigDecimal> COMP_SPEC_UPPER_LIMIT
public static final SpecValAssgmtInstanceWthCompField<BigDecimal> COMP_SPEC_QUANTITY
public static final SpecValAssgmtInstanceWthCompField<String> COMP_SPEC_UNIT
public static final SpecValAssgmtInstanceWthCompField<String> COMP_SPEC_SORT_SEQUENCE
public static final SpecValAssgmtInstanceWthCompField<String> COMP_SPEC_EXCEPTION_CODE
public static final SpecValAssgmtInstanceWthCompField<String> SPECIFICATION_AUTHZN_GROUP
public static final SpecValAssgmtInstanceWthCompField<String> SPECIFICATION_TYPE
public static final SpecValAssgmtInstanceWthCompField<String> SPEC_VAL_ASSGMT_TYPE
public static final SpecValAssgmtInstanceWthCompField<String> SPECIFICATION_RATING
public static final SpecValAssgmtInstanceWthCompField<String> SPECIFICATION_VALIDITY_AREA
public static final SpecValAssgmtInstanceWthCompField<String> COMPONENT_SPECIFICATION_INT_ID
public static final SpecValAssgmtInstanceWthCompField<String> COMPONENT_SPECIFICATION
public static final SpecValAssgmtInstanceWthCompField<String> COMP_SPEC_COMPONENT_TYPE
public static final SpecValAssgmtInstanceWthCompField<String> COMP_SPEC_LOWER_LIMIT_OPERATOR
public static final SpecValAssgmtInstanceWthCompField<BigDecimal> COMP_SPEC_LOWER_LIMIT
public static final SpecValAssgmtInstanceWthCompLink<SpecIdentifier> TO_SUBSTANCE_IDENTIFIER
@Generated(value="lombok") public SpecValAssgmtInstanceWthComp()
@ConstructorProperties(value={"specificationInternalID","compSpecUpperLimitOperator","compSpecUpperLimit","compSpecQuantity","compSpecUnit","compSpecSortSequence","compSpecExceptionCode","specificationAuthznGroup","specificationType","specValAssgmtType","specificationRating","specificationValidityArea","componentSpecificationIntID","componentSpecification","compSpecComponentType","compSpecLowerLimitOperator","compSpecLowerLimit","erpConfigContext","toSubstanceIdentifier"}) @Generated(value="lombok") public SpecValAssgmtInstanceWthComp(@Nullable String specificationInternalID, @Nullable String compSpecUpperLimitOperator, @Nullable BigDecimal compSpecUpperLimit, @Nullable BigDecimal compSpecQuantity, @Nullable String compSpecUnit, @Nullable String compSpecSortSequence, @Nullable String compSpecExceptionCode, @Nullable String specificationAuthznGroup, @Nullable String specificationType, @Nullable String specValAssgmtType, @Nullable String specificationRating, @Nullable String specificationValidityArea, @Nullable String componentSpecificationIntID, @Nullable String componentSpecification, @Nullable String compSpecComponentType, @Nullable String compSpecLowerLimitOperator, @Nullable BigDecimal compSpecLowerLimit, @Nullable ErpConfigContext erpConfigContext, List<SpecIdentifier> toSubstanceIdentifier)
public Class<SpecValAssgmtInstanceWthComp> getType()
getType
in class VdmObject<SpecValAssgmtInstanceWthComp>
public static <T> SpecValAssgmtInstanceWthCompField<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.public List<SpecIdentifier> fetchSubstanceIdentifier() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<SpecIdentifier> getSubstanceIdentifierOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SubstanceIdentifier of a queried SpecValAssgmtInstanceWthComp is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public com.google.common.base.Optional<List<SpecIdentifier>> getSubstanceIdentifierOrNull()
If the navigation property to_SubstanceIdentifier for an entity SpecValAssgmtInstanceWthComp has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSubstanceIdentifier(@NonNull List<SpecIdentifier> value)
If the navigation property to_SubstanceIdentifier of a queried SpecValAssgmtInstanceWthComp is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of SpecIdentifier entities.public void addSubstanceIdentifier(SpecIdentifier... entity)
If the navigation property to_SubstanceIdentifier of a queried SpecValAssgmtInstanceWthComp is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of SpecIdentifier entities.@Generated(value="lombok") public static SpecValAssgmtInstanceWthComp.SpecValAssgmtInstanceWthCompBuilder builder()
@Nullable @Generated(value="lombok") public String getSpecificationInternalID()
@Nullable @Generated(value="lombok") public String getCompSpecUpperLimitOperator()
@Nullable @Generated(value="lombok") public BigDecimal getCompSpecUpperLimit()
@Nullable @Generated(value="lombok") public BigDecimal getCompSpecQuantity()
@Nullable @Generated(value="lombok") public String getCompSpecUnit()
@Nullable @Generated(value="lombok") public String getCompSpecSortSequence()
@Nullable @Generated(value="lombok") public String getCompSpecExceptionCode()
@Nullable @Generated(value="lombok") public String getSpecificationAuthznGroup()
@Nullable @Generated(value="lombok") public String getSpecificationType()
@Nullable @Generated(value="lombok") public String getSpecValAssgmtType()
@Nullable @Generated(value="lombok") public String getSpecificationRating()
@Nullable @Generated(value="lombok") public String getSpecificationValidityArea()
@Nullable @Generated(value="lombok") public String getComponentSpecificationIntID()
@Nullable @Generated(value="lombok") public String getComponentSpecification()
@Nullable @Generated(value="lombok") public String getCompSpecComponentType()
@Nullable @Generated(value="lombok") public String getCompSpecLowerLimitOperator()
@Nullable @Generated(value="lombok") public BigDecimal getCompSpecLowerLimit()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSpecificationInternalID(@Nullable String specificationInternalID)
specificationInternalID
- @Generated(value="lombok") public void setCompSpecUpperLimitOperator(@Nullable String compSpecUpperLimitOperator)
compSpecUpperLimitOperator
- @Generated(value="lombok") public void setCompSpecUpperLimit(@Nullable BigDecimal compSpecUpperLimit)
compSpecUpperLimit
- @Generated(value="lombok") public void setCompSpecQuantity(@Nullable BigDecimal compSpecQuantity)
compSpecQuantity
- @Generated(value="lombok") public void setCompSpecUnit(@Nullable String compSpecUnit)
compSpecUnit
- @Generated(value="lombok") public void setCompSpecSortSequence(@Nullable String compSpecSortSequence)
compSpecSortSequence
- @Generated(value="lombok") public void setCompSpecExceptionCode(@Nullable String compSpecExceptionCode)
compSpecExceptionCode
- @Generated(value="lombok") public void setSpecificationAuthznGroup(@Nullable String specificationAuthznGroup)
specificationAuthznGroup
- @Generated(value="lombok") public void setSpecificationType(@Nullable String specificationType)
specificationType
- @Generated(value="lombok") public void setSpecValAssgmtType(@Nullable String specValAssgmtType)
specValAssgmtType
- @Generated(value="lombok") public void setSpecificationRating(@Nullable String specificationRating)
specificationRating
- @Generated(value="lombok") public void setSpecificationValidityArea(@Nullable String specificationValidityArea)
specificationValidityArea
- @Generated(value="lombok") public void setComponentSpecificationIntID(@Nullable String componentSpecificationIntID)
componentSpecificationIntID
- @Generated(value="lombok") public void setComponentSpecification(@Nullable String componentSpecification)
componentSpecification
- @Generated(value="lombok") public void setCompSpecComponentType(@Nullable String compSpecComponentType)
compSpecComponentType
- @Generated(value="lombok") public void setCompSpecLowerLimitOperator(@Nullable String compSpecLowerLimitOperator)
compSpecLowerLimitOperator
- @Generated(value="lombok") public void setCompSpecLowerLimit(@Nullable BigDecimal compSpecLowerLimit)
compSpecLowerLimit
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SpecValAssgmtInstanceWthComp>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SpecValAssgmtInstanceWthComp>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SpecValAssgmtInstanceWthComp>
Copyright © 2017 SAP SE. All rights reserved.