org.equanda.test.dm.client
Interface LazyInstBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- LazyInstEJB, LazyInstEJBLocal
- All Known Implementing Classes:
- LazyInstBean
public interface LazyInstBase
- extends EquandaEJB<Uoid>
Interface for LazyInst.
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
LazyInst getEquanda()
updateEquanda
void updateEquanda(LazyInst proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTestInt
int getTestInt()
setTestInt
void setTestInt(int testInt)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getOwner
OwnerEJB getOwner()
getEquandaLinkOwner
Uoid getEquandaLinkOwner()
setOwner
void setOwner(OwnerEJB owner)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
setEquandaLinkOwner
void setEquandaLinkOwner(Uoid owner)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getAnotherOwner
OwnerEJB getAnotherOwner()
getEquandaLinkAnotherOwner
Uoid getEquandaLinkAnotherOwner()
setAnotherOwner
void setAnotherOwner(OwnerEJB anotherOwner)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
setEquandaLinkAnotherOwner
void setEquandaLinkAnotherOwner(Uoid anotherOwner)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.