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.


Method Summary
 void addMulStr(String el)
           
 VeryDocumented getEquanda()
           
 Uoid getEquandaLinkMulLnk()
           
 Uoid getEquandaLinkSingleLink()
           
 Date getGroup1TestDate()
           
 int getGroup1TestInt()
           
 String getGroup1TestStr()
           
 Date getGroup2TestDate()
           
 Date getIndependentField()
           
 LinkableEJB getMulLnk()
           
 Collection<String> getMulStr()
           
 LinkableEJB getSingleLink()
           
 int hashCode(String param0)
           
 int hashCode2(String param0, String param1)
           
 boolean hasMulStr(String el)
           
 void init()
           
 void init(String type)
           
 void removeEntityBean()
           
 void removeMulStr(String el)
           
 void setEquandaLinkMulLnk(Uoid mulLnk)
           
 void setEquandaLinkSingleLink(Uoid singleLink)
           
 void setGroup1TestDate(Date group1TestDate)
           
 void setGroup1TestInt(int group1TestInt)
           
 void setGroup1TestStr(String group1TestStr)
           
 void setGroup2TestDate(Date group2TestDate)
           
 void setIndependentField(Date independentField)
           
 void setMulLnk(LinkableEJB mulLnk)
           
 void setSingleLink(LinkableEJB singleLink)
           
 void updateEquanda(VeryDocumented 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

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.