package poo;

public interface SimpleAlbum extends Comparable<SimpleAlbum>,Album{

	String getArtist();
}
