java.lang.Object
de.rpgframework.genericrpg.Reward
- Alle implementierten Schnittstellen:
Datable,Modifyable
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidgetDate()Return the date of the changeint<D extends DataItemModification>
DgetModification(ModifiedObjectType type, String ref) intgetMoney()getTitle()voidvoidremoveModification(ModifiedObjectType type, String ref) voidSet the date of the changevoidsetExperiencePoints(int experiencePoints) voidsetGamemaster(String gamemaster) voidvoidsetMoney(int money) voidtoString()
-
Felddetails
-
date
-
-
Konstruktordetails
-
Reward
public Reward()
-
-
Methodendetails
-
toString
-
getTitle
-
setTitle
-
getIncomingModifications
- Angegeben von:
getIncomingModificationsin SchnittstelleModifyable
-
setIncomingModifications
- Angegeben von:
setIncomingModificationsin SchnittstelleModifyable
-
addIncomingModification
- Angegeben von:
addIncomingModificationin SchnittstelleModifyable
-
removeIncomingModification
- Angegeben von:
removeIncomingModificationin SchnittstelleModifyable
-
getDate
Beschreibung aus Schnittstelle kopiert:DatableReturn the date of the change -
setDate
Beschreibung aus Schnittstelle kopiert:DatableSet the date of the change -
getGamemaster
-
setGamemaster
-
getExperiencePoints
public int getExperiencePoints()- Gibt zurück:
- the experiencePoints
-
setExperiencePoints
public void setExperiencePoints(int experiencePoints) - Parameter:
experiencePoints- the experiencePoints to set
-
getMoney
public int getMoney()- Gibt zurück:
- the money
-
setMoney
public void setMoney(int money) - Parameter:
money- the money to set
-
removeModification
-
getModification
-