Project

General

Profile

« Previous | Next » 

Revision 71cecb32

Added by Andreas Müller almost 8 years ago

Further cleanup and rename new default cache strategy to default cache strategy #5833

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/reference/IWebPage.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

  
......
14 14
 * <P>
15 15
 * This class corresponds, according to the TDWG ontology, to the publication type
16 16
 * term (from PublicationTypeTerm): "WebPage".
17
 */ 
18
 public interface IWebPage extends IPublicationBase {
19

  
20
	 
21
		/**
22
		 * Returns this websites inReference (e.g. the underlying database).
23
		 * @return the inReference
24
		 */
25
		public Reference getInReference();
26
		
27
		
28
		/**
29
		 * Sets this websites inreference (e.g. the underlying database) 
30
		 * @param inReference The inReference.
31
		 */
32
		public void setInReference(Reference inReference);
33
 
17
 */
18
public interface IWebPage extends IPublicationBase {
19

  
20

  
21
	/**
22
	 * Returns this websites inReference (e.g. the underlying database).
23
	 * @return the inReference
24
	 */
25
	public Reference getInReference();
26

  
27

  
28
	/**
29
	 * Sets this websites inreference (e.g. the underlying database)
30
	 * @param inReference The inReference.
31
	 */
32
	public void setInReference(Reference inReference);
33

  
34

  
34 35
}

Also available in: Unified diff