org.kuali.student.lum.lu.entity
Class CluAccounting
java.lang.Object
org.kuali.student.common.entity.BaseEntity
org.kuali.student.lum.lu.entity.CluAccounting
- All Implemented Interfaces:
- AttributeOwner<CluAccountingAttribute>
public class CluAccounting
- extends BaseEntity
- implements AttributeOwner<CluAccountingAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
private List<CluAccountingAttribute> attributes
affiliatedOrgs
private List<AffiliatedOrg> affiliatedOrgs
CluAccounting
public CluAccounting()
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.