org.kuali.student.enrollment.class1.lui.model
Class LuiFeeEntity
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.LuiFeeEntity
- All Implemented Interfaces:
- AttributeOwner<LuiFeeAttributeEntity>
@Entity
public class LuiFeeEntity
- extends MetaEntity
- implements AttributeOwner<LuiFeeAttributeEntity>
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO |
LuiFeeEntity
public LuiFeeEntity()
LuiFeeEntity
public LuiFeeEntity(Fee fee)
getFeeType
public String getFeeType()
setFeeType
public void setFeeType(String feeType)
getRateType
public String getRateType()
setRateType
public void setRateType(String rateType)
getFeeKey
public String getFeeKey()
setFeeKey
public void setFeeKey(String feeKey)
getFormatted
public String getFormatted()
setFormatted
public void setFormatted(String formatted)
getPlain
public String getPlain()
setPlain
public void setPlain(String plain)
getLui
public LuiEntity getLui()
setLui
public void setLui(LuiEntity lui)
toDto
public FeeInfo toDto()
setAttributes
public void setAttributes(Set<LuiFeeAttributeEntity> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<LuiFeeAttributeEntity>
getAttributes
public Set<LuiFeeAttributeEntity> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<LuiFeeAttributeEntity>
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.