|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.entry.EntryDataModel
model.entry.EntryDataModelEditor
model.EntryUpdater
public class EntryUpdater
EntryUpdater is used to create a new Tournament object. When the run-method is called the Entry object that is connected to the instance of this class is updated with the data in this class. A subclass of EntryDataModelEditor.
Field Summary | |
---|---|
private Tournament |
TOURNAMENT
|
Constructor Summary | |
---|---|
protected |
EntryUpdater(Tournament tournament,
Entry target_entry)
|
Method Summary | |
---|---|
void |
run()
Edits the tournament linked to this instance of class TournamentUpdater with the data in this instance. |
Methods inherited from class model.entry.EntryDataModelEditor |
---|
clearDiscounts, setClub, setCountry, setCountry, setDateOfBirth, setDiscountState, setFirstName, setInfo, setLastName, setPaidSum, setPaidSum, setRank, setRank, setTotalFee, setTotalFee |
Methods inherited from class model.entry.EntryDataModel |
---|
getBirthDayOfMonth, getBirthMonthOfYear, getClub, getCountry, getDateOfBirth, getDiscountIds, getFirstName, getId, getInfo, getLastName, getPaidSum, getRank, getTotalFee, setDateOfBirth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final transient Tournament TOURNAMENT
Constructor Detail |
---|
protected EntryUpdater(Tournament tournament, Entry target_entry) throws GoException
GoException
Method Detail |
---|
public void run() throws GoException
run
in class EntryDataModelEditor
GoException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |