net.aerith.misao.util
Class VsoljRecord

java.lang.Object
  |
  +--net.aerith.misao.util.VsnetRecord
        |
        +--net.aerith.misao.util.VsoljRecord

public class VsoljRecord
extends VsnetRecord

The VsnetRecord represents a magnitude data record in the VSOLJ format.


Fields inherited from class net.aerith.misao.util.VsnetRecord
accuracy, ACCURACY_100TH, ACCURACY_10TH, format, FORMAT_EXTENDED, FORMAT_EXTENDED_INSTRUMENTS, FORMAT_ORIGINAL, name, observer_code, record
 
Constructor Summary
VsoljRecord(java.lang.String name, XmlMagRecord record)
          Constructs a VsoljRecord of the specified star and the magnitude data.
 
Method Summary
 java.lang.String getDate()
          Gets the date string.
 
Methods inherited from class net.aerith.misao.util.VsnetRecord
getCatalog, getChip, getImageObserver, getInstruments, getMag, getName, getObserverCode, getOutputString, setAccuracy, setFormat, setObserverCode
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

VsoljRecord

public VsoljRecord(java.lang.String name,
                   XmlMagRecord record)
Constructs a VsoljRecord of the specified star and the magnitude data.
Parameters:
name - the name of the star.
record - the XML element of the magnitude data.
Method Detail

getDate

public java.lang.String getDate()
Gets the date string.
Overrides:
getDate in class VsnetRecord
Returns:
the date string.