com.frinika.project.settings.projectsettingsversions
Class Project20050227

java.lang.Object
  extended by com.frinika.project.settings.projectsettingsversions.Project20050227
All Implemented Interfaces:
ProjectSettings, java.io.Serializable

public class Project20050227
extends java.lang.Object
implements ProjectSettings, java.io.Serializable

For backwards compatibility (Frinika 0.1.0 format)

Author:
Peter Johan Salomonsen
See Also:
Serialized Form

Constructor Summary
Project20050227()
           
 
Method Summary
 byte[] getSequence()
           
 SynthSettings getSynthSettings()
           
 void setSequence(byte[] sequence)
           
 void setSynthSettings(SynthSettings synthSettings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Project20050227

public Project20050227()
Method Detail

getSequence

public byte[] getSequence()
Specified by:
getSequence in interface ProjectSettings
Returns:
Returns the sequence.

setSequence

public void setSequence(byte[] sequence)
Specified by:
setSequence in interface ProjectSettings
Parameters:
sequence - The sequence to set.

getSynthSettings

public SynthSettings getSynthSettings()
Specified by:
getSynthSettings in interface ProjectSettings
Returns:
Returns the synthSettings.

setSynthSettings

public void setSynthSettings(SynthSettings synthSettings)
Specified by:
setSynthSettings in interface ProjectSettings
Parameters:
synthSettings - The synthSettings to set.