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

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r1.common.entity.Attribute<CluFee>
          extended by org.kuali.student.r2.lum.lu.entity.CluFeeAttribute
All Implemented Interfaces:
PersistableEntity<String>

@Entity
public class CluFeeAttribute
extends Attribute<CluFee>


Constructor Summary
CluFeeAttribute()
           
 
Method Summary
 CluFee getOwner()
           
 void setOwner(CluFee owner)
           
 
Methods inherited from class org.kuali.student.r1.common.entity.Attribute
getName, getValue, setName, setValue
 
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

CluFeeAttribute

public CluFeeAttribute()
Method Detail

getOwner

public CluFee getOwner()
Specified by:
getOwner in class Attribute<CluFee>

setOwner

public void setOwner(CluFee owner)
Specified by:
setOwner in class Attribute<CluFee>


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