public class ProductClass extends Entity<ProductClass>
Modifier and Type | Class and Description |
---|---|
static class |
ProductClass.ProductClassBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<ProductClass,String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static EntityField<ProductClass,String> |
CLASS_INTERNAL_ID
Use with available fluent helpers to apply the ClassInternalID field to query operations.
|
static EntityField<ProductClass,String> |
CLASS_TYPE
Use with available fluent helpers to apply the ClassType field to query operations.
|
static EntityField<ProductClass,Calendar> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
static EntityField<ProductClass,String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
Constructor and Description |
---|
ProductClass() |
ProductClass(String product,
String classInternalID,
Calendar keyDate,
String changeNumber,
String classType,
ErpConfigContext erpConfigContext,
List<ProductClassCharc> toCharacteristics,
ClfnClassForKeyDate toClassDetails) |
Modifier and Type | Method and Description |
---|---|
void |
addCharacteristics(ProductClassCharc... entity)
Adds elements to the list of associated ProductClassCharc entities.
|
static ProductClass.ProductClassBuilder |
builder() |
boolean |
equals(Object o) |
List<ProductClassCharc> |
fetchCharacteristics()
Fetches the ProductClassCharc entities (one to many) associated with this entity.
|
ClfnClassForKeyDate |
fetchClassDetails()
Fetches the ClfnClassForKeyDate entity (one to one) associated with this entity.
|
static <T> EntityField<ProductClass,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getChangeNumber()
Constraints: Not nullable, Maximum length: 12
|
List<ProductClassCharc> |
getCharacteristicsOrFetch()
Retrieval of associated ProductClassCharc entities (one to many).
|
com.google.common.base.Optional<List<ProductClassCharc>> |
getCharacteristicsOrNull()
Retrieval of associated ProductClassCharc entities (one to many).
|
ClfnClassForKeyDate |
getClassDetailsOrFetch()
Retrieval of associated ClfnClassForKeyDate entity (one to one).
|
com.google.common.base.Optional<ClfnClassForKeyDate> |
getClassDetailsOrNull()
Retrieval of associated ClfnClassForKeyDate entity (one to one).
|
String |
getClassInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getClassType()
Constraints: Not nullable, Maximum length: 3
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Calendar |
getKeyDate()
Constraints: Not nullable, Precision: 0
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 90
|
Class<ProductClass> |
getType() |
int |
hashCode() |
void |
setChangeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12
|
void |
setCharacteristics(List<ProductClassCharc> value)
Overwrites the list of associated ProductClassCharc entities for the loaded navigation property to_Characteristics.
|
void |
setClassDetails(ClfnClassForKeyDate value)
Overwrites the associated ClfnClassForKeyDate entity for the loaded navigation property to_ClassDetails.
|
void |
setClassInternalID(String classInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setClassType(String classType)
Constraints: Not nullable, Maximum length: 3
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setKeyDate(Calendar keyDate)
Constraints: Not nullable, Precision: 0
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 90
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField
public static final EntityField<ProductClass,String> PRODUCT
public static final EntityField<ProductClass,String> CLASS_INTERNAL_ID
public static final EntityField<ProductClass,Calendar> KEY_DATE
public static final EntityField<ProductClass,String> CHANGE_NUMBER
public static final EntityField<ProductClass,String> CLASS_TYPE
@Generated(value="lombok") public ProductClass()
@ConstructorProperties(value={"product","classInternalID","keyDate","changeNumber","classType","erpConfigContext","toCharacteristics","toClassDetails"}) @Generated(value="lombok") public ProductClass(@Nullable String product, @Nullable String classInternalID, @Nullable Calendar keyDate, @Nullable String changeNumber, @Nullable String classType, @Nullable ErpConfigContext erpConfigContext, List<ProductClassCharc> toCharacteristics, ClfnClassForKeyDate toClassDetails)
public Class<ProductClass> getType()
getType
in class Entity<ProductClass>
public static <T> EntityField<ProductClass,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<ProductClassCharc> fetchCharacteristics() 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
public List<ProductClassCharc> getCharacteristicsOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Characteristics of a queried ProductClass 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
public com.google.common.base.Optional<List<ProductClassCharc>> getCharacteristicsOrNull()
If the navigation property to_Characteristics for an entity ProductClass has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setCharacteristics(@NonNull List<ProductClassCharc> value) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Characteristics of a queried ProductClass 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 ProductClassCharc entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public void addCharacteristics(ProductClassCharc... entity) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Characteristics of a queried ProductClass 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 ProductClassCharc entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public ClfnClassForKeyDate fetchClassDetails() 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
public ClfnClassForKeyDate getClassDetailsOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ClassDetails of a queried ProductClass 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
public com.google.common.base.Optional<ClfnClassForKeyDate> getClassDetailsOrNull()
If the navigation property to_ClassDetails for an entity ProductClass has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setClassDetails(ClfnClassForKeyDate value)
value
- New ClfnClassForKeyDate entity.@Generated(value="lombok") public static ProductClass.ProductClassBuilder builder()
@Nullable @Generated(value="lombok") public String getProduct()
@Nullable @Generated(value="lombok") public String getClassInternalID()
@Nullable @Generated(value="lombok") public Calendar getKeyDate()
@Nullable @Generated(value="lombok") public String getChangeNumber()
If you make a change with reference to a change number, or create an object with a change number, the following functions are at your disposal: The system determines the validity conditions The conditions that the change is effective under can be defined in the change master record as follows: Changes with a date validity (valid-from date) Changes with parameter effectivity (for example: serial no. effectivity) Log of the changes made Documentation of the changes Assignment of a revision level to a change state of a material or document Release of changes for the different areas in the company
@Nullable @Generated(value="lombok") public String getClassType()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setProduct(@Nullable String product)
product
- @Generated(value="lombok") public void setClassInternalID(@Nullable String classInternalID)
classInternalID
- @Generated(value="lombok") public void setKeyDate(@Nullable Calendar keyDate)
keyDate
- @Generated(value="lombok") public void setChangeNumber(@Nullable String changeNumber)
If you make a change with reference to a change number, or create an object with a change number, the following functions are at your disposal: The system determines the validity conditions The conditions that the change is effective under can be defined in the change master record as follows: Changes with a date validity (valid-from date) Changes with parameter effectivity (for example: serial no. effectivity) Log of the changes made Documentation of the changes Assignment of a revision level to a change state of a material or document Release of changes for the different areas in the company
changeNumber
- @Generated(value="lombok") public void setClassType(@Nullable String classType)
classType
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<ProductClass>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<ProductClass>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<ProductClass>
Copyright © 2017 SAP SE. All rights reserved.