org.kuali.student.enrollment.class1.lui.model
Class LuiRevenueEntity

java.lang.Object
  extended by org.kuali.student.r2.common.entity.BaseEntity
      extended by org.kuali.student.r2.common.entity.BaseVersionEntity
          extended by org.kuali.student.r2.common.entity.MetaEntity
              extended by org.kuali.student.enrollment.class1.lui.model.LuiRevenueEntity
All Implemented Interfaces:
AttributeOwner<LuiRevenueAttributeEntity>, PersistableEntity<String>

@Entity
public class LuiRevenueEntity
extends MetaEntity
implements AttributeOwner<LuiRevenueAttributeEntity>


Constructor Summary
LuiRevenueEntity()
           
LuiRevenueEntity(Revenue revenue)
           
 
Method Summary
 Set<LuiRevenueAttributeEntity> getAttributes()
           
 String getFeeType()
           
 LuiEntity getLui()
           
 void setAttributes(Set<LuiRevenueAttributeEntity> attributes)
           
 void setFeeType(String feeType)
           
 void setLui(LuiEntity lui)
           
 RevenueInfo toDto()
           
 
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
 
Methods inherited from class org.kuali.student.r2.common.entity.BaseVersionEntity
getVersionNumber, setVersionNumber
 
Methods inherited from class org.kuali.student.r2.common.entity.BaseEntity
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LuiRevenueEntity

public LuiRevenueEntity()

LuiRevenueEntity

public LuiRevenueEntity(Revenue revenue)
Method Detail

toDto

public RevenueInfo toDto()

getFeeType

public String getFeeType()

setFeeType

public void setFeeType(String feeType)

getLui

public LuiEntity getLui()

setLui

public void setLui(LuiEntity lui)

setAttributes

public void setAttributes(Set<LuiRevenueAttributeEntity> attributes)
Specified by:
setAttributes in interface AttributeOwner<LuiRevenueAttributeEntity>

getAttributes

public Set<LuiRevenueAttributeEntity> getAttributes()
Specified by:
getAttributes in interface AttributeOwner<LuiRevenueAttributeEntity>


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