public class WorkCenterCapacity extends VdmEntity<WorkCenterCapacity>
Modifier and Type | Class and Description |
---|---|
static class |
WorkCenterCapacity.WorkCenterCapacityBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<WorkCenterCapacity> |
ALL_FIELDS
Selector for all available fields of WorkCenterCapacity.
|
static WorkCenterCapacityField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static WorkCenterCapacityField<String> |
CAPACITY
Use with available fluent helpers to apply the Capacity field to query operations.
|
static WorkCenterCapacityField<String> |
CAPACITY_ACTIVE_VERSION
Use with available fluent helpers to apply the CapacityActiveVersion field to query operations.
|
static WorkCenterCapacityField<String> |
CAPACITY_BASE_QTY_UNIT
Use with available fluent helpers to apply the CapacityBaseQtyUnit field to query operations.
|
static WorkCenterCapacityField<Integer> |
CAPACITY_BREAK_DURATION
Use with available fluent helpers to apply the CapacityBreakDuration field to query operations.
|
static WorkCenterCapacityField<String> |
CAPACITY_CATEGORY_CODE
Use with available fluent helpers to apply the CapacityCategoryCode field to query operations.
|
static WorkCenterCapacityField<Integer> |
CAPACITY_END_TIME
Use with available fluent helpers to apply the CapacityEndTime field to query operations.
|
static WorkCenterCapacityField<Boolean> |
CAPACITY_HAS_INDIV_CAPACITIES
Use with available fluent helpers to apply the CapacityHasIndivCapacities field to query operations.
|
static WorkCenterCapacityField<String> |
CAPACITY_INTERNAL_ID
Use with available fluent helpers to apply the CapacityInternalID field to query operations.
|
static WorkCenterCapacityField<Boolean> |
CAPACITY_IS_EXCLD_FRM_LONG_TERM_PLNG
Use with available fluent helpers to apply the CapacityIsExcldFrmLongTermPlng field to query operations.
|
static WorkCenterCapacityField<Boolean> |
CAPACITY_IS_FINITE
Use with available fluent helpers to apply the CapacityIsFinite field to query operations.
|
static WorkCenterCapacityField<Boolean> |
CAPACITY_IS_POOLED
Use with available fluent helpers to apply the CapacityIsPooled field to query operations.
|
static WorkCenterCapacityField<Short> |
CAPACITY_NUMBER_OF_CAPACITIES
Use with available fluent helpers to apply the CapacityNumberOfCapacities field to query operations.
|
static WorkCenterCapacityField<String> |
CAPACITY_PLAN_UTILIZATION_PERCENT
Use with available fluent helpers to apply the CapacityPlanUtilizationPercent field to query operations.
|
static WorkCenterCapacityField<String> |
CAPACITY_QUANTITY_UNIT
Use with available fluent helpers to apply the CapacityQuantityUnit field to query operations.
|
static WorkCenterCapacityField<String> |
CAPACITY_RESPONSIBLE_PLANNER
Use with available fluent helpers to apply the CapacityResponsiblePlanner field to query operations.
|
static WorkCenterCapacityField<Integer> |
CAPACITY_START_TIME
Use with available fluent helpers to apply the CapacityStartTime field to query operations.
|
static WorkCenterCapacityField<String> |
FACTORY_CALENDAR
Use with available fluent helpers to apply the FactoryCalendar field to query operations.
|
static WorkCenterCapacityField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static WorkCenterCapacityField<String> |
SHIFT_GROUP
Use with available fluent helpers to apply the ShiftGroup field to query operations.
|
Constructor and Description |
---|
WorkCenterCapacity() |
WorkCenterCapacity(String capacityInternalID,
String capacityResponsiblePlanner,
String capacityPlanUtilizationPercent,
Integer capacityBreakDuration,
String plant,
String factoryCalendar,
String authorizationGroup,
String shiftGroup,
Integer capacityStartTime,
Integer capacityEndTime,
String capacityQuantityUnit,
String capacity,
String capacityBaseQtyUnit,
String capacityCategoryCode,
String capacityActiveVersion,
Boolean capacityIsFinite,
Boolean capacityIsPooled,
Boolean capacityHasIndivCapacities,
Boolean capacityIsExcldFrmLongTermPlng,
Short capacityNumberOfCapacities,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static WorkCenterCapacity.WorkCenterCapacityBuilder |
builder() |
boolean |
equals(Object o) |
static <T> WorkCenterCapacityField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getCapacity()
Constraints: Not nullable, Maximum length: 8
|
String |
getCapacityActiveVersion()
Constraints: Not nullable, Maximum length: 2
|
String |
getCapacityBaseQtyUnit()
Constraints: Not nullable, Maximum length: 3
|
Integer |
getCapacityBreakDuration()
Constraints: none
|
String |
getCapacityCategoryCode()
Constraints: Not nullable, Maximum length: 3
|
Integer |
getCapacityEndTime()
Constraints: none
|
Boolean |
getCapacityHasIndivCapacities()
Constraints: none
|
String |
getCapacityInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
Boolean |
getCapacityIsExcldFrmLongTermPlng()
Constraints: none
|
Boolean |
getCapacityIsFinite()
Constraints: none
|
Boolean |
getCapacityIsPooled()
Constraints: none
|
Short |
getCapacityNumberOfCapacities()
Constraints: none
|
String |
getCapacityPlanUtilizationPercent()
Constraints: Not nullable, Maximum length: 3
|
String |
getCapacityQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getCapacityResponsiblePlanner()
Constraints: Not nullable, Maximum length: 3
|
Integer |
getCapacityStartTime()
Constraints: none
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFactoryCalendar()
Constraints: Not nullable, Maximum length: 2
|
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getShiftGroup()
Constraints: Not nullable, Maximum length: 2
|
Class<WorkCenterCapacity> |
getType() |
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setCapacity(String capacity)
Constraints: Not nullable, Maximum length: 8
|
void |
setCapacityActiveVersion(String capacityActiveVersion)
Constraints: Not nullable, Maximum length: 2
|
void |
setCapacityBaseQtyUnit(String capacityBaseQtyUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setCapacityBreakDuration(Integer capacityBreakDuration)
Constraints: none
|
void |
setCapacityCategoryCode(String capacityCategoryCode)
Constraints: Not nullable, Maximum length: 3
|
void |
setCapacityEndTime(Integer capacityEndTime)
Constraints: none
|
void |
setCapacityHasIndivCapacities(Boolean capacityHasIndivCapacities)
Constraints: none
|
void |
setCapacityInternalID(String capacityInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setCapacityIsExcldFrmLongTermPlng(Boolean capacityIsExcldFrmLongTermPlng)
Constraints: none
|
void |
setCapacityIsFinite(Boolean capacityIsFinite)
Constraints: none
|
void |
setCapacityIsPooled(Boolean capacityIsPooled)
Constraints: none
|
void |
setCapacityNumberOfCapacities(Short capacityNumberOfCapacities)
Constraints: none
|
void |
setCapacityPlanUtilizationPercent(String capacityPlanUtilizationPercent)
Constraints: Not nullable, Maximum length: 3
|
void |
setCapacityQuantityUnit(String capacityQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setCapacityResponsiblePlanner(String capacityResponsiblePlanner)
Constraints: Not nullable, Maximum length: 3
|
void |
setCapacityStartTime(Integer capacityStartTime)
Constraints: none
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setFactoryCalendar(String factoryCalendar)
Constraints: Not nullable, Maximum length: 2
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
void |
setShiftGroup(String shiftGroup)
Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<WorkCenterCapacity> ALL_FIELDS
public static final WorkCenterCapacityField<String> CAPACITY_INTERNAL_ID
public static final WorkCenterCapacityField<String> CAPACITY_RESPONSIBLE_PLANNER
public static final WorkCenterCapacityField<String> CAPACITY_PLAN_UTILIZATION_PERCENT
public static final WorkCenterCapacityField<Integer> CAPACITY_BREAK_DURATION
public static final WorkCenterCapacityField<String> PLANT
public static final WorkCenterCapacityField<String> FACTORY_CALENDAR
public static final WorkCenterCapacityField<String> AUTHORIZATION_GROUP
public static final WorkCenterCapacityField<String> SHIFT_GROUP
public static final WorkCenterCapacityField<Integer> CAPACITY_START_TIME
public static final WorkCenterCapacityField<Integer> CAPACITY_END_TIME
public static final WorkCenterCapacityField<String> CAPACITY_QUANTITY_UNIT
public static final WorkCenterCapacityField<String> CAPACITY
public static final WorkCenterCapacityField<String> CAPACITY_BASE_QTY_UNIT
public static final WorkCenterCapacityField<String> CAPACITY_CATEGORY_CODE
public static final WorkCenterCapacityField<String> CAPACITY_ACTIVE_VERSION
public static final WorkCenterCapacityField<Boolean> CAPACITY_IS_FINITE
public static final WorkCenterCapacityField<Boolean> CAPACITY_IS_POOLED
public static final WorkCenterCapacityField<Boolean> CAPACITY_HAS_INDIV_CAPACITIES
public static final WorkCenterCapacityField<Boolean> CAPACITY_IS_EXCLD_FRM_LONG_TERM_PLNG
public static final WorkCenterCapacityField<Short> CAPACITY_NUMBER_OF_CAPACITIES
@Generated(value="lombok") public WorkCenterCapacity()
@ConstructorProperties(value={"capacityInternalID","capacityResponsiblePlanner","capacityPlanUtilizationPercent","capacityBreakDuration","plant","factoryCalendar","authorizationGroup","shiftGroup","capacityStartTime","capacityEndTime","capacityQuantityUnit","capacity","capacityBaseQtyUnit","capacityCategoryCode","capacityActiveVersion","capacityIsFinite","capacityIsPooled","capacityHasIndivCapacities","capacityIsExcldFrmLongTermPlng","capacityNumberOfCapacities","erpConfigContext"}) @Generated(value="lombok") public WorkCenterCapacity(@Nullable String capacityInternalID, @Nullable String capacityResponsiblePlanner, @Nullable String capacityPlanUtilizationPercent, @Nullable Integer capacityBreakDuration, @Nullable String plant, @Nullable String factoryCalendar, @Nullable String authorizationGroup, @Nullable String shiftGroup, @Nullable Integer capacityStartTime, @Nullable Integer capacityEndTime, @Nullable String capacityQuantityUnit, @Nullable String capacity, @Nullable String capacityBaseQtyUnit, @Nullable String capacityCategoryCode, @Nullable String capacityActiveVersion, @Nullable Boolean capacityIsFinite, @Nullable Boolean capacityIsPooled, @Nullable Boolean capacityHasIndivCapacities, @Nullable Boolean capacityIsExcldFrmLongTermPlng, @Nullable Short capacityNumberOfCapacities, @Nullable ErpConfigContext erpConfigContext)
public Class<WorkCenterCapacity> getType()
getType
in class VdmObject<WorkCenterCapacity>
public static <T> WorkCenterCapacityField<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 WorkCenterCapacity.WorkCenterCapacityBuilder builder()
@Nullable @Generated(value="lombok") public String getCapacityInternalID()
@Nullable @Generated(value="lombok") public String getCapacityResponsiblePlanner()
@Nullable @Generated(value="lombok") public String getCapacityPlanUtilizationPercent()
@Nullable @Generated(value="lombok") public Integer getCapacityBreakDuration()
@Nullable @Generated(value="lombok") public String getPlant()
@Nullable @Generated(value="lombok") public String getFactoryCalendar()
@Nullable @Generated(value="lombok") public String getAuthorizationGroup()
@Nullable @Generated(value="lombok") public String getShiftGroup()
@Nullable @Generated(value="lombok") public Integer getCapacityStartTime()
@Nullable @Generated(value="lombok") public Integer getCapacityEndTime()
@Nullable @Generated(value="lombok") public String getCapacityQuantityUnit()
@Nullable @Generated(value="lombok") public String getCapacity()
@Nullable @Generated(value="lombok") public String getCapacityBaseQtyUnit()
@Nullable @Generated(value="lombok") public String getCapacityCategoryCode()
@Nullable @Generated(value="lombok") public String getCapacityActiveVersion()
@Nullable @Generated(value="lombok") public Boolean getCapacityIsFinite()
@Nullable @Generated(value="lombok") public Boolean getCapacityIsPooled()
@Nullable @Generated(value="lombok") public Boolean getCapacityHasIndivCapacities()
@Nullable @Generated(value="lombok") public Boolean getCapacityIsExcldFrmLongTermPlng()
@Nullable @Generated(value="lombok") public Short getCapacityNumberOfCapacities()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setCapacityInternalID(@Nullable String capacityInternalID)
capacityInternalID
- @Generated(value="lombok") public void setCapacityResponsiblePlanner(@Nullable String capacityResponsiblePlanner)
capacityResponsiblePlanner
- @Generated(value="lombok") public void setCapacityPlanUtilizationPercent(@Nullable String capacityPlanUtilizationPercent)
capacityPlanUtilizationPercent
- @Generated(value="lombok") public void setCapacityBreakDuration(@Nullable Integer capacityBreakDuration)
capacityBreakDuration
- @Generated(value="lombok") public void setPlant(@Nullable String plant)
plant
- @Generated(value="lombok") public void setFactoryCalendar(@Nullable String factoryCalendar)
factoryCalendar
- @Generated(value="lombok") public void setAuthorizationGroup(@Nullable String authorizationGroup)
authorizationGroup
- @Generated(value="lombok") public void setShiftGroup(@Nullable String shiftGroup)
shiftGroup
- @Generated(value="lombok") public void setCapacityStartTime(@Nullable Integer capacityStartTime)
capacityStartTime
- @Generated(value="lombok") public void setCapacityEndTime(@Nullable Integer capacityEndTime)
capacityEndTime
- @Generated(value="lombok") public void setCapacityQuantityUnit(@Nullable String capacityQuantityUnit)
capacityQuantityUnit
- @Generated(value="lombok") public void setCapacity(@Nullable String capacity)
capacity
- @Generated(value="lombok") public void setCapacityBaseQtyUnit(@Nullable String capacityBaseQtyUnit)
capacityBaseQtyUnit
- @Generated(value="lombok") public void setCapacityCategoryCode(@Nullable String capacityCategoryCode)
capacityCategoryCode
- @Generated(value="lombok") public void setCapacityActiveVersion(@Nullable String capacityActiveVersion)
capacityActiveVersion
- @Generated(value="lombok") public void setCapacityIsFinite(@Nullable Boolean capacityIsFinite)
capacityIsFinite
- @Generated(value="lombok") public void setCapacityIsPooled(@Nullable Boolean capacityIsPooled)
capacityIsPooled
- @Generated(value="lombok") public void setCapacityHasIndivCapacities(@Nullable Boolean capacityHasIndivCapacities)
capacityHasIndivCapacities
- @Generated(value="lombok") public void setCapacityIsExcldFrmLongTermPlng(@Nullable Boolean capacityIsExcldFrmLongTermPlng)
capacityIsExcldFrmLongTermPlng
- @Generated(value="lombok") public void setCapacityNumberOfCapacities(@Nullable Short capacityNumberOfCapacities)
capacityNumberOfCapacities
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<WorkCenterCapacity>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<WorkCenterCapacity>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<WorkCenterCapacity>
Copyright © 2017 SAP SE. All rights reserved.