Class Vocabulary
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.Vocabulary
- All Implemented Interfaces:
ICodeHolder,IDescriptionHolder,IModificationDateHolder,IRegistrationDateHolder,IRegistratorHolder,Serializable
@JsonObject("as.dto.vocabulary.Vocabulary")
public class Vocabulary
extends Object
implements Serializable, ICodeHolder, IDescriptionHolder, IModificationDateHolder, IRegistrationDateHolder, IRegistratorHolder
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getTerms()booleanbooleanDeprecated.booleanvoidsetChosenFromList(boolean chosenFromList) voidvoidsetDescription(String description) voidsetFetchOptions(VocabularyFetchOptions fetchOptions) voidsetInternalNameSpace(boolean internalNameSpace) Deprecated.voidsetManagedInternally(boolean managedInternally) voidsetModificationDate(Date modificationDate) voidsetRegistrationDate(Date registrationDate) voidsetRegistrator(Person registrator) voidsetTerms(List<VocabularyTerm> terms) voidsetUrlTemplate(String urlTemplate) toString()
-
Constructor Details
-
Vocabulary
public Vocabulary()
-
-
Method Details
-
getFetchOptions
-
setFetchOptions
-
getPermId
-
getCode
- Specified by:
getCodein interfaceICodeHolder
-
setCode
-
getDescription
- Specified by:
getDescriptionin interfaceIDescriptionHolder
-
setDescription
-
getRegistrationDate
- Specified by:
getRegistrationDatein interfaceIRegistrationDateHolder
-
setRegistrationDate
-
getRegistrator
- Specified by:
getRegistratorin interfaceIRegistratorHolder
-
setRegistrator
-
getModificationDate
- Specified by:
getModificationDatein interfaceIModificationDateHolder
-
setModificationDate
-
isManagedInternally
public boolean isManagedInternally() -
setManagedInternally
public void setManagedInternally(boolean managedInternally) -
isInternalNameSpace
Deprecated. -
setInternalNameSpace
Deprecated. -
isChosenFromList
public boolean isChosenFromList() -
setChosenFromList
public void setChosenFromList(boolean chosenFromList) -
getUrlTemplate
-
setUrlTemplate
-
getTerms
-
setTerms
-
toString
-
isManagedInternally()