org.equanda.test.dm.client
Interface ChoicesBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- ChoicesEJB, ChoicesEJBLocal
- All Known Implementing Classes:
- ChoicesBean
public interface ChoicesBase
- extends EquandaEJB<Uoid>
Interface for Choices.
Methods inherited from interface org.equanda.persistence.HasId |
getId |
init
void init(String type,
int immutableWeight,
String immutableName)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
init
void init(int immutableWeight,
String immutableName)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquanda
Choices getEquanda()
updateEquanda
void updateEquanda(Choices proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getSeason
String getSeason()
setSeason
void setSeason(String season)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getMonitorSize
int getMonitorSize()
setMonitorSize
void setMonitorSize(int monitorSize)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getImmutableWeight
int getImmutableWeight()
getImmutableName
String getImmutableName()
getCountries
Collection<String> getCountries()
addCountry
void addCountry(String el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeCountry
void removeCountry(String el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasCountry
boolean hasCountry(String el)
getCountry2Letter
String getCountry2Letter()
setCountry2Letter
void setCountry2Letter(String country2Letter)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getCountry3Letter
String getCountry3Letter()
setCountry3Letter
void setCountry3Letter(String country3Letter)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getCountry3LetterShortField
String getCountry3LetterShortField()
setCountry3LetterShortField
void setCountry3LetterShortField(String country3LetterShortField)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getCountryCodeString
String getCountryCodeString()
setCountryCodeString
void setCountryCodeString(String countryCodeString)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getCountryCodeValue
int getCountryCodeValue()
setCountryCodeValue
void setCountryCodeValue(int countryCodeValue)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.