org.apache.jetspeed.serializer.objects
Class JSSecondaryData

java.lang.Object
  extended by org.apache.jetspeed.serializer.objects.JSSnapshot
      extended by org.apache.jetspeed.serializer.objects.JSSecondaryData

public class JSSecondaryData
extends JSSnapshot


Field Summary
private  JSApplications applications
           
private  String encryption
           
static int softwareSubVersion
           
static int softwareVersion
           
protected static javolution.xml.XMLFormat XML
          SERIALIZER
 
Constructor Summary
JSSecondaryData()
           
JSSecondaryData(String name)
           
 
Method Summary
 boolean checkVersion()
          check the software version and subvversion against the saved version...and verify whether it is compatible...
 JSApplications getApplications()
           
 int getSoftwareSubVersion()
           
 int getSoftwareVersion()
           
 void setApplications(JSApplications applications)
           
 
Methods inherited from class org.apache.jetspeed.serializer.objects.JSSnapshot
getDataSource, getDateCreated, getName, getSavedSubversion, getSavedVersion, setDataSource, setDateCreated, setName, setSavedSubversion, setSavedVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

softwareVersion

public static final int softwareVersion
See Also:
Constant Field Values

softwareSubVersion

public static final int softwareSubVersion
See Also:
Constant Field Values

encryption

private String encryption

applications

private JSApplications applications

XML

protected static final javolution.xml.XMLFormat XML
SERIALIZER

Constructor Detail

JSSecondaryData

public JSSecondaryData()

JSSecondaryData

public JSSecondaryData(String name)
Method Detail

checkVersion

public boolean checkVersion()
check the software version and subvversion against the saved version...and verify whether it is compatible...

Overrides:
checkVersion in class JSSnapshot
Returns:
the current software can process this file

getSoftwareSubVersion

public int getSoftwareSubVersion()
Specified by:
getSoftwareSubVersion in class JSSnapshot
Returns:
Returns the softwareSubVersion.

getSoftwareVersion

public int getSoftwareVersion()
Specified by:
getSoftwareVersion in class JSSnapshot
Returns:
Returns the softwareVersion.

setApplications

public void setApplications(JSApplications applications)
Parameters:
applications - The applications to set.

getApplications

public JSApplications getApplications()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.