org.equanda.test.dm.client
Interface FootballPlayerBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- FootballPlayerEJB, FootballPlayerEJBLocal
- All Known Implementing Classes:
- FootballPlayerBean
public interface FootballPlayerBase
- extends EquandaEJB<Uoid>
Interface for FootballPlayer.
Methods inherited from interface org.equanda.persistence.HasId |
getId |
init
void init(String type)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
init
void init()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquanda
FootballPlayer getEquanda()
updateEquanda
void updateEquanda(FootballPlayer proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getName
String getName()
setName
void setName(String name)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTeam
String getTeam()
setTeam
void setTeam(String team)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getGoalkeeper
boolean getGoalkeeper()
isGoalkeeper
boolean isGoalkeeper()
setGoalkeeper
void setGoalkeeper(boolean goalkeeper)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getDefender
boolean getDefender()
isDefender
boolean isDefender()
setDefender
void setDefender(boolean defender)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getMidfielder
boolean getMidfielder()
isMidfielder
boolean isMidfielder()
setMidfielder
void setMidfielder(boolean midfielder)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getStriker
boolean getStriker()
isStriker
boolean isStriker()
setStriker
void setStriker(boolean striker)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTags
Collection<String> getTags()
addTag
void addTag(String el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeTag
void removeTag(String el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasTag
boolean hasTag(String el)
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.