org.equanda.test.dm.client
Interface SubSelectBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- SubSelectEJB, SubSelectEJBLocal
- All Known Implementing Classes:
- SubSelectBean
public interface SubSelectBase
- extends EquandaEJB<Uoid>
Interface for SubSelect.
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
SubSelect getEquanda()
updateEquanda
void updateEquanda(SubSelect proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getReference
String getReference()
setReference
void setReference(String reference)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getAnimalType
String getAnimalType()
setAnimalType
void setAnimalType(String animalType)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getArticleGroup
String getArticleGroup()
setArticleGroup
void setArticleGroup(String articleGroup)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getArticle
String getArticle()
setArticle
void setArticle(String article)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getData
String getData()
setData
void setData(String data)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.