JavaView® v2.00.008

jvx.rsrc
Class PsSubmission

java.lang.Object
  |
  +--jv.object.PsObject
        |
        +--jv.rsrc.PsModelInfo
              |
              +--jvx.rsrc.PsSubmission
All Implemented Interfaces:
java.lang.Cloneable, PsUpdateIf, java.io.Serializable

public class PsSubmission
extends PsModelInfo

All model informations for submission including submission details.

Version:
01.04.00, 2.00 revised (kp) Moved from package jv.rsrc to jvx.rsrc.
11.02.00, 1.00 created (kp)
Author:
Konrad Polthier
See Also:
Serialized Form

Field Summary
protected static int m_maxNumSubmissions
           
protected  int m_numSubmissions
           
protected  java.lang.String[] m_rating
           
protected  java.lang.String[] m_reviewComment
           
protected  java.lang.String[] m_reviewDate
           
protected  java.lang.String[] m_reviewerId
           
protected  java.lang.String[] m_submissionDate
           
protected  java.lang.String[] m_submissionId
           
protected static java.lang.String[] RATING
           
 
Fields inherited from class jv.rsrc.PsModelInfo
EMPTY_ITEM, FILE_FORMAT_BYU, FILE_FORMAT_EPS, FILE_FORMAT_FE, FILE_FORMAT_GIF, FILE_FORMAT_HTML, FILE_FORMAT_JPG, FILE_FORMAT_JVX, FILE_FORMAT_MGS, FILE_FORMAT_OBJ, FILE_FORMAT_OFF, FILE_FORMAT_POLY, FILE_FORMAT_PS, FILE_FORMAT_SEPARATOR, FILE_FORMAT_TXT, FILE_FORMAT_WRL, m_authorInfo, m_autoGen, m_bInsideJavaView, m_dialog, m_egId, m_fileComment, m_fileFormat, m_fileName, m_fileSize, m_geometryInfo, m_iDialog, m_imageHeight, m_imageWidth, m_maxNumFiles, m_modelName, m_numFiles, m_rsrcFile, m_title, m_usage, USAGE_APPLET, USAGE_IMAGE, USAGE_MASTER, USAGE_ORIGINAL, USAGE_OTHER, USAGE_PREVIEW, USAGE_PRINT, USAGE_README
 
Fields inherited from class jv.object.PsObject
HAS_CONFIG_PANEL, HAS_INFO_PANEL, HAS_MATERIAL_PANEL, INSPECTOR_INFO, INSPECTOR_INFO_EXT, IS_DELETED, IS_FIXED, IS_SELECTED, IS_USED, m_infoPanel, m_name, m_panelList, m_parent, m_tag, m_updateList, NUM_TAGS
 
Constructor Summary
PsSubmission()
           
 
Method Summary
 PsXmlSrc getXml()
          Fills an XML tree with data from this instance, for example, to print to file.
 void setXml(PsXmlSrc src)
          Fill this instance with data from an XML source, for example, previously read from file.
 void showInfoPanel(boolean modal, PsViewerIf viewer)
           
 
Methods inherited from class jv.rsrc.PsModelInfo
getAuthorInfo, getDialogStatus, getGeometryInfo, getRsrcFile, hasDialog, init, read, runningInsideJavaView, setAuthorInfo, setGeometryInfo, showDialog, update
 
Methods inherited from class jv.object.PsObject
addInspector, addUpdateListener, clearTag, clone, clone, clone, copy, getFather, getInfoPanel, getInspector, getName, getNumObjects, hasInspector, hasTag, hasUpdateListener, instanceOf, instanceOf, removeInspector, removeUpdateListener, setName, setParent, setTag, toString, updatePanels
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RATING

protected static final java.lang.String[] RATING

m_maxNumSubmissions

protected static final int m_maxNumSubmissions

m_numSubmissions

protected int m_numSubmissions

m_submissionId

protected java.lang.String[] m_submissionId

m_submissionDate

protected java.lang.String[] m_submissionDate

m_rating

protected java.lang.String[] m_rating

m_reviewerId

protected java.lang.String[] m_reviewerId

m_reviewDate

protected java.lang.String[] m_reviewDate

m_reviewComment

protected java.lang.String[] m_reviewComment
Constructor Detail

PsSubmission

public PsSubmission()
Method Detail

getXml

public PsXmlSrc getXml()
Fills an XML tree with data from this instance, for example, to print to file.
Overrides:
getXml in class PsModelInfo
Returns:
XML tree filled with data from this instance.

setXml

public void setXml(PsXmlSrc src)
Fill this instance with data from an XML source, for example, previously read from file.
Overrides:
setXml in class PsModelInfo
Parameters:
src - XML source used to fill this instance with data.

showInfoPanel

public void showInfoPanel(boolean modal,
                          PsViewerIf viewer)

JavaView® v2.00.008

The software JavaView® is copyright protected. All Rights Reserved.