org.kuali.student.lum.lu.entity
Class CluAccreditation
java.lang.Object
   org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.BaseEntity
       org.kuali.student.common.entity.MetaEntity
org.kuali.student.common.entity.MetaEntity
           org.kuali.student.lum.lu.entity.CluAccreditation
org.kuali.student.lum.lu.entity.CluAccreditation
- All Implemented Interfaces: 
- AttributeOwner<CluAccreditationAttribute>
- public class CluAccreditation 
- extends MetaEntity- implements AttributeOwner<CluAccreditationAttribute>
This is a description of what this class does - hjohnson don't forget to fill
 this in.
- Author:
- Kuali Student Team (kuali-student@googlegroups.com)
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
orgId
private String orgId
effectiveDate
private Date effectiveDate
expirationDate
private Date expirationDate
attributes
private List<CluAccreditationAttribute> attributes
CluAccreditation
public CluAccreditation()
getAttributes
public List<CluAccreditationAttribute> getAttributes()
- 
- Specified by:
- getAttributesin interface- AttributeOwner<CluAccreditationAttribute>
 
- 
 
setAttributes
public void setAttributes(List<CluAccreditationAttribute> attributes)
- 
- Specified by:
- setAttributesin interface- AttributeOwner<CluAccreditationAttribute>
 
- 
 
getOrgId
public String getOrgId()
- 
 
- 
 
setOrgId
public void setOrgId(String orgId)
- 
 
- 
 
getEffectiveDate
public Date getEffectiveDate()
- 
 
- 
 
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
- 
 
- 
 
getExpirationDate
public Date getExpirationDate()
- 
 
- 
 
setExpirationDate
public void setExpirationDate(Date expirationDate)
- 
 
- 
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.