org.equanda.test.dm.client
Interface PriorityFieldsBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
PriorityFieldsEJB, PriorityFieldsEJBLocal
All Known Implementing Classes:
PriorityFieldsBean

public interface PriorityFieldsBase
extends EquandaEJB<Uoid>

Interface for PriorityFields.


Method Summary
 PriorityFields getEquanda()
           
 boolean getField0()
           
 boolean getField1()
           
 boolean getField2()
           
 boolean getField3()
           
 boolean getField4()
           
 boolean getField5()
           
 boolean getField6()
           
 boolean getField7()
           
 boolean getField8()
           
 boolean getField9()
           
 String getTest()
           
 void init()
           
 void init(String type)
           
 boolean isField0()
           
 boolean isField1()
           
 boolean isField2()
           
 boolean isField3()
           
 boolean isField4()
           
 boolean isField5()
           
 boolean isField6()
           
 boolean isField7()
           
 boolean isField8()
           
 boolean isField9()
           
 void removeEntityBean()
           
 void setField0(boolean field0)
           
 void setField1(boolean field1)
           
 void setField2(boolean field2)
           
 void setField3(boolean field3)
           
 void setField4(boolean field4)
           
 void setField5(boolean field5)
           
 void setField6(boolean field6)
           
 void setField7(boolean field7)
           
 void setField8(boolean field8)
           
 void setField9(boolean field9)
           
 void setTest(String test)
           
 void updateEquanda(PriorityFields 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

PriorityFields getEquanda()

updateEquanda

void updateEquanda(PriorityFields proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getField0

boolean getField0()

isField0

boolean isField0()

setField0

void setField0(boolean field0)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getField7

boolean getField7()

isField7

boolean isField7()

setField7

void setField7(boolean field7)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getField9

boolean getField9()

isField9

boolean isField9()

setField9

void setField9(boolean field9)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getField3

boolean getField3()

isField3

boolean isField3()

setField3

void setField3(boolean field3)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getField6

boolean getField6()

isField6

boolean isField6()

setField6

void setField6(boolean field6)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getField1

boolean getField1()

isField1

boolean isField1()

setField1

void setField1(boolean field1)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getField2

boolean getField2()

isField2

boolean isField2()

setField2

void setField2(boolean field2)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getField5

boolean getField5()

isField5

boolean isField5()

setField5

void setField5(boolean field5)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getField8

boolean getField8()

isField8

boolean isField8()

setField8

void setField8(boolean field8)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getField4

boolean getField4()

isField4

boolean isField4()

setField4

void setField4(boolean field4)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTest

String getTest()

setTest

void setTest(String test)
             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.