Move save() method to WritableBase interface.
[demoscenemusic.git] / src / main / java / net / pterodactylus / demoscenemusic / data / AbstractTrack.java
2012-04-18 David ‘Bombe’ RodenTracks can belong to multiple artists and styles.
2012-04-18 David ‘Bombe’ RodenAdd style to track.
2012-04-18 David ‘Bombe’ RodenDon’t store the style locally.
2012-04-18 David ‘Bombe’ RodenStore artist of a track in the attributes.
2012-04-18 David ‘Bombe’ RodenStore the name of a track in the attributes.
2012-04-17 David ‘Bombe’ RodenTurn Base into abstract base class, extract Base interface.
2012-04-17 David ‘Bombe’ RodenRemove single style specification.
2012-04-17 David ‘Bombe’ RodenExtract Track interface, turn Track into abstract base...