X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fdata%2FMetaData.java;h=76a9c7ba97f43c687e932692ecd5eff44a4bcda0;hp=3980e96bc77b8ad359bee903381633daf832e3f4;hb=fe999aa400c2627291325558f1ae8c734da7900c;hpb=614574c4a697c12338766b1d7914733ddf63a7ab diff --git a/src/be/nikiroo/fanfix/data/MetaData.java b/src/be/nikiroo/fanfix/data/MetaData.java index 3980e96..76a9c7b 100644 --- a/src/be/nikiroo/fanfix/data/MetaData.java +++ b/src/be/nikiroo/fanfix/data/MetaData.java @@ -21,6 +21,7 @@ public class MetaData { private String luid; private String lang; private String publisher; + private String type; private boolean imageDocument; /** @@ -255,6 +256,25 @@ public class MetaData { this.publisher = publisher; } + /** + * The output type this {@link Story} is in. + * + * @return the type the type + */ + public String getType() { + return type; + } + + /** + * The output type this {@link Story} is in. + * + * @param type + * the new type to set + */ + public void setType(String type) { + this.type = type; + } + /** * Document catering mostly to image files. *