/** * */ package org.inbio.m3s.gwt.client.widgets.metadata.dto; /** * @author jgutierrez * */ public class MediaOwnerConstants { // CONSTANTS // associated to: public static int OWNER_INSTITUTION = 0; public static int OWNER_PERSON = 1; }