org.equanda.test.dm.client
Interface CaseConversionBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- CaseConversionEJB, CaseConversionEJBLocal
- All Known Implementing Classes:
- CaseConversionBean
public interface CaseConversionBase
- extends EquandaEJB<Uoid>
Interface for CaseConversion.
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
CaseConversion getEquanda()
updateEquanda
void updateEquanda(CaseConversion proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getKey
String getKey()
setKey
void setKey(String key)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getValue
String getValue()
setValue
void setValue(String value)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getLowerKey
String getLowerKey()
setLowerKey
void setLowerKey(String lowerKey)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getVariableKey
String getVariableKey()
setVariableKey
void setVariableKey(String variableKey)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.