org.equanda.test.dm.client
Interface VeryDocumentedBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- VeryDocumentedEJB, VeryDocumentedEJBLocal
- All Known Implementing Classes:
- VeryDocumentedBean
public interface VeryDocumentedBase
- extends EquandaEJB<Uoid>
Interface for VeryDocumented.
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
VeryDocumented getEquanda()
updateEquanda
void updateEquanda(VeryDocumented proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getGroup1TestInt
int getGroup1TestInt()
setGroup1TestInt
void setGroup1TestInt(int group1TestInt)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getGroup1TestStr
String getGroup1TestStr()
setGroup1TestStr
void setGroup1TestStr(String group1TestStr)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getGroup1TestDate
Date getGroup1TestDate()
setGroup1TestDate
void setGroup1TestDate(Date group1TestDate)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getGroup2TestDate
Date getGroup2TestDate()
setGroup2TestDate
void setGroup2TestDate(Date group2TestDate)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getIndependentField
Date getIndependentField()
setIndependentField
void setIndependentField(Date independentField)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getMulStr
Collection<String> getMulStr()
addMulStr
void addMulStr(String el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeMulStr
void removeMulStr(String el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasMulStr
boolean hasMulStr(String el)
getSingleLink
LinkableEJB getSingleLink()
getEquandaLinkSingleLink
Uoid getEquandaLinkSingleLink()
setSingleLink
void setSingleLink(LinkableEJB singleLink)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
setEquandaLinkSingleLink
void setEquandaLinkSingleLink(Uoid singleLink)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getMulLnk
LinkableEJB getMulLnk()
getEquandaLinkMulLnk
Uoid getEquandaLinkMulLnk()
setMulLnk
void setMulLnk(LinkableEJB mulLnk)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
setEquandaLinkMulLnk
void setEquandaLinkMulLnk(Uoid mulLnk)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hashCode
int hashCode(String param0)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hashCode2
int hashCode2(String param0,
String param1)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.