@MappedSuperclass public abstract class AbstractPersistentAdvancementUnit extends AbstractPersistentUnit implements com.bernardomg.tabletop.dreadball.model.unit.AdvancementUnit
This is a persistent JPA-Based implementation.
| Constructor and Description |
|---|
AbstractPersistentAdvancementUnit()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.bernardomg.tabletop.dreadball.model.unit.component.Component |
getGraftedImplant() |
Integer |
getRank() |
Integer |
getUnspentExperience() |
Integer |
getValoration() |
void |
setGraftedImplant(com.bernardomg.tabletop.dreadball.model.unit.component.Component graft) |
void |
setRank(Integer rankUnit) |
void |
setUnspentExperience(Integer exp) |
addAbility, equals, getAbilities, getAttributes, getCost, getGiant, getId, getMvp, getName, getRole, getTemplateName, hashCode, removeAbility, setAbilities, setAttributes, setCost, setGiant, setId, setName, setPosition, setTemplateName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic AbstractPersistentAdvancementUnit()
public final com.bernardomg.tabletop.dreadball.model.unit.component.Component getGraftedImplant()
getGraftedImplant in interface com.bernardomg.tabletop.dreadball.model.unit.AdvancementUnitpublic final Integer getRank()
getRank in interface com.bernardomg.tabletop.dreadball.model.unit.AdvancementUnitpublic final Integer getUnspentExperience()
getUnspentExperience in interface com.bernardomg.tabletop.dreadball.model.unit.AdvancementUnitpublic final Integer getValoration()
getValoration in interface com.bernardomg.tabletop.dreadball.model.unit.AdvancementUnitpublic final void setGraftedImplant(com.bernardomg.tabletop.dreadball.model.unit.component.Component graft)
setGraftedImplant in interface com.bernardomg.tabletop.dreadball.model.unit.AdvancementUnitpublic final void setRank(Integer rankUnit)
setRank in interface com.bernardomg.tabletop.dreadball.model.unit.AdvancementUnitpublic final void setUnspentExperience(Integer exp)
setUnspentExperience in interface com.bernardomg.tabletop.dreadball.model.unit.AdvancementUnitCopyright © 2015–2018 Bernardo MartÃnez Garrido. All rights reserved.