org.kuali.student.enrollment.class1.lui.model
Class LuiRevenueEntity
java.lang.Object
org.kuali.student.r2.common.entity.BaseEntity
org.kuali.student.r2.common.entity.BaseVersionEntity
org.kuali.student.r2.common.entity.MetaEntity
org.kuali.student.enrollment.class1.lui.model.LuiRevenueEntity
- All Implemented Interfaces:
- AttributeOwner<LuiRevenueAttributeEntity>, PersistableEntity<String>
@Entity
public class LuiRevenueEntity
- extends MetaEntity
- implements AttributeOwner<LuiRevenueAttributeEntity>
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO |
LuiRevenueEntity
public LuiRevenueEntity()
LuiRevenueEntity
public LuiRevenueEntity(Revenue revenue)
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.