com.rapidtransform.spec.model
Class SerialConfig
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.spec.model.ManufacturingConfig
com.rapidtransform.spec.model.SerialConfig
- All Implemented Interfaces:
- Model, Approvable, OrganizationalData, OrganizationElement, java.io.Serializable
public class SerialConfig
- extends ManufacturingConfig
This is a type of manufacturing config that applies from the start serial number through the
end serial number specified in this class. The serial number is applied to the product
specified as the solutionFor attribute.
- 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 |
SerialConfig
public SerialConfig()
getEndSerialNumber
public java.lang.String getEndSerialNumber()
- Returns:
- Returns the endSerialNumber.
setEndSerialNumber
public void setEndSerialNumber(java.lang.String endSerialNumber)
- Parameters:
endSerialNumber
- The endSerialNumber to set.
getStartSerialNumber
public java.lang.String getStartSerialNumber()
- Returns:
- Returns the startSerialNumber.
setStartSerialNumber
public void setStartSerialNumber(java.lang.String startSerialNumber)
- Parameters:
startSerialNumber
- The startSerialNumber to set.