@Entity(name="SponsorAssetsAvailability")
public 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 java.lang.Integer getAffinityGroupCost()
getAffinityGroupCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsCostspublic java.lang.Integer getCheerleaderCost()
getCheerleaderCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsCostspublic java.lang.Integer getCoachingDieCost()
getCoachingDieCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsCostspublic java.lang.Integer getId()
public java.lang.Integer getMediBotCost()
getMediBotCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsCostspublic java.lang.Integer getNastySurpriseCardCost()
getNastySurpriseCardCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsCostspublic java.lang.Integer getSpecialMoveCardCost()
getSpecialMoveCardCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsCostspublic java.lang.Integer getWagerCost()
getWagerCost in interface com.bernardomg.tabletop.dreadball.model.availability.asset.SponsorAssetsCostspublic final int hashCode()
hashCode in class java.lang.Objectpublic void setAffinityGroupCost(java.lang.Integer cost)
cost - the cost of an affinity grouppublic void setCheerleaderCost(java.lang.Integer cost)
cost - the cost of a cheerleaderpublic void setCoachingDieCost(java.lang.Integer cost)
cost - the cost of a coaching diepublic void setId(java.lang.Integer identifier)
identifier - the ID for the entitypublic void setMediBotCost(java.lang.Integer cost)
cost - the cost of a medibotpublic void setSabotageCardCost(java.lang.Integer cost)
cost - the cost of a sabotage cardpublic void setSpecialMovementCardCost(java.lang.Integer cost)
cost - the cost of a special movement cardpublic 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.