| Package | Description |
|---|---|
| com.bernardomg.tabletop.dreadball.model.persistence.availability.asset |
Assets availabilities.
|
| com.bernardomg.tabletop.dreadball.model.persistence.availability.faction |
Faction availabilities.
|
| com.bernardomg.tabletop.dreadball.model.persistence.availability.unit |
Unit availabilities.
|
| com.bernardomg.tabletop.dreadball.model.persistence.faction |
Factions.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<PersistentTeamTypeAssetsAvailability,PersistentTeamType> |
PersistentTeamTypeAssetsAvailability_.teamType |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentTeamTypeAssetsAvailability.setTeamType(PersistentTeamType team)
Sets the availability's team type.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<PersistentTeamTypeSeason,PersistentTeamType> |
PersistentTeamTypeSeason_.team |
| Modifier and Type | Method and Description |
|---|---|
PersistentTeamType |
PersistentTeamTypeSeason.getTeam() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentTeamTypeSeason.setTeam(PersistentTeamType teamType)
Sets the team.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<PersistentTeamTypeUnitAvailability,PersistentTeamType> |
PersistentTeamTypeUnitAvailability_.teamType |
static javax.persistence.metamodel.SingularAttribute<PersistentTeamTypeRangedUnitAvailability,PersistentTeamType> |
PersistentTeamTypeRangedUnitAvailability_.teamType |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentTeamTypeUnitAvailability.setTeamType(PersistentTeamType team)
Sets the team type for the availability.
|
void |
PersistentTeamTypeRangedUnitAvailability.setTeamType(PersistentTeamType team)
Sets the team type for the availability.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<PersistentTeamType,Integer> |
PersistentTeamType_.id |
static javax.persistence.metamodel.SingularAttribute<PersistentTeamType,String> |
PersistentTeamType_.name |
static javax.persistence.metamodel.CollectionAttribute<PersistentTeamType,PersistentTeamRule> |
PersistentTeamType_.rules |
Copyright © 2015–2017 Bernardo MartÃnez Garrido. All rights reserved.