@Entity public class LuiRevenueEntity extends MetaEntity implements AttributeOwner<LuiRevenueAttributeEntity>
Constructor and Description |
---|
LuiRevenueEntity() |
LuiRevenueEntity(Revenue revenue) |
Modifier and Type | Method and Description |
---|---|
Set<LuiRevenueAttributeEntity> |
getAttributes() |
String |
getFeeType() |
LuiEntity |
getLui() |
void |
setAttributes(Set<LuiRevenueAttributeEntity> attributes) |
void |
setFeeType(String feeType) |
void |
setLui(LuiEntity lui) |
RevenueInfo |
toDto() |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
getVersionNumber, setVersionNumber
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
public LuiRevenueEntity()
public LuiRevenueEntity(Revenue revenue)
public RevenueInfo toDto()
public String getFeeType()
public void setFeeType(String feeType)
public void setAttributes(Set<LuiRevenueAttributeEntity> attributes)
setAttributes
in interface AttributeOwner<LuiRevenueAttributeEntity>
public Set<LuiRevenueAttributeEntity> getAttributes()
getAttributes
in interface AttributeOwner<LuiRevenueAttributeEntity>
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.