aboutsummaryrefslogtreecommitdiff
path: root/Week9/src/com/camilstaps/shop/DatabaseItem.java
blob: 0cbe661dacbc1b9a5f26c9d6471bb62e8f65a2df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * Copyright (c) 2015 Camil Staps <info@camilstaps.nl>
 * See the LICENSE file for copying permission.
 */

package com.camilstaps.shop;

import java.io.Serializable;

/**
 * DatabaseItem is a general class for anything that is stored in the Database
 * @author Camil Staps, s4498062
 */
public class DatabaseItem implements Serializable {
}