org.equanda.test.dm.client
Class ImmutableIfGlobal

java.lang.Object
  extended by org.equanda.persistence.EquandaProxy<Uoid,ImmutableIfGlobal>
      extended by org.equanda.test.dm.client.ImmutableIfGlobal
All Implemented Interfaces:
Serializable, HasId<Uoid>

public class ImmutableIfGlobal
extends EquandaProxy<Uoid,ImmutableIfGlobal>
implements Serializable

Proxy object for table ImmutableIfGlobal No constraints are being checked when modifying this object, this only happens when setting the value!

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.equanda.persistence.EquandaProxy
equandaModificationDate, equandaStatusModified, equandaType, equandaVersion, id, update
 
Constructor Summary
  ImmutableIfGlobal()
          Creator which is used to build value objects based on the real object.
protected ImmutableIfGlobal(EquandaImmutableIfGlobalState proxy)
           
protected ImmutableIfGlobal(Uoid uoid, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, boolean locked, boolean locked2, String name, String free, boolean release, String released, String freeChild, String childLock, String name2, String free2, boolean locked3, boolean locked4)
           
 
Method Summary
 ImmutableIfGlobal equandaClone(boolean cloneUoid)
           
static ImmutableIfGlobal equandaCreate()
           
static ImmutableIfGlobal equandaCreate(String type)
           
 void equandaReset()
          Reset the proxy state.
 void equandaUpdate(boolean updateTypeFieldsOnly)
           
 String getChildLock()
           
 Timestamp getEquandaCreationDate()
           
 String getEquandaStatus()
           
 String getFree()
           
 String getFree2()
           
 String getFreeChild()
           
 boolean getLocked()
           
 boolean getLocked2()
           
 boolean getLocked3()
           
 boolean getLocked4()
           
 String getName()
           
 String getName2()
           
 boolean getRelease()
           
 String getReleased()
           
 boolean isChildLockModified()
           
 boolean isFree2Modified()
           
 boolean isFreeChildModified()
           
 boolean isFreeModified()
           
 boolean isLocked()
           
 boolean isLocked2()
           
 boolean isLocked2Modified()
           
 boolean isLocked3()
           
 boolean isLocked3Modified()
           
 boolean isLocked4()
           
 boolean isLocked4Modified()
           
 boolean isLockedModified()
           
 boolean isModified(boolean typeFieldsOnly)
           
 boolean isName2Modified()
           
 boolean isNameModified()
           
 boolean isRelease()
           
 boolean isReleasedModified()
           
 boolean isReleaseModified()
           
 void removeEntityBean()
           
static List<ImmutableIfGlobal> selectEquandaAll()
           
static ImmutableIfGlobal selectId(Uoid uoid)
           
 void setChildLock(String value)
           
 void setEquandaStatus(String status)
           
 void setEquandaType(String type)
          Set the type of object which should be used.
 void setFree(String value)
           
 void setFree2(String value)
           
 void setFreeChild(String value)
           
protected  void setId(Uoid uoid)
           
 void setLocked(boolean value)
           
 void setLocked2(boolean value)
           
 void setLocked3(boolean value)
           
 void setLocked4(boolean value)
           
 void setName(String value)
           
 void setName2(String value)
           
 void setRelease(boolean value)
           
 void setReleased(String value)
           
protected  void updateInternalState()
           
 
Methods inherited from class org.equanda.persistence.EquandaProxy
equals, equandaClone, equandaUpdate, getEquandaModificationDate, getEquandaName, getEquandaType, getEquandaVersion, getId, hashCode, isEquandaModificationDateModified, isEquandaType, isModified, objectEquals, setEquandaUpdate, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImmutableIfGlobal

protected ImmutableIfGlobal(EquandaImmutableIfGlobalState proxy)

ImmutableIfGlobal

public ImmutableIfGlobal()
Creator which is used to build value objects based on the real object. Should only be used server side, client side proxies should be obtained using equandaCreate()


ImmutableIfGlobal

protected ImmutableIfGlobal(Uoid uoid,
                            ObjectType equandaType,
                            Timestamp equandaCreationDate,
                            Timestamp equandaModificationDate,
                            String equandaStatus,
                            long equandaVersion,
                            boolean locked,
                            boolean locked2,
                            String name,
                            String free,
                            boolean release,
                            String released,
                            String freeChild,
                            String childLock,
                            String name2,
                            String free2,
                            boolean locked3,
                            boolean locked4)
Method Detail

equandaClone

public ImmutableIfGlobal equandaClone(boolean cloneUoid)
Specified by:
equandaClone in class EquandaProxy<Uoid,ImmutableIfGlobal>

setId

protected void setId(Uoid uoid)

updateInternalState

protected void updateInternalState()

equandaCreate

public static ImmutableIfGlobal equandaCreate()
                                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

equandaCreate

public static ImmutableIfGlobal equandaCreate(String type)
                                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaType

public void setEquandaType(String type)
Set the type of object which should be used. This is a helper routine to allow using isEquandaType() for checking of object type. This method is only allowed for object building (not for objects which already exists on the server. When an invalid type identifier is specified, then later calls to read the type will throw IllegalStateException.

Specified by:
setEquandaType in class EquandaProxy<Uoid,ImmutableIfGlobal>
Parameters:
type - base type which will be used to build the actual object
Throws:
IllegalStateException

isModified

public boolean isModified(boolean typeFieldsOnly)
Specified by:
isModified in class EquandaProxy<Uoid,ImmutableIfGlobal>

getEquandaStatus

public String getEquandaStatus()
Specified by:
getEquandaStatus in class EquandaProxy<Uoid,ImmutableIfGlobal>

setEquandaStatus

public void setEquandaStatus(String status)
Specified by:
setEquandaStatus in class EquandaProxy<Uoid,ImmutableIfGlobal>

getEquandaCreationDate

public Timestamp getEquandaCreationDate()

getLocked

public boolean getLocked()
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

isLocked

public boolean isLocked()

setLocked

public void setLocked(boolean value)

isLockedModified

public boolean isLockedModified()

getLocked2

public boolean getLocked2()
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

isLocked2

public boolean isLocked2()

setLocked2

public void setLocked2(boolean value)

isLocked2Modified

public boolean isLocked2Modified()

getName

public String getName()
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setName

public void setName(String value)

isNameModified

public boolean isNameModified()

getFree

public String getFree()
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setFree

public void setFree(String value)

isFreeModified

public boolean isFreeModified()

getRelease

public boolean getRelease()
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

isRelease

public boolean isRelease()

setRelease

public void setRelease(boolean value)

isReleaseModified

public boolean isReleaseModified()

getReleased

public String getReleased()
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setReleased

public void setReleased(String value)

isReleasedModified

public boolean isReleasedModified()

getFreeChild

public String getFreeChild()
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setFreeChild

public void setFreeChild(String value)

isFreeChildModified

public boolean isFreeChildModified()

getChildLock

public String getChildLock()
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setChildLock

public void setChildLock(String value)

isChildLockModified

public boolean isChildLockModified()

getName2

public String getName2()
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setName2

public void setName2(String value)

isName2Modified

public boolean isName2Modified()

getFree2

public String getFree2()
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setFree2

public void setFree2(String value)

isFree2Modified

public boolean isFree2Modified()

getLocked3

public boolean getLocked3()
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

isLocked3

public boolean isLocked3()

setLocked3

public void setLocked3(boolean value)

isLocked3Modified

public boolean isLocked3Modified()

getLocked4

public boolean getLocked4()
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

isLocked4

public boolean isLocked4()

setLocked4

public void setLocked4(boolean value)

isLocked4Modified

public boolean isLocked4Modified()

equandaUpdate

public void equandaUpdate(boolean updateTypeFieldsOnly)
                   throws EquandaPersistenceException
Specified by:
equandaUpdate in class EquandaProxy<Uoid,ImmutableIfGlobal>
Throws:
EquandaPersistenceException

equandaReset

public void equandaReset()
                  throws EquandaPersistenceException
Reset the proxy state. If the proxy was not modified, nothing happens, otherwise the state is retrieved from the server again.

Specified by:
equandaReset in class EquandaProxy<Uoid,ImmutableIfGlobal>
Throws:
EquandaPersistenceException - oops

removeEntityBean

public void removeEntityBean()
                      throws EquandaPersistenceException
Overrides:
removeEntityBean in class EquandaProxy<Uoid,ImmutableIfGlobal>
Throws:
EquandaPersistenceException

selectId

public static ImmutableIfGlobal selectId(Uoid uoid)
                                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAll

public static List<ImmutableIfGlobal> selectEquandaAll()
                                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.