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.


Method Summary
 OwnerEJB getAnotherOwner()
           
 LazyInst getEquanda()
           
 Uoid getEquandaLinkAnotherOwner()
           
 Uoid getEquandaLinkOwner()
           
 OwnerEJB getOwner()
           
 int getTestInt()
           
 void init()
           
 void init(String type)
           
 void removeEntityBean()
           
 void setAnotherOwner(OwnerEJB anotherOwner)
           
 void setEquandaLinkAnotherOwner(Uoid anotherOwner)
           
 void setEquandaLinkOwner(Uoid owner)
           
 void setOwner(OwnerEJB owner)
           
 void setTestInt(int testInt)
           
 void updateEquanda(LazyInst 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)
          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.