org.kuali.student.r2.lum.lu.entity
Class CluAccounting

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r2.lum.lu.entity.CluAccounting
All Implemented Interfaces:
AttributeOwner<CluAccountingAttribute>, PersistableEntity<String>

@Entity
public class CluAccounting
extends BaseEntity
implements AttributeOwner<CluAccountingAttribute>


Constructor Summary
CluAccounting()
           
 
Method Summary
 List<AffiliatedOrg> getAffiliatedOrgs()
           
 List<CluAccountingAttribute> getAttributes()
           
 void setAffiliatedOrgs(List<AffiliatedOrg> affiliatedOrgs)
           
 void setAttributes(List<CluAccountingAttribute> attributes)
           
 
Methods inherited from class org.kuali.student.r1.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, onPrePersist, onPreUpdate, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CluAccounting

public CluAccounting()
Method Detail

getAttributes

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

setAttributes

public void setAttributes(List<CluAccountingAttribute> attributes)
Specified by:
setAttributes in interface AttributeOwner<CluAccountingAttribute>

getAffiliatedOrgs

public List<AffiliatedOrg> getAffiliatedOrgs()

setAffiliatedOrgs

public void setAffiliatedOrgs(List<AffiliatedOrg> affiliatedOrgs)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.