Package org.liquigraph.core.model
Class Changelog
- java.lang.Object
-
- org.liquigraph.core.model.Changelog
-
public class Changelog extends Object
-
-
Constructor Summary
Constructors Constructor Description Changelog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Changeset>getChangesets()voidsetChangesets(Collection<Changeset> changesets)
-
-
-
Method Detail
-
getChangesets
public Collection<Changeset> getChangesets()
-
setChangesets
public void setChangesets(Collection<Changeset> changesets)
-
-