public class CustomerSupplierIndustry extends Entity<CustomerSupplierIndustry>
Modifier and Type | Class and Description |
---|---|
static class |
CustomerSupplierIndustry.CustomerSupplierIndustryBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<CustomerSupplierIndustry,String> |
INDUSTRY
Use with available fluent helpers to apply the Industry field to query operations.
|
Constructor and Description |
---|
CustomerSupplierIndustry() |
CustomerSupplierIndustry(String industry,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static CustomerSupplierIndustry.CustomerSupplierIndustryBuilder |
builder() |
boolean |
equals(Object o) |
List<CustomerSupplierIndustryText> |
fetchText()
Fetches the CustomerSupplierIndustryText entities (one to many) associated with this entity.
|
static <T> EntityField<CustomerSupplierIndustry,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getIndustry()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
Class<CustomerSupplierIndustry> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setIndustry(String industry)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
public static final EntityField<CustomerSupplierIndustry,String> INDUSTRY
@Generated(value="lombok") public CustomerSupplierIndustry()
@ConstructorProperties(value={"industry","erpConfigContext"}) @Generated(value="lombok") public CustomerSupplierIndustry(@Nullable String industry, ErpConfigContext erpConfigContext)
public Class<CustomerSupplierIndustry> getType()
getType
in class Entity<CustomerSupplierIndustry>
public static <T> EntityField<CustomerSupplierIndustry,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<CustomerSupplierIndustryText> fetchText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static CustomerSupplierIndustry.CustomerSupplierIndustryBuilder builder()
@Nullable @Generated(value="lombok") public String getIndustry()
The industry field belongs to the general data area of customer and vendor master records.
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setIndustry(@Nullable String industry)
The industry field belongs to the general data area of customer and vendor master records.
industry
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<CustomerSupplierIndustry>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<CustomerSupplierIndustry>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<CustomerSupplierIndustry>
Copyright © 2017 SAP SE. All rights reserved.