org.kuali.student.lum.lu.entity
Class CluAccreditation

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.common.entity.MetaEntity
          extended by 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)

Field Summary
private  List<CluAccreditationAttribute> attributes
           
private  Date effectiveDate
           
private  Date expirationDate
           
private  String orgId
           
 
Constructor Summary
CluAccreditation()
           
 
Method Summary
 List<CluAccreditationAttribute> getAttributes()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 String getOrgId()
           
 void setAttributes(List<CluAccreditationAttribute> attributes)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setOrgId(String orgId)
           
 
Methods inherited from class org.kuali.student.common.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orgId

private String orgId

effectiveDate

private Date effectiveDate

expirationDate

private Date expirationDate

attributes

private List<CluAccreditationAttribute> attributes
Constructor Detail

CluAccreditation

public CluAccreditation()
Method Detail

getAttributes

public List<CluAccreditationAttribute> getAttributes()
Specified by:
getAttributes in interface AttributeOwner<CluAccreditationAttribute>

setAttributes

public void setAttributes(List<CluAccreditationAttribute> attributes)
Specified by:
setAttributes in 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 © 2007-2011 The Kuali Foundation. All Rights Reserved.