org.equanda.test.dm.client
Interface CalculatedFieldsBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
CalculatedFieldsEJB, CalculatedFieldsEJBLocal
All Known Implementing Classes:
CalculatedFieldsBean

public interface CalculatedFieldsBase
extends EquandaEJB<Uoid>

Interface for CalculatedFields.


Method Summary
 int getCalculatedInt()
           
 CalculatedFields getEquanda()
           
 String getExtra()
           
 void init()
           
 void init(String type)
           
 void removeEntityBean()
           
 void setExtra(String extra)
           
 void updateEquanda(CalculatedFields 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

CalculatedFields getEquanda()

updateEquanda

void updateEquanda(CalculatedFields proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getCalculatedInt

int getCalculatedInt()

getExtra

String getExtra()

setExtra

void setExtra(String extra)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.