Subversion Repositories SmartDukaan

Rev

Rev 34 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34 Rev 41
Line 16... Line 16...
16
 * @author naveen
16
 * @author naveen
17
 *
17
 *
18
 */
18
 */
19
public class DefinitionsContainer implements Serializable {
19
public class DefinitionsContainer implements Serializable {
20
 
20
 
21
	/**
21
	/** 
22
	 * 
22
	 * 
23
	 */
23
	 */
24
	private static final long serialVersionUID = 1L;
24
	private static final long serialVersionUID = 1L;
25
	private Map<Long, Category> categories;
25
	private Map<Long, Category> categories;
26
	private Map<Long, SlideDefinition> slideDefinitions;
26
	private Map<Long, SlideDefinition> slideDefinitions;