Class VocabularyUpdate
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.update.VocabularyUpdate
- All Implemented Interfaces:
IObjectUpdate<IVocabularyId>,IUpdate,Serializable
@JsonObject("as.dto.vocabulary.update.VocabularyUpdate")
public class VocabularyUpdate
extends Object
implements IUpdate, IObjectUpdate<IVocabularyId>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetChosenFromList(Boolean chosenFromList) voidsetDescription(String description) voidsetUrlTemplate(String urlTemplate) voidsetVocabularyId(IVocabularyId vocabularyId) toString()
-
Constructor Details
-
VocabularyUpdate
public VocabularyUpdate()
-
-
Method Details
-
getObjectId
- Specified by:
getObjectIdin interfaceIObjectUpdate<IVocabularyId>
-
getVocabularyId
-
setVocabularyId
-
getDescription
-
setDescription
-
getChosenFromList
-
setChosenFromList
-
getUrlTemplate
-
setUrlTemplate
-
toString
-