org.equanda.persistence
Interface EquandaEJB<ID>
- All Superinterfaces:
- HasId<ID>
public interface EquandaEJB<ID>
- extends HasId<ID>
Base interface for both local and remote EJB interfaces (for ObjectBase which is a shared interface for both).
- Author:
- Joachim Van der Auwera
Methods inherited from interface org.equanda.persistence.HasId |
getId |
init
void init(ID id)
throws EquandaException
- Throws:
EquandaException
initEntity
void initEntity(EquandaEntity entity)
throws EquandaException
- Throws:
EquandaException
getEquandaModificationDate
Timestamp getEquandaModificationDate()
getEquandaType
String getEquandaType()
isEquandaType
boolean isEquandaType(String type)
getEquandaName
String getEquandaName()
getEquandaStatus
String getEquandaStatus()
setEquandaStatus
void setEquandaStatus(String status)
remove
void remove()
Copyright © 2007-2009. All Rights Reserved.