--- jlscp/trunk/src/org/linuxsampler/lscp/DbDirectoryInfo.java 2011/06/24 19:57:07 2189 +++ jlscp/trunk/src/org/linuxsampler/lscp/DbDirectoryInfo.java 2011/06/24 20:18:03 2190 @@ -1,7 +1,7 @@ /* * jlscp - a java LinuxSampler control protocol API * - * Copyright (C) 2005-2007 Grigor Iliev + * Copyright (C) 2005-2010 Grigor Iliev * * This file is part of jlscp. * @@ -34,7 +34,7 @@ * Provides information about a database instrument directory. * @author Grigor Iliev */ -public class DbDirectoryInfo { +public class DbDirectoryInfo implements Parseable { private String name = ""; private String description = ""; private final Date dateCreated = new EnhancedDate(); @@ -44,6 +44,10 @@ private static DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); private static DateFormat dateFormat2 = DateFormat.getInstance(); + + /** Creates a new instance of DbDirectoryInfo. */ + public + DbDirectoryInfo() { } /** * Creates a new instance of DbDirectoryInfo.