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.
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
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.