Class SetListBaselineMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class SetListBaselineMessage
    extends AbstractMessage
    Updates the setlist with a new baseline, that is, a complete copy.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • SetListBaselineMessage

        public SetListBaselineMessage​(SetList aSetList)
        Creates a new instance.
        Parameters:
        aSetList - the new setlist
      • SetListBaselineMessage

        public SetListBaselineMessage()
        The no-arg constructor, primarily used for serialization.
    • Method Detail

      • getSetList

        public SetList getSetList()