Class SetListBaselineMessage
- java.lang.Object
-
- de.gebit.integrity.remoting.transport.messages.AbstractMessage
-
- de.gebit.integrity.remoting.transport.messages.SetListBaselineMessage
-
- All Implemented Interfaces:
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 Summary
Constructors Constructor Description SetListBaselineMessage()The no-arg constructor, primarily used for serialization.SetListBaselineMessage(SetList aSetList)Creates a new instance.
-
-
-
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()
-
-