public class SpecStatusSchema extends Entity<SpecStatusSchema>
Modifier and Type | Class and Description |
---|---|
static class |
SpecStatusSchema.SpecStatusSchemaBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<SpecStatusSchema,Boolean> |
SPECIFICATION_HDR_STS_DFLT_SCHEMA
Use with available fluent helpers to apply the SpecificationHdrStsDfltSchema field to query operations.
|
static EntityField<SpecStatusSchema,String> |
SPECIFICATION_HDR_STS_SCHEMA
Use with available fluent helpers to apply the SpecificationHdrStsSchema field to query operations.
|
static EntityField<SpecStatusSchema,String> |
SPECIFICATION_TYPE
Use with available fluent helpers to apply the SpecificationType field to query operations.
|
Constructor and Description |
---|
SpecStatusSchema() |
SpecStatusSchema(String specificationType,
String specificationHdrStsSchema,
Boolean specificationHdrStsDfltSchema,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SpecStatusSchema.SpecStatusSchemaBuilder |
builder() |
boolean |
equals(Object o) |
static <T> EntityField<SpecStatusSchema,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.
|
Boolean |
getSpecificationHdrStsDfltSchema()
Constraints: none
|
String |
getSpecificationHdrStsSchema()
(Key Field) Constraints: Not nullable, Maximum length: 20
|
String |
getSpecificationType()
(Key Field) Constraints: Not nullable, Maximum length: 20
|
Class<SpecStatusSchema> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setSpecificationHdrStsDfltSchema(Boolean specificationHdrStsDfltSchema)
Constraints: none
|
void |
setSpecificationHdrStsSchema(String specificationHdrStsSchema)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
void |
setSpecificationType(String specificationType)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
public static final EntityField<SpecStatusSchema,String> SPECIFICATION_TYPE
public static final EntityField<SpecStatusSchema,String> SPECIFICATION_HDR_STS_SCHEMA
public static final EntityField<SpecStatusSchema,Boolean> SPECIFICATION_HDR_STS_DFLT_SCHEMA
@Generated(value="lombok") public SpecStatusSchema()
@ConstructorProperties(value={"specificationType","specificationHdrStsSchema","specificationHdrStsDfltSchema","erpConfigContext"}) @Generated(value="lombok") public SpecStatusSchema(@Nullable String specificationType, @Nullable String specificationHdrStsSchema, @Nullable Boolean specificationHdrStsDfltSchema, ErpConfigContext erpConfigContext)
public Class<SpecStatusSchema> getType()
getType
in class Entity<SpecStatusSchema>
public static <T> EntityField<SpecStatusSchema,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.@Generated(value="lombok") public static SpecStatusSchema.SpecStatusSchemaBuilder builder()
@Nullable @Generated(value="lombok") public String getSpecificationType()
@Nullable @Generated(value="lombok") public String getSpecificationHdrStsSchema()
@Nullable @Generated(value="lombok") public Boolean getSpecificationHdrStsDfltSchema()
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSpecificationType(@Nullable String specificationType)
specificationType
- @Generated(value="lombok") public void setSpecificationHdrStsSchema(@Nullable String specificationHdrStsSchema)
specificationHdrStsSchema
- @Generated(value="lombok") public void setSpecificationHdrStsDfltSchema(@Nullable Boolean specificationHdrStsDfltSchema)
specificationHdrStsDfltSchema
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<SpecStatusSchema>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<SpecStatusSchema>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<SpecStatusSchema>
Copyright © 2017 SAP SE. All rights reserved.