org.equanda.test.dm.client
Interface PriorityBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- PriorityEJB, PriorityEJBLocal
- All Known Implementing Classes:
- PriorityBean
public interface PriorityBase
- extends EquandaEJB<Uoid>
Interface for Priority.
Methods inherited from interface org.equanda.persistence.HasId |
getId |
init
void init(String type)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
init
void init()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquanda
Priority getEquanda()
updateEquanda
void updateEquanda(Priority proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getIdentifier
int getIdentifier()
setIdentifier
void setIdentifier(int identifier)
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
getField3
boolean getField3()
isField3
boolean isField3()
setField3
void setField3(boolean field3)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getField4
boolean getField4()
isField4
boolean isField4()
setField4
void setField4(boolean field4)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.