comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/CollectionItem.java @ 87:c8cd1b918901

Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache. flys-client/trunk@1599 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 28 Mar 2011 17:04:17 +0000
parents 74257b95567b
children f6fbfdc813f0
comparison
equal deleted inserted replaced
86:eae92a05282e 87:c8cd1b918901
19 */ 19 */
20 String identifier(); 20 String identifier();
21 21
22 22
23 /** 23 /**
24 * Returns the hash of the wrapped artifact.
25 *
26 * @return the hash of the wrapped artifact.
27 */
28 String hash();
29
30
31 /**
24 * Returns the output modes of the wrapped artifact. 32 * Returns the output modes of the wrapped artifact.
25 * 33 *
26 * @return the output modes of the wrapped artifact. 34 * @return the output modes of the wrapped artifact.
27 */ 35 */
28 List<OutputMode> getOutputModes(); 36 List<OutputMode> getOutputModes();

http://dive4elements.wald.intevation.org