net.aerith.misao.toolkit.HtmlImageGallery
Class HtmlImageGalleryTable.ImageRecord

java.lang.Object
  |
  +--net.aerith.misao.gui.FileOperationTable.TableRecord
        |
        +--net.aerith.misao.toolkit.HtmlImageGallery.HtmlImageGalleryTable.ImageRecord
Enclosing class:
HtmlImageGalleryTable

protected class HtmlImageGalleryTable.ImageRecord
extends FileOperationTable.TableRecord

The ImageRecord represents a record for one image.


Field Summary
protected  XmlInformation info
          The image information.
protected  XmlMagRecord mag_record
          The magnitude record.
protected  Variability variability
          The variability.
protected  java.io.File xml_file
          The XML file.
 
Fields inherited from class net.aerith.misao.gui.FileOperationTable.TableRecord
file, status, STATUS_DONE, STATUS_FAILED, STATUS_READY
 
Constructor Summary
HtmlImageGalleryTable.ImageRecord(Variability variability, XmlMagRecord mag_record, XmlInformation info)
          Construct an ImageRecord.
 
Method Summary
 java.io.File getFile()
          Gets the file.
 XmlInformation getInformation()
          Gets the image information.
 XmlMagRecord getMagRecord()
          Gets the magnitude record.
 java.lang.Object getOperationTarget()
          Gets the target of operation.
 Variability getVariability()
          Gets the variability.
 java.io.File getXmlFile()
          Gets the XML file.
 
Methods inherited from class net.aerith.misao.gui.FileOperationTable.TableRecord
getStatus, setFile, setStatus
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

variability

protected Variability variability
The variability.

mag_record

protected XmlMagRecord mag_record
The magnitude record.

info

protected XmlInformation info
The image information.

xml_file

protected java.io.File xml_file
The XML file.
Constructor Detail

HtmlImageGalleryTable.ImageRecord

public HtmlImageGalleryTable.ImageRecord(Variability variability,
                                         XmlMagRecord mag_record,
                                         XmlInformation info)
Construct an ImageRecord.
Parameters:
variability - the variability.
mag_record - the magnitude record.
info - the image information.
Method Detail

getFile

public java.io.File getFile()
Gets the file.
Overrides:
getFile in class FileOperationTable.TableRecord
Returns:
the file.

getVariability

public Variability getVariability()
Gets the variability.
Returns:
the variability.

getMagRecord

public XmlMagRecord getMagRecord()
Gets the magnitude record.
Returns:
the magnitude record.

getInformation

public XmlInformation getInformation()
Gets the image information.
Returns:
the image information.

getXmlFile

public java.io.File getXmlFile()
Gets the XML file.
Returns:
the XML file.

getOperationTarget

public java.lang.Object getOperationTarget()
Gets the target of operation.
Overrides:
getOperationTarget in class FileOperationTable.TableRecord
Returns:
the target of operation.