|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeeEntity | |
---|---|
net.sf.imca.model | The classes in this package contain the object orientated logic of the domain model. |
net.sf.imca.model.entities | The classes in the package describe the persistence data Model. |
Uses of FeeEntity in net.sf.imca.model |
---|
Methods in net.sf.imca.model that return FeeEntity | |
---|---|
FeeEntity |
FeeBO.getEntity()
Get the persistence entity. |
Methods in net.sf.imca.model with parameters of type FeeEntity | |
---|---|
void |
FeeBO.setEntity(FeeEntity entity)
Set the persistence entity. |
Uses of FeeEntity in net.sf.imca.model.entities |
---|
Methods in net.sf.imca.model.entities that return FeeEntity | |
---|---|
FeeEntity |
MembershipTypeEntity.getCurrentFee()
|
FeeEntity |
MembershipEntity.getFee()
|
FeeEntity |
EventEntryEntity.getFee()
|
Methods in net.sf.imca.model.entities with parameters of type FeeEntity | |
---|---|
void |
MembershipTypeEntity.setCurrentFee(FeeEntity currentFee)
|
void |
MembershipEntity.setFee(FeeEntity fee)
|
void |
EventEntryEntity.setFee(FeeEntity fee)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |