org.equanda.test.dm.client
Interface ImmutableIfGlobalBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
ImmutableIfGlobalEJB, ImmutableIfGlobalEJBLocal
All Known Implementing Classes:
ImmutableIfGlobalBean

public interface ImmutableIfGlobalBase
extends EquandaEJB<Uoid>

Interface for ImmutableIfGlobal.


Method Summary
 String getChildLock()
           
 ImmutableIfGlobal getEquanda()
           
 String getFree()
           
 String getFree2()
           
 String getFreeChild()
           
 boolean getLocked()
           
 boolean getLocked2()
           
 boolean getLocked3()
           
 boolean getLocked4()
           
 String getName()
           
 String getName2()
           
 boolean getRelease()
           
 String getReleased()
           
 void init()
           
 void init(String type)
           
 boolean isLocked()
           
 boolean isLocked2()
           
 boolean isLocked3()
           
 boolean isLocked4()
           
 boolean isRelease()
           
 void removeEntityBean()
           
 void setChildLock(String childLock)
           
 void setFree(String free)
           
 void setFree2(String free2)
           
 void setFreeChild(String freeChild)
           
 void setLocked(boolean locked)
           
 void setLocked2(boolean locked2)
           
 void setLocked3(boolean locked3)
           
 void setLocked4(boolean locked4)
           
 void setName(String name)
           
 void setName2(String name2)
           
 void setRelease(boolean release)
           
 void setReleased(String released)
           
 void updateEquanda(ImmutableIfGlobal 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

ImmutableIfGlobal getEquanda()

updateEquanda

void updateEquanda(ImmutableIfGlobal proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLocked

boolean getLocked()

isLocked

boolean isLocked()

setLocked

void setLocked(boolean locked)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLocked2

boolean getLocked2()

isLocked2

boolean isLocked2()

setLocked2

void setLocked2(boolean locked2)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getName

String getName()

setName

void setName(String name)
             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getFree

String getFree()

setFree

void setFree(String free)
             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getRelease

boolean getRelease()

isRelease

boolean isRelease()

setRelease

void setRelease(boolean release)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getReleased

String getReleased()

setReleased

void setReleased(String released)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getFreeChild

String getFreeChild()

setFreeChild

void setFreeChild(String freeChild)
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getChildLock

String getChildLock()

setChildLock

void setChildLock(String childLock)
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getName2

String getName2()

setName2

void setName2(String name2)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getFree2

String getFree2()

setFree2

void setFree2(String free2)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLocked3

boolean getLocked3()

isLocked3

boolean isLocked3()

setLocked3

void setLocked3(boolean locked3)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLocked4

boolean getLocked4()

isLocked4

boolean isLocked4()

setLocked4

void setLocked4(boolean locked4)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.