Project

General

Profile

« Previous | Next » 

Revision bc556475

Added by Andreas Müller almost 8 years ago

Some further cleaning up for single reference cache strategy #5833

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/reference/IBookSection.java
5 5
*
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/ 
8
*/
9 9

  
10 10
package eu.etaxonomy.cdm.model.reference;
11 11

  
12
import eu.etaxonomy.cdm.strategy.cache.reference.old.BookSectionDefaultCacheStrategy;
13

  
14 12
/**
15
 * This interface represents isolated sections (parts or chapters) within a 
13
 * This interface represents isolated sections (parts or chapters) within a
16 14
 * {@link IBook book} or {@link IProceedings proceedings}.
17 15
 * <P>
18 16
 * This class corresponds, according to the TDWG ontology, to the publication type
......
25 23
	 * @return
26 24
	 */
27 25
	public IBook getInBook();
28
	
26

  
29 27
	/**
30 28
	 * Sets this book sections book.
31 29
	 * @param book
32 30
	 */
33 31
	public void setInBook (IBook book);
34 32

  
35
	
36
	
37
	void setCacheStrategy(BookSectionDefaultCacheStrategy cacheStratefy);
38

  
39 33
}

Also available in: Unified diff