org.equanda.test.dm.client
Interface InternalFieldsBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
InternalFieldsEJB, InternalFieldsEJBLocal
All Known Implementing Classes:
InternalFieldsBean

public interface InternalFieldsBase
extends EquandaEJB<Uoid>

Interface for InternalFields.


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

InternalFields getEquanda()

updateEquanda

void updateEquanda(InternalFields proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

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.