org.equanda.test.dm.client
Interface GetSetUsingValueBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
GetSetUsingValueEJB, GetSetUsingValueEJBLocal
All Known Implementing Classes:
GetSetUsingValueBean

public interface GetSetUsingValueBase
extends EquandaEJB<Uoid>

Interface for GetSetUsingValue.


Method Summary
 GetSetUsingValue 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(GetSetUsingValue 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

GetSetUsingValue getEquanda()

updateEquanda

void updateEquanda(GetSetUsingValue 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.