@Entity public class LuiFeeEntity extends MetaEntity implements AttributeOwner<LuiFeeAttributeEntity>
| Constructor and Description |
|---|
LuiFeeEntity() |
LuiFeeEntity(Fee fee) |
| Modifier and Type | Method and Description |
|---|---|
Set<LuiFeeAttributeEntity> |
getAttributes() |
String |
getFeeKey() |
String |
getFeeType() |
String |
getFormatted() |
LuiEntity |
getLui() |
String |
getPlain() |
String |
getRateType() |
void |
setAttributes(Set<LuiFeeAttributeEntity> attributes) |
void |
setFeeKey(String feeKey) |
void |
setFeeType(String feeType) |
void |
setFormatted(String formatted) |
void |
setLui(LuiEntity lui) |
void |
setPlain(String plain) |
void |
setRateType(String rateType) |
FeeInfo |
toDto() |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTOgetVersionNumber, setVersionNumbergetId, getObjectId, prePersist, preUpdate, setId, setObjectId, toStringpublic LuiFeeEntity()
public LuiFeeEntity(Fee fee)
public String getFeeType()
public void setFeeType(String feeType)
public String getRateType()
public void setRateType(String rateType)
public String getFormatted()
public void setFormatted(String formatted)
public void setAttributes(Set<LuiFeeAttributeEntity> attributes)
setAttributes in interface AttributeOwner<LuiFeeAttributeEntity>public Set<LuiFeeAttributeEntity> getAttributes()
getAttributes in interface AttributeOwner<LuiFeeAttributeEntity>Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.