| 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.player |
Player 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<PersistentTeamPlayerAvailability,PersistentTeamType> |
PersistentTeamPlayerAvailability_.teamType |
static javax.persistence.metamodel.SingularAttribute<PersistentTeamPlayerRangedAvailability,PersistentTeamType> |
PersistentTeamPlayerRangedAvailability_.teamType |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentTeamPlayerRangedAvailability.setTeamType(PersistentTeamType team)
Sets the team type for the availability.
|
void |
PersistentTeamPlayerAvailability.setTeamType(PersistentTeamType team)
Sets the team type for the availability.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<PersistentTeamType,java.lang.Integer> |
PersistentTeamType_.id |
static javax.persistence.metamodel.SingularAttribute<PersistentTeamType,java.lang.String> |
PersistentTeamType_.name |
static javax.persistence.metamodel.CollectionAttribute<PersistentTeamType,PersistentTeamRule> |
PersistentTeamType_.rules |
Copyright © 2015–2018 Bernardo MartÃnez Garrido. All rights reserved.