@Entity(name="SponsorAssetsAvailability") public final class PersistentSponsorAssetsAvailability extends Object implements com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsAvailability, Serializable
Sponsors.
This is a persistent JPA-Based implementation.
| Constructor and Description |
|---|
PersistentSponsorAssetsAvailability()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getAffinityGroupCost() |
Integer |
getCheerleaderCost() |
Integer |
getCoachingDieCost() |
Integer |
getId()
Returns the ID assigned to this entity.
|
Integer |
getMediBotCost() |
Integer |
getNastySurpriseCardCost() |
Integer |
getSpecialMoveCardCost() |
Integer |
getWagerCost() |
int |
hashCode() |
void |
setAffinityGroupCost(Integer cost)
Sets the cost of an affinity group.
|
void |
setCheerleaderCost(Integer cost)
Sets the cost of a cheerleader.
|
void |
setCoachingDieCost(Integer cost)
Sets the cost of a coaching die.
|
void |
setId(Integer identifier)
Sets the ID assigned to this entity.
|
void |
setMediBotCost(Integer cost)
Sets the cost of a medibot.
|
void |
setSabotageCardCost(Integer cost)
Sets the cost of a sabotage card.
|
void |
setSpecialMovementCardCost(Integer cost)
Sets the cost of a special movement card.
|
void |
setWagerCost(Integer cost)
Sets the cost of a wager.
|
String |
toString() |
public PersistentSponsorAssetsAvailability()
public final Integer getAffinityGroupCost()
getAffinityGroupCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsAvailabilitypublic final Integer getCheerleaderCost()
getCheerleaderCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsAvailabilitypublic final Integer getCoachingDieCost()
getCoachingDieCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsAvailabilitypublic final Integer getId()
public final Integer getMediBotCost()
getMediBotCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsAvailabilitypublic final Integer getNastySurpriseCardCost()
getNastySurpriseCardCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsAvailabilitypublic final Integer getSpecialMoveCardCost()
getSpecialMoveCardCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsAvailabilitypublic final Integer getWagerCost()
getWagerCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsAvailabilitypublic final void setAffinityGroupCost(Integer cost)
cost - the cost of an affinity grouppublic final void setCheerleaderCost(Integer cost)
cost - the cost of a cheerleaderpublic final void setCoachingDieCost(Integer cost)
cost - the cost of a coaching diepublic final void setId(Integer identifier)
identifier - the ID for the entitypublic final void setMediBotCost(Integer cost)
cost - the cost of a medibotpublic final void setSabotageCardCost(Integer cost)
cost - the cost of a sabotage cardpublic final void setSpecialMovementCardCost(Integer cost)
cost - the cost of a special movement cardpublic final void setWagerCost(Integer cost)
cost - the cost of a wagerCopyright © 2015–2018 Bernardo MartÃnez Garrido. All rights reserved.