com.rapidtransform.spec.model
Class LotConfig

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.spec.model.ManufacturingConfig
          extended by 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

Constructor Summary
LotConfig()
           
 
Method Summary
 java.lang.String getLotId()
           
 java.lang.String getLotSize()
           
 void setLotId(java.lang.String lotId)
           
 void setLotSize(java.lang.String lotSize)
           
 
Methods inherited from class com.rapidtransform.spec.model.ManufacturingConfig
getOrganizations, getSolutionFor, setOrganizations, setSolutionFor
 
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
 

Constructor Detail

LotConfig

public LotConfig()
Method Detail

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.