com.rapidtransform.spec.model
Class LotConfig
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.spec.model.ManufacturingConfig
com.rapidtransform.spec.model.LotConfig
- All Implemented Interfaces:
- Model, Approvable, OrganizationalData, OrganizationElement, java.io.Serializable
public class LotConfig
- extends ManufacturingConfig
LotConfig is a type of manufacturing config that applies to a given production batch (Lot) for
the given Product.
- Author:
- S. Werner
- See Also:
- Serialized Form
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel |
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
LotConfig
public LotConfig()
getLotId
public java.lang.String getLotId()
- Returns:
- Returns the lotId.
setLotId
public void setLotId(java.lang.String lotId)
- Parameters:
lotId
- The lotId to set.
getLotSize
public java.lang.String getLotSize()
- Returns:
- Returns the lotSize.
setLotSize
public void setLotSize(java.lang.String lotSize)
- Parameters:
lotSize
- The lotSize to set.