/** * Copyright (c) 2015 Camil Staps * 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 { }