Class NewVocabulary
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistration<Vocabulary>
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.Vocabulary
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.NewVocabulary
-
- All Implemented Interfaces:
IVocabularyUpdates
,ICodeHolder
,IIdHolder
,IRegistratorHolder
,java.io.Serializable
,java.lang.Comparable<Vocabulary>
@JsonObject("NewVocabulary") public class NewVocabulary extends Vocabulary
New controlled vocabulary.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewVocabulary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isUploadedFromFile()
void
setUploadedFromFile(boolean uploadedFromFile)
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.Vocabulary
equals, getDescription, getId, getModificationDate, getTerms, getURLTemplate, hashCode, isChosenFromList, isInternalNamespace, isManagedInternally, setChosenFromList, setDescription, setId, setInternalNamespace, setManagedInternally, setModificationDate, setTerms, setURLTemplate
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistration
compareTo, getCode, setCode
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
getRegistrationDate, getRegistrator, setRegistrationDate, setRegistrator
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.ICodeHolder
getCode
-
-