com.rapidtransform.spec.model
Class DatedConfig
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.spec.model.ManufacturingConfig
com.rapidtransform.spec.model.DatedConfig
- All Implemented Interfaces:
- Model, Approvable, OrganizationalData, OrganizationElement, java.io.Serializable
public class DatedConfig
- extends ManufacturingConfig
This type of configuration that applies from the given date, or between a start and end date.
- 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 |
DatedConfig
public DatedConfig()
getEndDate
public java.util.Calendar getEndDate()
- Returns:
- Returns the endDate.
setEndDate
public void setEndDate(java.util.Calendar endDate)
- Parameters:
endDate
- The endDate to set.
getStartDate
public java.util.Calendar getStartDate()
- Returns:
- Returns the startDate.
setStartDate
public void setStartDate(java.util.Calendar startDate)
- Parameters:
startDate
- The startDate to set.