org.equanda.test.dm.client
Interface ExtractionOfValueBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
ExtractionOfValueEJB, ExtractionOfValueEJBLocal
All Known Implementing Classes:
ExtractionOfValueBean

public interface ExtractionOfValueBase
extends EquandaEJB<Uoid>

Interface for ExtractionOfValue.


Method Summary
 ExtractionOfValue getEquanda()
           
 Date getTestDate()
           
 int getTestInt()
           
 String getTestStr()
           
 void init()
           
 void init(String type)
           
 void removeEntityBean()
           
 void setTestDate(Date testDate)
           
 void setTestInt(int testInt)
           
 void setTestStr(String testStr)
           
 void updateEquanda(ExtractionOfValue 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

ExtractionOfValue getEquanda()

updateEquanda

void updateEquanda(ExtractionOfValue proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestInt

int getTestInt()

setTestInt

void setTestInt(int testInt)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestStr

String getTestStr()

setTestStr

void setTestStr(String testStr)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestDate

Date getTestDate()

setTestDate

void setTestDate(Date testDate)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.