org.equanda.test.dm.client
Interface DefaultBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
DefaultEJB, DefaultEJBLocal
All Known Implementing Classes:
DefaultBean

public interface DefaultBase
extends EquandaEJB<Uoid>

Interface for Default.


Method Summary
 Default getEquanda()
           
 byte[] getTestBlob()
           
 String getTestClob()
           
 Date getTestDate()
           
 Date getTestDateDefaultNow()
           
 int getTestInt()
           
 int getTestIntDefault100()
           
 int getTestIntDefaultAuto()
           
 int getTestIntDefaultClass()
           
 String getTestStringDefault10()
           
 void init()
           
 void init(String type)
           
 void removeEntityBean()
           
 void setTestBlob(byte[] testBlob)
           
 void setTestClob(String testClob)
           
 void setTestDate(Date testDate)
           
 void setTestDateDefaultNow(Date testDateDefaultNow)
           
 void setTestInt(int testInt)
           
 void setTestIntDefault100(int testIntDefault100)
           
 void setTestIntDefaultAuto(int testIntDefaultAuto)
           
 void setTestIntDefaultClass(int testIntDefaultClass)
           
 void setTestStringDefault10(String testStringDefault10)
           
 void updateEquanda(Default 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

Default getEquanda()

updateEquanda

void updateEquanda(Default proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestStringDefault10

String getTestStringDefault10()

setTestStringDefault10

void setTestStringDefault10(String testStringDefault10)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestIntDefault100

int getTestIntDefault100()

setTestIntDefault100

void setTestIntDefault100(int testIntDefault100)
                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestInt

int getTestInt()

setTestInt

void setTestInt(int testInt)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestDateDefaultNow

Date getTestDateDefaultNow()

setTestDateDefaultNow

void setTestDateDefaultNow(Date testDateDefaultNow)
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestDate

Date getTestDate()

setTestDate

void setTestDate(Date testDate)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestIntDefaultAuto

int getTestIntDefaultAuto()

setTestIntDefaultAuto

void setTestIntDefaultAuto(int testIntDefaultAuto)
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestBlob

byte[] getTestBlob()

setTestBlob

void setTestBlob(byte[] testBlob)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestClob

String getTestClob()

setTestClob

void setTestClob(String testClob)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestIntDefaultClass

int getTestIntDefaultClass()

setTestIntDefaultClass

void setTestIntDefaultClass(int testIntDefaultClass)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.