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

Method Summary
 Timestamp getEquandaModificationDate()
           
 String getEquandaName()
           
 String getEquandaStatus()
           
 String getEquandaType()
           
 void init(ID id)
           
 void initEntity(EquandaEntity entity)
           
 boolean isEquandaType(String type)
           
 void remove()
           
 void setEquandaStatus(String status)
           
 
Methods inherited from interface org.equanda.persistence.HasId
getId
 

Method Detail

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.