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