public class TLcdDAFIFAirspaceModelListDescriptor extends TLcdEditableDataModelListDescriptor implements ILcdDAFIFModelDescriptorSupport
ILcdAirspace
objects
( ADA, ADIZ, ARTCC, ACC, BZ, CTA, CTR, FIR, OCA, RA, TMA, UIR, MODE_C and OTHER ).
The type name (getTypeName()
) and the display name (getDisplayName()
)
are respectively set to "DAFIF" and DISPLAY_NAME
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DISPLAY_NAME
The default display name associated with this model descriptor.
|
Constructor and Description |
---|
TLcdDAFIFAirspaceModelListDescriptor(java.lang.String aSourceName)
Constructs a new
TLcdDAFIFAirspaceModelListDescriptor object. |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEffectiveDate()
Returns the effective date for the corresponding DAFIF model or null if no effective date is set.
|
java.util.Date |
getExpirationDate()
Returns the expiration date for the corresponding DAFIF model or null if no effective date is set.
|
java.lang.String |
getTypeName()
Returns the type/format name of the data source.
|
void |
setEffectiveDate(java.util.Date aDate)
Set the effective date for the corresponding DAFIF model.
|
void |
setExpirationDate(java.util.Date aDate)
Set the expiration date for the corresponding DAFIF model.
|
addModelDescriptor, getDataModel, getModelElementTypes, getModelTypes, insertModelDescriptorAt, removeAllModelDescriptors, removeModelDescriptor
getModelDescriptor, getModelDescriptorCount
getDisplayName, getSourceName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName, getSourceName
public static final java.lang.String DISPLAY_NAME
public TLcdDAFIFAirspaceModelListDescriptor(java.lang.String aSourceName)
TLcdDAFIFAirspaceModelListDescriptor
object.aSourceName
- The name of the data source.public java.lang.String getTypeName()
ILcdModelDescriptor
getTypeName
in interface ILcdModelDescriptor
getTypeName
in class TLcdModelDescriptor
public void setExpirationDate(java.util.Date aDate)
ILcdDAFIFModelDescriptorSupport
setExpirationDate
in interface ILcdDAFIFModelDescriptorSupport
aDate
- the expiration date to be setpublic java.util.Date getExpirationDate()
ILcdDAFIFModelDescriptorSupport
getExpirationDate
in interface ILcdDAFIFModelDescriptorSupport
public void setEffectiveDate(java.util.Date aDate)
ILcdDAFIFModelDescriptorSupport
setEffectiveDate
in interface ILcdDAFIFModelDescriptorSupport
aDate
- the effective date to be setpublic java.util.Date getEffectiveDate()
ILcdDAFIFModelDescriptorSupport
getEffectiveDate
in interface ILcdDAFIFModelDescriptorSupport