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.


Method Summary
 void addCountry(String el)
           
 Collection<String> getCountries()
           
 String getCountry2Letter()
           
 String getCountry3Letter()
           
 String getCountry3LetterShortField()
           
 String getCountryCodeString()
           
 int getCountryCodeValue()
           
 Choices getEquanda()
           
 String getImmutableName()
           
 int getImmutableWeight()
           
 int getMonitorSize()
           
 String getSeason()
           
 boolean hasCountry(String el)
           
 void init(int immutableWeight, String immutableName)
           
 void init(String type, int immutableWeight, String immutableName)
           
 void removeCountry(String el)
           
 void removeEntityBean()
           
 void setCountry2Letter(String country2Letter)
           
 void setCountry3Letter(String country3Letter)
           
 void setCountry3LetterShortField(String country3LetterShortField)
           
 void setCountryCodeString(String countryCodeString)
           
 void setCountryCodeValue(int countryCodeValue)
           
 void setMonitorSize(int monitorSize)
           
 void setSeason(String season)
           
 void updateEquanda(Choices proxy)
           
 
Methods inherited from interface org.equanda.persistence.EquandaEJB
getEquandaModificationDate, getEquandaName, getEquandaStatus, getEquandaType, init, initEntity, isEquandaType, remove, setEquandaStatus
 
Methods inherited from interface org.equanda.persistence.HasId
getId
 

Method Detail

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.