org.equanda.test.dm.client
Interface DelegateBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
DelegateEJB, DelegateEJBLocal
All Known Implementing Classes:
DelegateBean

public interface DelegateBase
extends EquandaEJB<Uoid>

Interface for Delegate.


Method Summary
 Delegate getEquanda()
           
 Uoid getEquandaLinkLink1()
           
 Uoid getEquandaLinkLink2()
           
 Uoid getEquandaLinkPassport()
           
 LinkableEJB getLink1()
           
 LinkableEJB getLink2()
           
 String getName()
           
 PassportEJB getPassport()
           
 Date getTestDate()
           
 Date getTestDateDelegate()
           
 String getTestStr()
           
 String getTestStrDelegate()
           
 Timestamp getTestTimestamp()
           
 Timestamp getTestTimestampDelegate()
           
 void init()
           
 void init(String type)
           
 void removeEntityBean()
           
 void setEquandaLinkLink1(Uoid link1)
           
 void setEquandaLinkLink2(Uoid link2)
           
 void setEquandaLinkPassport(Uoid passport)
           
 void setLink1(LinkableEJB link1)
           
 void setLink2(LinkableEJB link2)
           
 void setName(String name)
           
 void setPassport(PassportEJB passport)
           
 void setTestDate(Date testDate)
           
 void setTestDateDelegate(Date testDateDelegate)
           
 void setTestStr(String testStr)
           
 void setTestStrDelegate(String testStrDelegate)
           
 void setTestTimestamp(Timestamp testTimestamp)
           
 void setTestTimestampDelegate(Timestamp testTimestampDelegate)
           
 void updateEquanda(Delegate 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

Delegate getEquanda()

updateEquanda

void updateEquanda(Delegate proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestStr

String getTestStr()

setTestStr

void setTestStr(String testStr)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestStrDelegate

String getTestStrDelegate()

setTestStrDelegate

void setTestStrDelegate(String testStrDelegate)
                        throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestDate

Date getTestDate()

setTestDate

void setTestDate(Date testDate)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestDateDelegate

Date getTestDateDelegate()

setTestDateDelegate

void setTestDateDelegate(Date testDateDelegate)
                         throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestTimestamp

Timestamp getTestTimestamp()

setTestTimestamp

void setTestTimestamp(Timestamp testTimestamp)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestTimestampDelegate

Timestamp getTestTimestampDelegate()

setTestTimestampDelegate

void setTestTimestampDelegate(Timestamp testTimestampDelegate)
                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLink1

LinkableEJB getLink1()

getEquandaLinkLink1

Uoid getEquandaLinkLink1()

setLink1

void setLink1(LinkableEJB link1)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkLink1

void setEquandaLinkLink1(Uoid link1)
                         throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLink2

LinkableEJB getLink2()

getEquandaLinkLink2

Uoid getEquandaLinkLink2()

setLink2

void setLink2(LinkableEJB link2)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkLink2

void setEquandaLinkLink2(Uoid link2)
                         throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getName

String getName()

setName

void setName(String name)
             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getPassport

PassportEJB getPassport()

getEquandaLinkPassport

Uoid getEquandaLinkPassport()

setPassport

void setPassport(PassportEJB passport)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkPassport

void setEquandaLinkPassport(Uoid passport)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.