org.equanda.test.dm.client
Interface BuilderSetBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
BuilderSetEJB, BuilderSetEJBLocal
All Known Implementing Classes:
BuilderSetBean

public interface BuilderSetBase
extends EquandaEJB<Uoid>

Interface for BuilderSet.


Method Summary
 BuilderSet getEquanda()
           
 int getTestInt()
           
 void init()
           
 void init(String type)
           
 void removeEntityBean()
           
 void setTestInt(int testInt)
           
 void updateEquanda(BuilderSet 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

BuilderSet getEquanda()

updateEquanda

void updateEquanda(BuilderSet proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestInt

int getTestInt()

setTestInt

void setTestInt(int testInt)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.