public class SubcontractingComponent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Batch |
batch |
protected java.lang.String |
componentID |
protected Description |
description |
protected Product |
product |
protected java.lang.String |
productRevisionID |
protected java.lang.String |
quantity |
protected java.lang.String |
requirementDate |
protected java.lang.String |
unitOfMeasure |
| Constructor and Description |
|---|
SubcontractingComponent() |
| Modifier and Type | Method and Description |
|---|---|
Batch |
getBatch()
Gets the value of the batch property.
|
java.lang.String |
getComponentID()
Gets the value of the componentID property.
|
Description |
getDescription()
Gets the value of the description property.
|
Product |
getProduct()
Gets the value of the product property.
|
java.lang.String |
getProductRevisionID()
Gets the value of the productRevisionID property.
|
java.lang.String |
getQuantity()
Gets the value of the quantity property.
|
java.lang.String |
getRequirementDate()
Gets the value of the requirementDate property.
|
java.lang.String |
getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
void |
setBatch(Batch value)
Sets the value of the batch property.
|
void |
setComponentID(java.lang.String value)
Sets the value of the componentID property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setProduct(Product value)
Sets the value of the product property.
|
void |
setProductRevisionID(java.lang.String value)
Sets the value of the productRevisionID property.
|
void |
setQuantity(java.lang.String value)
Sets the value of the quantity property.
|
void |
setRequirementDate(java.lang.String value)
Sets the value of the requirementDate property.
|
void |
setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.
|
protected java.lang.String quantity
protected java.lang.String requirementDate
protected java.lang.String componentID
protected java.lang.String unitOfMeasure
protected Description description
protected Product product
protected java.lang.String productRevisionID
protected Batch batch
public java.lang.String getQuantity()
Stringpublic void setQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequirementDate()
Stringpublic void setRequirementDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getComponentID()
Stringpublic void setComponentID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnitOfMeasure()
Stringpublic void setUnitOfMeasure(java.lang.String value)
value - allowed object is
Stringpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic Product getProduct()
Productpublic void setProduct(Product value)
value - allowed object is
Productpublic java.lang.String getProductRevisionID()
Stringpublic void setProductRevisionID(java.lang.String value)
value - allowed object is
Stringpublic Batch getBatch()
BatchCopyright © 2018 SAP SE. All Rights Reserved.