public class DefectCodeGroup extends Entity<DefectCodeGroup>
Modifier and Type | Class and Description |
---|---|
static class |
DefectCodeGroup.DefectCodeGroupBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<DefectCodeGroup,String> |
CODE_GROUP_IS_INACTIVE
Use with available fluent helpers to apply the CodeGroupIsInactive field to query operations.
|
static EntityField<DefectCodeGroup,String> |
CODE_GROUP_IS_USABLE
Use with available fluent helpers to apply the CodeGroupIsUsable field to query operations.
|
static EntityField<DefectCodeGroup,String> |
DEFECT_CODE_GROUP
Use with available fluent helpers to apply the DefectCodeGroup field to query operations.
|
Constructor and Description |
---|
DefectCodeGroup() |
DefectCodeGroup(String defectCodeGroup,
String codeGroupIsInactive,
String codeGroupIsUsable,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DefectCodeGroup.DefectCodeGroupBuilder |
builder() |
boolean |
equals(Object o) |
List<DefectCodeGroupText> |
fetchText()
Fetches the DefectCodeGroupText entities (one to many) associated with this entity.
|
static <T> EntityField<DefectCodeGroup,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getCodeGroupIsInactive()
Constraints: Not nullable, Maximum length: 1
|
String |
getCodeGroupIsUsable()
Constraints: Not nullable, Maximum length: 1
|
String |
getDefectCodeGroup()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Class<DefectCodeGroup> |
getType() |
int |
hashCode() |
void |
setCodeGroupIsInactive(String codeGroupIsInactive)
Constraints: Not nullable, Maximum length: 1
|
void |
setCodeGroupIsUsable(String codeGroupIsUsable)
Constraints: Not nullable, Maximum length: 1
|
void |
setDefectCodeGroup(String defectCodeGroup)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
toString() |
public static final EntityField<DefectCodeGroup,String> DEFECT_CODE_GROUP
public static final EntityField<DefectCodeGroup,String> CODE_GROUP_IS_INACTIVE
public static final EntityField<DefectCodeGroup,String> CODE_GROUP_IS_USABLE
@Generated(value="lombok") public DefectCodeGroup()
@ConstructorProperties(value={"defectCodeGroup","codeGroupIsInactive","codeGroupIsUsable","erpConfigContext"}) @Generated(value="lombok") public DefectCodeGroup(@Nullable String defectCodeGroup, @Nullable String codeGroupIsInactive, @Nullable String codeGroupIsUsable, ErpConfigContext erpConfigContext)
public Class<DefectCodeGroup> getType()
getType
in class Entity<DefectCodeGroup>
public static <T> EntityField<DefectCodeGroup,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<DefectCodeGroupText> fetchText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static DefectCodeGroup.DefectCodeGroupBuilder builder()
@Nullable @Generated(value="lombok") public String getDefectCodeGroup()
@Nullable @Generated(value="lombok") public String getCodeGroupIsInactive()
@Nullable @Generated(value="lombok") public String getCodeGroupIsUsable()
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setDefectCodeGroup(@Nullable String defectCodeGroup)
defectCodeGroup
- @Generated(value="lombok") public void setCodeGroupIsInactive(@Nullable String codeGroupIsInactive)
codeGroupIsInactive
- @Generated(value="lombok") public void setCodeGroupIsUsable(@Nullable String codeGroupIsUsable)
codeGroupIsUsable
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<DefectCodeGroup>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<DefectCodeGroup>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<DefectCodeGroup>
Copyright © 2017 SAP SE. All rights reserved.