com.rapidtransform.spec.model
Class DatedConfig

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

Constructor Summary
DatedConfig()
           
 
Method Summary
 java.util.Calendar getEndDate()
           
 java.util.Calendar getStartDate()
           
 void setEndDate(java.util.Calendar endDate)
           
 void setStartDate(java.util.Calendar startDate)
           
 
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

DatedConfig

public DatedConfig()
Method Detail

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.