org.equanda.test.dm.client
Interface GetSetUsingValueBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- GetSetUsingValueEJB, GetSetUsingValueEJBLocal
- All Known Implementing Classes:
- GetSetUsingValueBean
public interface GetSetUsingValueBase
- extends EquandaEJB<Uoid>
Interface for GetSetUsingValue.
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
GetSetUsingValue getEquanda()
updateEquanda
void updateEquanda(GetSetUsingValue proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTestInt
int getTestInt()
setTestInt
void setTestInt(int testInt)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTestStr
String getTestStr()
setTestStr
void setTestStr(String testStr)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTestDate
Date getTestDate()
setTestDate
void setTestDate(Date testDate)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.