org.equanda.test.dm.client
Interface CaseConversionBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
CaseConversionEJB, CaseConversionEJBLocal
All Known Implementing Classes:
CaseConversionBean

public interface CaseConversionBase
extends EquandaEJB<Uoid>

Interface for CaseConversion.


Method Summary
 CaseConversion getEquanda()
           
 String getKey()
           
 String getLowerKey()
           
 String getValue()
           
 String getVariableKey()
           
 void init()
           
 void init(String type)
           
 void removeEntityBean()
           
 void setKey(String key)
           
 void setLowerKey(String lowerKey)
           
 void setValue(String value)
           
 void setVariableKey(String variableKey)
           
 void updateEquanda(CaseConversion 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

CaseConversion getEquanda()

updateEquanda

void updateEquanda(CaseConversion proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getKey

String getKey()

setKey

void setKey(String key)
            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getValue

String getValue()

setValue

void setValue(String value)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLowerKey

String getLowerKey()

setLowerKey

void setLowerKey(String lowerKey)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getVariableKey

String getVariableKey()

setVariableKey

void setVariableKey(String variableKey)
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.