package webctdbexport.db;
// Generated 17-Jun-2011 11:38:57 by Hibernate Tools 3.4.0.CR1
import java.math.BigDecimal;
import java.sql.Clob;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
import javax.persistence.OneToOne;
import javax.persistence.Table;
/**
* LearningContext generated by hbm2java
*/
@Entity
@Table(name="LEARNING_CONTEXT"
)
public class LearningContext implements java.io.Serializable {
private BigDecimal id;
private LearningContext learningContext;
private CmsContentEntry cmsContentEntry;
private LcType lcType;
private String name;
private String sourceId;
private String sourceName;
private String glcid;
private BigDecimal statusTimestamp;
private boolean deletableFlag;
private boolean enrollacceptFlag;
private boolean enrollallowedFlag;
private String nameLowercase;
private boolean licenseGenerated;
private BigDecimal createTs;
private BigDecimal lastmodifyTs;
private Boolean startRestrict;
private Boolean endRestrict;
private Clob description;
private BigDecimal deletedFlag;
private Boolean status;
private Clob fulldescription;
private String orgname;
private String orgunit;
private String orgtype;
private String orgid;
private String adminperiod;
private String email;
private String url;
private String datasource;
private BigDecimal lastarchived;
private BigDecimal startdateTime;
private BigDecimal enddateTime;
private String deliveryUnitType;
private BigDecimal instLcid;
private boolean convertedToBb;
private Set<LcTermMapping> lcTermMappings = new HashSet<LcTermMapping>(0);
private Set<MyCampusBookmarkData> myCampusBookmarkDatas = new HashSet<MyCampusBookmarkData>(0);
private Set<XlistLcMapping> xlistLcMappingsForMasterLcid = new HashSet<XlistLcMapping>(0);
private Set<ColMetaLcVis> colMetaLcVises = new HashSet<ColMetaLcVis>(0);
private Set<Person> personsForPortfolioId = new HashSet<Person>(0);
private Set<AgnSubmissionViewState> agnSubmissionViewStates = new HashSet<AgnSubmissionViewState>(0);
private Set<Announcement> announcementsForCreatedInLcid = new HashSet<Announcement>(0);
private Set<MailMessage> mailMessages = new HashSet<MailMessage>(0);
private Set<SrCriteriaDetail> srCriteriaDetails = new HashSet<SrCriteriaDetail>(0);
private Set<SearchableObjectWa> searchableObjectWas = new HashSet<SearchableObjectWa>(0);
private Set<AgnToolViewState> agnToolViewStates = new HashSet<AgnToolViewState>(0);
private Set<SelfEnrollmentLc> selfEnrollmentLcs = new HashSet<SelfEnrollmentLc>(0);
private Set<LcCategory> lcCategories = new HashSet<LcCategory>(0);
private Set<PersonQuery> personQueries = new HashSet<PersonQuery>(0);
private Set<ColValue> colValues = new HashSet<ColValue>(0);
private Set<CoLcAssignment> coLcAssignments = new HashSet<CoLcAssignment>(0);
private Set<Settings> settingses = new HashSet<Settings>(0);
private Set<Announcement> announcementsForDeliverToLcid = new HashSet<Announcement>(0);
private Set<LcQuery> lcQueries = new HashSet<LcQuery>(0);
private Set<LearningContextIndex> learningContextIndexesForLeftLcId = new HashSet<LearningContextIndex>(0);
private Set<Member> members = new HashSet<Member>(0);
private Set<ColMetaLcModule> colMetaLcModules = new HashSet<ColMetaLcModule>(0);
private Set<CalendarEntry> calendarEntries = new HashSet<CalendarEntry>(0);
private Set<LcTerm> lcTerms = new HashSet<LcTerm>(0);
private Set<XlistLcMapping> xlistLcMappingsForChildLcid = new HashSet<XlistLcMapping>(0);
private Set<CpmLcAclRel> cpmLcAclRels = new HashSet<CpmLcAclRel>(0);
private LearningContextProxy learningContextProxy;
private Set<Person> personsForLearningContextId = new HashSet<Person>(0);
private Set<AgnGroupassignment> agnGroupassignments = new HashSet<AgnGroupassignment>(0);
private LcOperation lcOperation;
private Set<LmsIntegration> lmsIntegrations = new HashSet<LmsIntegration>(0);
private Set<ColMeta> colMetas = new HashSet<ColMeta>(0);
private Set<LearningContextIndex> learningContextIndexesForRightLcId = new HashSet<LearningContextIndex>(0);
private Set<CpmLcEditorRel> cpmLcEditorRels = new HashSet<CpmLcEditorRel>(0);
private Set<LcCategorization> lcCategorizations = new HashSet<LcCategorization>(0);
private Set<SearchableObject> searchableObjects = new HashSet<SearchableObject>(0);
private Set<CpmLcGroupRel> cpmLcGroupRels = new HashSet<CpmLcGroupRel>(0);
private Set<MailBox> mailBoxes = new HashSet<MailBox>(0);
private Set<LearningContext> learningContexts = new HashSet<LearningContext>(0);
private Set<TocBookmark> tocBookmarks = new HashSet<TocBookmark>(0);
private Set<ColMetaLcPerson> colMetaLcPersons = new HashSet<ColMetaLcPerson>(0);
private Set<ColMetaAttrValue> colMetaAttrValues = new HashSet<ColMetaAttrValue>(0);
private Set<PersonChangeEvents> personChangeEventses = new HashSet<PersonChangeEvents>(0);
private Set<CoLcAssociation> coLcAssociations = new HashSet<CoLcAssociation>(0);
public LearningContext() {
}
public LearningContext(BigDecimal id, LcType lcType, String name, String sourceId, String sourceName, String glcid, BigDecimal statusTimestamp, boolean deletableFlag, boolean enrollacceptFlag, boolean enrollallowedFlag, String nameLowercase, boolean licenseGenerated, BigDecimal createTs, BigDecimal lastmodifyTs, boolean convertedToBb) {
this.id = id;
this.lcType = lcType;
this.name = name;
this.sourceId = sourceId;
this.sourceName = sourceName;
this.glcid = glcid;
this.statusTimestamp = statusTimestamp;
this.deletableFlag = deletableFlag;
this.enrollacceptFlag = enrollacceptFlag;
this.enrollallowedFlag = enrollallowedFlag;
this.nameLowercase = nameLowercase;
this.licenseGenerated = licenseGenerated;
this.createTs = createTs;
this.lastmodifyTs = lastmodifyTs;
this.convertedToBb = convertedToBb;
}
public LearningContext(BigDecimal id, LearningContext learningContext, CmsContentEntry cmsContentEntry, LcType lcType, String name, String sourceId, String sourceName, String glcid, BigDecimal statusTimestamp, boolean deletableFlag, boolean enrollacceptFlag, boolean enrollallowedFlag, String nameLowercase, boolean licenseGenerated, BigDecimal createTs, BigDecimal lastmodifyTs, Boolean startRestrict, Boolean endRestrict, Clob description, BigDecimal deletedFlag, Boolean status, Clob fulldescription, String orgname, String orgunit, String orgtype, String orgid, String adminperiod, String email, String url, String datasource, BigDecimal lastarchived, BigDecimal startdateTime, BigDecimal enddateTime, String deliveryUnitType, BigDecimal instLcid, boolean convertedToBb, Set<LcTermMapping> lcTermMappings, Set<MyCampusBookmarkData> myCampusBookmarkDatas, Set<XlistLcMapping> xlistLcMappingsForMasterLcid, Set<ColMetaLcVis> colMetaLcVises, Set<Person> personsForPortfolioId, Set<AgnSubmissionViewState> agnSubmissionViewStates, Set<Announcement> announcementsForCreatedInLcid, Set<MailMessage> mailMessages, Set<SrCriteriaDetail> srCriteriaDetails, Set<SearchableObjectWa> searchableObjectWas, Set<AgnToolViewState> agnToolViewStates, Set<SelfEnrollmentLc> selfEnrollmentLcs, Set<LcCategory> lcCategories, Set<PersonQuery> personQueries, Set<ColValue> colValues, Set<CoLcAssignment> coLcAssignments, Set<Settings> settingses, Set<Announcement> announcementsForDeliverToLcid, Set<LcQuery> lcQueries, Set<LearningContextIndex> learningContextIndexesForLeftLcId, Set<Member> members, Set<ColMetaLcModule> colMetaLcModules, Set<CalendarEntry> calendarEntries, Set<LcTerm> lcTerms, Set<XlistLcMapping> xlistLcMappingsForChildLcid, Set<CpmLcAclRel> cpmLcAclRels, LearningContextProxy learningContextProxy, Set<Person> personsForLearningContextId, Set<AgnGroupassignment> agnGroupassignments, LcOperation lcOperation, Set<LmsIntegration> lmsIntegrations, Set<ColMeta> colMetas, Set<LearningContextIndex> learningContextIndexesForRightLcId, Set<CpmLcEditorRel> cpmLcEditorRels, Set<LcCategorization> lcCategorizations, Set<SearchableObject> searchableObjects, Set<CpmLcGroupRel> cpmLcGroupRels, Set<MailBox> mailBoxes, Set<LearningContext> learningContexts, Set<TocBookmark> tocBookmarks, Set<ColMetaLcPerson> colMetaLcPersons, Set<ColMetaAttrValue> colMetaAttrValues, Set<PersonChangeEvents> personChangeEventses, Set<CoLcAssociation> coLcAssociations) {
this.id = id;
this.learningContext = learningContext;
this.cmsContentEntry = cmsContentEntry;
this.lcType = lcType;
this.name = name;
this.sourceId = sourceId;
this.sourceName = sourceName;
this.glcid = glcid;
this.statusTimestamp = statusTimestamp;
this.deletableFlag = deletableFlag;
this.enrollacceptFlag = enrollacceptFlag;
this.enrollallowedFlag = enrollallowedFlag;
this.nameLowercase = nameLowercase;
this.licenseGenerated = licenseGenerated;
this.createTs = createTs;
this.lastmodifyTs = lastmodifyTs;
this.startRestrict = startRestrict;
this.endRestrict = endRestrict;
this.description = description;
this.deletedFlag = deletedFlag;
this.status = status;
this.fulldescription = fulldescription;
this.orgname = orgname;
this.orgunit = orgunit;
this.orgtype = orgtype;
this.orgid = orgid;
this.adminperiod = adminperiod;
this.email = email;
this.url = url;
this.datasource = datasource;
this.lastarchived = lastarchived;
this.startdateTime = startdateTime;
this.enddateTime = enddateTime;
this.deliveryUnitType = deliveryUnitType;
this.instLcid = instLcid;
this.convertedToBb = convertedToBb;
this.lcTermMappings = lcTermMappings;
this.myCampusBookmarkDatas = myCampusBookmarkDatas;
this.xlistLcMappingsForMasterLcid = xlistLcMappingsForMasterLcid;
this.colMetaLcVises = colMetaLcVises;
this.personsForPortfolioId = personsForPortfolioId;
this.agnSubmissionViewStates = agnSubmissionViewStates;
this.announcementsForCreatedInLcid = announcementsForCreatedInLcid;
this.mailMessages = mailMessages;
this.srCriteriaDetails = srCriteriaDetails;
this.searchableObjectWas = searchableObjectWas;
this.agnToolViewStates = agnToolViewStates;
this.selfEnrollmentLcs = selfEnrollmentLcs;
this.lcCategories = lcCategories;
this.personQueries = personQueries;
this.colValues = colValues;
this.coLcAssignments = coLcAssignments;
this.settingses = settingses;
this.announcementsForDeliverToLcid = announcementsForDeliverToLcid;
this.lcQueries = lcQueries;
this.learningContextIndexesForLeftLcId = learningContextIndexesForLeftLcId;
this.members = members;
this.colMetaLcModules = colMetaLcModules;
this.calendarEntries = calendarEntries;
this.lcTerms = lcTerms;
this.xlistLcMappingsForChildLcid = xlistLcMappingsForChildLcid;
this.cpmLcAclRels = cpmLcAclRels;
this.learningContextProxy = learningContextProxy;
this.personsForLearningContextId = personsForLearningContextId;
this.agnGroupassignments = agnGroupassignments;
this.lcOperation = lcOperation;
this.lmsIntegrations = lmsIntegrations;
this.colMetas = colMetas;
this.learningContextIndexesForRightLcId = learningContextIndexesForRightLcId;
this.cpmLcEditorRels = cpmLcEditorRels;
this.lcCategorizations = lcCategorizations;
this.searchableObjects = searchableObjects;
this.cpmLcGroupRels = cpmLcGroupRels;
this.mailBoxes = mailBoxes;
this.learningContexts = learningContexts;
this.tocBookmarks = tocBookmarks;
this.colMetaLcPersons = colMetaLcPersons;
this.colMetaAttrValues = colMetaAttrValues;
this.personChangeEventses = personChangeEventses;
this.coLcAssociations = coLcAssociations;
}
@Id
@Column(name="ID", nullable=false, precision=20, scale=0)
public BigDecimal getId() {
return this.id;
}
public void setId(BigDecimal id) {
this.id = id;
}
@ManyToOne(fetch=FetchType.LAZY)
@JoinColumn(name="PARENT_ID")
public LearningContext getLearningContext() {
return this.learningContext;
}
public void setLearningContext(LearningContext learningContext) {
this.learningContext = learningContext;
}
@ManyToOne(fetch=FetchType.LAZY)
@JoinColumn(name="HOMEFOLDER_ID")
public CmsContentEntry getCmsContentEntry() {
return this.cmsContentEntry;
}
public void setCmsContentEntry(CmsContentEntry cmsContentEntry) {
this.cmsContentEntry = cmsContentEntry;
}
@ManyToOne(fetch=FetchType.LAZY)
@JoinColumn(name="TYPE_CODE", nullable=false)
public LcType getLcType() {
return this.lcType;
}
public void setLcType(LcType lcType) {
this.lcType = lcType;
}
@Column(name="NAME", nullable=false, length=1000)
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
@Column(name="SOURCE_ID", nullable=false, length=768)
public String getSourceId() {
return this.sourceId;
}
public void setSourceId(String sourceId) {
this.sourceId = sourceId;
}
@Column(name="SOURCE_NAME", nullable=false, length=510)
public String getSourceName() {
return this.sourceName;
}
public void setSourceName(String sourceName) {
this.sourceName = sourceName;
}
@Column(name="GLCID", nullable=false, length=256)
public String getGlcid() {
return this.glcid;
}
public void setGlcid(String glcid) {
this.glcid = glcid;
}
@Column(name="STATUS_TIMESTAMP", nullable=false, precision=20, scale=0)
public BigDecimal getStatusTimestamp() {
return this.statusTimestamp;
}
public void setStatusTimestamp(BigDecimal statusTimestamp) {
this.statusTimestamp = statusTimestamp;
}
@Column(name="DELETABLE_FLAG", nullable=false, precision=1, scale=0)
public boolean isDeletableFlag() {
return this.deletableFlag;
}
public void setDeletableFlag(boolean deletableFlag) {
this.deletableFlag = deletableFlag;
}
@Column(name="ENROLLACCEPT_FLAG", nullable=false, precision=1, scale=0)
public boolean isEnrollacceptFlag() {
return this.enrollacceptFlag;
}
public void setEnrollacceptFlag(boolean enrollacceptFlag) {
this.enrollacceptFlag = enrollacceptFlag;
}
@Column(name="ENROLLALLOWED_FLAG", nullable=false, precision=1, scale=0)
public boolean isEnrollallowedFlag() {
return this.enrollallowedFlag;
}
public void setEnrollallowedFlag(boolean enrollallowedFlag) {
this.enrollallowedFlag = enrollallowedFlag;
}
@Column(name="NAME_LOWERCASE", nullable=false, length=1000)
public String getNameLowercase() {
return this.nameLowercase;
}
public void setNameLowercase(String nameLowercase) {
this.nameLowercase = nameLowercase;
}
@Column(name="LICENSE_GENERATED", nullable=false, precision=1, scale=0)
public boolean isLicenseGenerated() {
return this.licenseGenerated;
}
public void setLicenseGenerated(boolean licenseGenerated) {
this.licenseGenerated = licenseGenerated;
}
@Column(name="CREATE_TS", nullable=false, precision=20, scale=0)
public BigDecimal getCreateTs() {
return this.createTs;
}
public void setCreateTs(BigDecimal createTs) {
this.createTs = createTs;
}
@Column(name="LASTMODIFY_TS", nullable=false, precision=20, scale=0)
public BigDecimal getLastmodifyTs() {
return this.lastmodifyTs;
}
public void setLastmodifyTs(BigDecimal lastmodifyTs) {
this.lastmodifyTs = lastmodifyTs;
}
@Column(name="START_RESTRICT", precision=1, scale=0)
public Boolean getStartRestrict() {
return this.startRestrict;
}
public void setStartRestrict(Boolean startRestrict) {
this.startRestrict = startRestrict;
}
@Column(name="END_RESTRICT", precision=1, scale=0)
public Boolean getEndRestrict() {
return this.endRestrict;
}
public void setEndRestrict(Boolean endRestrict) {
this.endRestrict = endRestrict;
}
@Column(name="DESCRIPTION")
public Clob getDescription() {
return this.description;
}
public void setDescription(Clob description) {
this.description = description;
}
@Column(name="DELETED_FLAG", precision=20, scale=0)
public BigDecimal getDeletedFlag() {
return this.deletedFlag;
}
public void setDeletedFlag(BigDecimal deletedFlag) {
this.deletedFlag = deletedFlag;
}
@Column(name="STATUS", precision=1, scale=0)
public Boolean getStatus() {
return this.status;
}
public void setStatus(Boolean status) {
this.status = status;
}
@Column(name="FULLDESCRIPTION")
public Clob getFulldescription() {
return this.fulldescription;
}
public void setFulldescription(Clob fulldescription) {
this.fulldescription = fulldescription;
}
@Column(name="ORGNAME", length=768)
public String getOrgname() {
return this.orgname;
}
public void setOrgname(String orgname) {
this.orgname = orgname;
}
@Column(name="ORGUNIT", length=768)
public String getOrgunit() {
return this.orgunit;
}
public void setOrgunit(String orgunit) {
this.orgunit = orgunit;
}
@Column(name="ORGTYPE", length=96)
public String getOrgtype() {
return this.orgtype;
}
public void setOrgtype(String orgtype) {
this.orgtype = orgtype;
}
@Column(name="ORGID", length=768)
public String getOrgid() {
return this.orgid;
}
public void setOrgid(String orgid) {
this.orgid = orgid;
}
@Column(name="ADMINPERIOD", length=96)
public String getAdminperiod() {
return this.adminperiod;
}
public void setAdminperiod(String adminperiod) {
this.adminperiod = adminperiod;
}
@Column(name="EMAIL", length=320)
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
}
@Column(name="URL", length=1000)
public String getUrl() {
return this.url;
}
public void setUrl(String url) {
this.url = url;
}
@Column(name="DATASOURCE", length=768)
public String getDatasource() {
return this.datasource;
}
public void setDatasource(String datasource) {
this.datasource = datasource;
}
@Column(name="LASTARCHIVED", precision=20, scale=0)
public BigDecimal getLastarchived() {
return this.lastarchived;
}
public void setLastarchived(BigDecimal lastarchived) {
this.lastarchived = lastarchived;
}
@Column(name="STARTDATE_TIME", precision=20, scale=0)
public BigDecimal getStartdateTime() {
return this.startdateTime;
}
public void setStartdateTime(BigDecimal startdateTime) {
this.startdateTime = startdateTime;
}
@Column(name="ENDDATE_TIME", precision=20, scale=0)
public BigDecimal getEnddateTime() {
return this.enddateTime;
}
public void setEnddateTime(BigDecimal enddateTime) {
this.enddateTime = enddateTime;
}
@Column(name="DELIVERY_UNIT_TYPE", length=20)
public String getDeliveryUnitType() {
return this.deliveryUnitType;
}
public void setDeliveryUnitType(String deliveryUnitType) {
this.deliveryUnitType = deliveryUnitType;
}
@Column(name="INST_LCID", precision=20, scale=0)
public BigDecimal getInstLcid() {
return this.instLcid;
}
public void setInstLcid(BigDecimal instLcid) {
this.instLcid = instLcid;
}
@Column(name="CONVERTED_TO_BB", nullable=false, precision=1, scale=0)
public boolean isConvertedToBb() {
return this.convertedToBb;
}
public void setConvertedToBb(boolean convertedToBb) {
this.convertedToBb = convertedToBb;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<LcTermMapping> getLcTermMappings() {
return this.lcTermMappings;
}
public void setLcTermMappings(Set<LcTermMapping> lcTermMappings) {
this.lcTermMappings = lcTermMappings;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<MyCampusBookmarkData> getMyCampusBookmarkDatas() {
return this.myCampusBookmarkDatas;
}
public void setMyCampusBookmarkDatas(Set<MyCampusBookmarkData> myCampusBookmarkDatas) {
this.myCampusBookmarkDatas = myCampusBookmarkDatas;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContextByMasterLcid")
public Set<XlistLcMapping> getXlistLcMappingsForMasterLcid() {
return this.xlistLcMappingsForMasterLcid;
}
public void setXlistLcMappingsForMasterLcid(Set<XlistLcMapping> xlistLcMappingsForMasterLcid) {
this.xlistLcMappingsForMasterLcid = xlistLcMappingsForMasterLcid;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<ColMetaLcVis> getColMetaLcVises() {
return this.colMetaLcVises;
}
public void setColMetaLcVises(Set<ColMetaLcVis> colMetaLcVises) {
this.colMetaLcVises = colMetaLcVises;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContextByPortfolioId")
public Set<Person> getPersonsForPortfolioId() {
return this.personsForPortfolioId;
}
public void setPersonsForPortfolioId(Set<Person> personsForPortfolioId) {
this.personsForPortfolioId = personsForPortfolioId;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<AgnSubmissionViewState> getAgnSubmissionViewStates() {
return this.agnSubmissionViewStates;
}
public void setAgnSubmissionViewStates(Set<AgnSubmissionViewState> agnSubmissionViewStates) {
this.agnSubmissionViewStates = agnSubmissionViewStates;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContextByCreatedInLcid")
public Set<Announcement> getAnnouncementsForCreatedInLcid() {
return this.announcementsForCreatedInLcid;
}
public void setAnnouncementsForCreatedInLcid(Set<Announcement> announcementsForCreatedInLcid) {
this.announcementsForCreatedInLcid = announcementsForCreatedInLcid;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<MailMessage> getMailMessages() {
return this.mailMessages;
}
public void setMailMessages(Set<MailMessage> mailMessages) {
this.mailMessages = mailMessages;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<SrCriteriaDetail> getSrCriteriaDetails() {
return this.srCriteriaDetails;
}
public void setSrCriteriaDetails(Set<SrCriteriaDetail> srCriteriaDetails) {
this.srCriteriaDetails = srCriteriaDetails;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<SearchableObjectWa> getSearchableObjectWas() {
return this.searchableObjectWas;
}
public void setSearchableObjectWas(Set<SearchableObjectWa> searchableObjectWas) {
this.searchableObjectWas = searchableObjectWas;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<AgnToolViewState> getAgnToolViewStates() {
return this.agnToolViewStates;
}
public void setAgnToolViewStates(Set<AgnToolViewState> agnToolViewStates) {
this.agnToolViewStates = agnToolViewStates;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<SelfEnrollmentLc> getSelfEnrollmentLcs() {
return this.selfEnrollmentLcs;
}
public void setSelfEnrollmentLcs(Set<SelfEnrollmentLc> selfEnrollmentLcs) {
this.selfEnrollmentLcs = selfEnrollmentLcs;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<LcCategory> getLcCategories() {
return this.lcCategories;
}
public void setLcCategories(Set<LcCategory> lcCategories) {
this.lcCategories = lcCategories;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<PersonQuery> getPersonQueries() {
return this.personQueries;
}
public void setPersonQueries(Set<PersonQuery> personQueries) {
this.personQueries = personQueries;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<ColValue> getColValues() {
return this.colValues;
}
public void setColValues(Set<ColValue> colValues) {
this.colValues = colValues;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<CoLcAssignment> getCoLcAssignments() {
return this.coLcAssignments;
}
public void setCoLcAssignments(Set<CoLcAssignment> coLcAssignments) {
this.coLcAssignments = coLcAssignments;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<Settings> getSettingses() {
return this.settingses;
}
public void setSettingses(Set<Settings> settingses) {
this.settingses = settingses;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContextByDeliverToLcid")
public Set<Announcement> getAnnouncementsForDeliverToLcid() {
return this.announcementsForDeliverToLcid;
}
public void setAnnouncementsForDeliverToLcid(Set<Announcement> announcementsForDeliverToLcid) {
this.announcementsForDeliverToLcid = announcementsForDeliverToLcid;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<LcQuery> getLcQueries() {
return this.lcQueries;
}
public void setLcQueries(Set<LcQuery> lcQueries) {
this.lcQueries = lcQueries;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContextByLeftLcId")
public Set<LearningContextIndex> getLearningContextIndexesForLeftLcId() {
return this.learningContextIndexesForLeftLcId;
}
public void setLearningContextIndexesForLeftLcId(Set<LearningContextIndex> learningContextIndexesForLeftLcId) {
this.learningContextIndexesForLeftLcId = learningContextIndexesForLeftLcId;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<Member> getMembers() {
return this.members;
}
public void setMembers(Set<Member> members) {
this.members = members;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<ColMetaLcModule> getColMetaLcModules() {
return this.colMetaLcModules;
}
public void setColMetaLcModules(Set<ColMetaLcModule> colMetaLcModules) {
this.colMetaLcModules = colMetaLcModules;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<CalendarEntry> getCalendarEntries() {
return this.calendarEntries;
}
public void setCalendarEntries(Set<CalendarEntry> calendarEntries) {
this.calendarEntries = calendarEntries;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<LcTerm> getLcTerms() {
return this.lcTerms;
}
public void setLcTerms(Set<LcTerm> lcTerms) {
this.lcTerms = lcTerms;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContextByChildLcid")
public Set<XlistLcMapping> getXlistLcMappingsForChildLcid() {
return this.xlistLcMappingsForChildLcid;
}
public void setXlistLcMappingsForChildLcid(Set<XlistLcMapping> xlistLcMappingsForChildLcid) {
this.xlistLcMappingsForChildLcid = xlistLcMappingsForChildLcid;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<CpmLcAclRel> getCpmLcAclRels() {
return this.cpmLcAclRels;
}
public void setCpmLcAclRels(Set<CpmLcAclRel> cpmLcAclRels) {
this.cpmLcAclRels = cpmLcAclRels;
}
@OneToOne(fetch=FetchType.EAGER, mappedBy="learningContext")
public LearningContextProxy getLearningContextProxy() {
return this.learningContextProxy;
}
public void setLearningContextProxy(LearningContextProxy learningContextProxy) {
this.learningContextProxy = learningContextProxy;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContextByLearningContextId")
public Set<Person> getPersonsForLearningContextId() {
return this.personsForLearningContextId;
}
public void setPersonsForLearningContextId(Set<Person> personsForLearningContextId) {
this.personsForLearningContextId = personsForLearningContextId;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<AgnGroupassignment> getAgnGroupassignments() {
return this.agnGroupassignments;
}
public void setAgnGroupassignments(Set<AgnGroupassignment> agnGroupassignments) {
this.agnGroupassignments = agnGroupassignments;
}
@OneToOne(fetch=FetchType.EAGER, mappedBy="learningContext")
public LcOperation getLcOperation() {
return this.lcOperation;
}
public void setLcOperation(LcOperation lcOperation) {
this.lcOperation = lcOperation;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<LmsIntegration> getLmsIntegrations() {
return this.lmsIntegrations;
}
public void setLmsIntegrations(Set<LmsIntegration> lmsIntegrations) {
this.lmsIntegrations = lmsIntegrations;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<ColMeta> getColMetas() {
return this.colMetas;
}
public void setColMetas(Set<ColMeta> colMetas) {
this.colMetas = colMetas;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContextByRightLcId")
public Set<LearningContextIndex> getLearningContextIndexesForRightLcId() {
return this.learningContextIndexesForRightLcId;
}
public void setLearningContextIndexesForRightLcId(Set<LearningContextIndex> learningContextIndexesForRightLcId) {
this.learningContextIndexesForRightLcId = learningContextIndexesForRightLcId;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<CpmLcEditorRel> getCpmLcEditorRels() {
return this.cpmLcEditorRels;
}
public void setCpmLcEditorRels(Set<CpmLcEditorRel> cpmLcEditorRels) {
this.cpmLcEditorRels = cpmLcEditorRels;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<LcCategorization> getLcCategorizations() {
return this.lcCategorizations;
}
public void setLcCategorizations(Set<LcCategorization> lcCategorizations) {
this.lcCategorizations = lcCategorizations;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<SearchableObject> getSearchableObjects() {
return this.searchableObjects;
}
public void setSearchableObjects(Set<SearchableObject> searchableObjects) {
this.searchableObjects = searchableObjects;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<CpmLcGroupRel> getCpmLcGroupRels() {
return this.cpmLcGroupRels;
}
public void setCpmLcGroupRels(Set<CpmLcGroupRel> cpmLcGroupRels) {
this.cpmLcGroupRels = cpmLcGroupRels;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<MailBox> getMailBoxes() {
return this.mailBoxes;
}
public void setMailBoxes(Set<MailBox> mailBoxes) {
this.mailBoxes = mailBoxes;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<LearningContext> getLearningContexts() {
return this.learningContexts;
}
public void setLearningContexts(Set<LearningContext> learningContexts) {
this.learningContexts = learningContexts;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<TocBookmark> getTocBookmarks() {
return this.tocBookmarks;
}
public void setTocBookmarks(Set<TocBookmark> tocBookmarks) {
this.tocBookmarks = tocBookmarks;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<ColMetaLcPerson> getColMetaLcPersons() {
return this.colMetaLcPersons;
}
public void setColMetaLcPersons(Set<ColMetaLcPerson> colMetaLcPersons) {
this.colMetaLcPersons = colMetaLcPersons;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<ColMetaAttrValue> getColMetaAttrValues() {
return this.colMetaAttrValues;
}
public void setColMetaAttrValues(Set<ColMetaAttrValue> colMetaAttrValues) {
this.colMetaAttrValues = colMetaAttrValues;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<PersonChangeEvents> getPersonChangeEventses() {
return this.personChangeEventses;
}
public void setPersonChangeEventses(Set<PersonChangeEvents> personChangeEventses) {
this.personChangeEventses = personChangeEventses;
}
@OneToMany(fetch=FetchType.LAZY, mappedBy="learningContext")
public Set<CoLcAssociation> getCoLcAssociations() {
return this.coLcAssociations;
}
public void setCoLcAssociations(Set<CoLcAssociation> coLcAssociations) {
this.coLcAssociations = coLcAssociations;
}
}