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

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

public class CluAccounting
extends BaseEntity
implements AttributeOwner<CluAccountingAttribute>


Field Summary
private  List<AffiliatedOrg> affiliatedOrgs
           
private  List<CluAccountingAttribute> attributes
           
 
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.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
 

Field Detail

attributes

private List<CluAccountingAttribute> attributes

affiliatedOrgs

private List<AffiliatedOrg> affiliatedOrgs
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-2012 The Kuali Foundation. All Rights Reserved.