Package com.eduix.genexp.studyelement
Class ExportStudyElementExtended
- java.lang.Object
-
- com.eduix.genexp.studyelement.ExportStudyElement
-
- com.eduix.genexp.studyelement.ExportStudyElementExtended
-
- All Implemented Interfaces:
ExportDateTimeContainer,ExportFieldsAndResponsibilitiesContainer,ExportRestrictionsContainer
public class ExportStudyElementExtended extends ExportStudyElement
-
-
Field Summary
Fields Modifier and Type Field Description private com.eduix.esp.common.core.domain.LocalizedStringcontentprivate FloatcreditsMaxprivate FloatcreditsMinprivate List<String>languagesOfCompletion
-
Constructor Summary
Constructors Constructor Description ExportStudyElementExtended(String organisationTkCode, com.eduplan.domain.lum.LearningUnit learningUnit, String type, boolean parentActive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.eduix.esp.common.core.domain.LocalizedStringgetContent()FloatgetCreditsMax()FloatgetCreditsMin()List<String>getLanguagesOfCompletion()voidsetContent(com.eduix.esp.common.core.domain.LocalizedString content)voidsetCreditsMax(Float creditsMax)voidsetCreditsMin(Float creditsMin)voidsetLanguagesOfCompletion(List<String> languagesOfCompletion)-
Methods inherited from class com.eduix.genexp.studyelement.ExportStudyElement
getCreatedDateTime, getCredits, getCreditsDescription, getDescription, getDevelopment, getExportRestrictions, getFieldsOfEducation, getFurtherInformation, getKeywords, getModifiedDateTime, getName, getObjective, getOrganisationReferences, getOriginalStatus, getParents, getPersonReferences, getResponsibilities, getStatus, getStudyElementId, getStudyElementIdentifierCode, getStudyElementPermanentId, getSubElements, getTeachingLanguages, getType, getValidityEndDate, getValidityStartDate, setCreatedDateTime, setCredits, setCreditsDescription, setDescription, setDevelopment, setExportRestrictions, setFieldsOfEducation, setFurtherInformation, setKeywords, setModifiedDateTime, setName, setObjective, setOriginalStatus, setParents, setPersonReferences, setResponsibilities, setStatus, setStudyElementId, setStudyElementIdentifierCode, setStudyElementPermanentId, setSubElements, setTeachingLanguages, setType, setValidityEndDate, setValidityStartDate
-
-
-
-
Method Detail
-
getCreditsMin
public Float getCreditsMin()
-
setCreditsMin
public void setCreditsMin(Float creditsMin)
-
getCreditsMax
public Float getCreditsMax()
-
setCreditsMax
public void setCreditsMax(Float creditsMax)
-
getContent
public com.eduix.esp.common.core.domain.LocalizedString getContent()
-
setContent
public void setContent(com.eduix.esp.common.core.domain.LocalizedString content)
-
-