org.equanda.test.dm.client
Class Remove2

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

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

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

See Also:
Serialized Form

Field Summary
protected  boolean _obtainedCallLinkableFacade
           
protected  boolean _obtainedCallLinkableFacade2
           
protected  boolean _obtainedField1Bidirectional
           
protected  boolean _obtainedField2Override
           
 
Fields inherited from class org.equanda.persistence.EquandaProxy
equandaModificationDate, equandaStatusModified, equandaType, equandaVersion, id, update
 
Constructor Summary
  Remove2()
          Creator which is used to build value objects based on the real object.
protected Remove2(EquandaRemove2State proxy)
           
protected Remove2(Uoid uoid, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, String theString)
           
 
Method Summary
 Remove2 equandaClone(boolean cloneUoid)
           
static Remove2 equandaCreate()
           
static Remove2 equandaCreate(String type)
           
 void equandaReset()
          Reset the proxy state.
 void equandaUpdate(boolean updateTypeFieldsOnly)
           
 Collection<Linkable> getCallLinkableFacade()
           
 Collection<Linkable> getCallLinkableFacade2()
           
 Timestamp getEquandaCreationDate()
           
 String getEquandaStatus()
           
 Linkable getField1Bidirectional()
           
 Linkable getField2Override()
           
 String getTheString()
           
 boolean isCallLinkableFacade2Modified()
           
 boolean isCallLinkableFacadeModified()
           
 boolean isField1BidirectionalModified()
           
 boolean isField2OverrideModified()
           
 boolean isModified(boolean typeFieldsOnly)
           
 boolean isTheStringModified()
           
 void removeEntityBean()
           
static List<Remove2> selectByString(String theString)
           
static List<Remove2> selectEquandaAll()
           
static List<Remove2> selectEverything()
           
static Remove2 selectId(Uoid uoid)
           
 void setCallLinkableFacade(Collection<Linkable> value)
           
 void setCallLinkableFacade2(Collection<Linkable> value)
           
 void setEquandaStatus(String status)
           
 void setEquandaType(String type)
          Set the type of object which should be used.
 void setField1Bidirectional(Linkable value)
           
 void setField2Override(Linkable value)
           
protected  void setId(Uoid uoid)
           
 void setTheString(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
 

Field Detail

_obtainedField1Bidirectional

protected boolean _obtainedField1Bidirectional

_obtainedField2Override

protected boolean _obtainedField2Override

_obtainedCallLinkableFacade

protected boolean _obtainedCallLinkableFacade

_obtainedCallLinkableFacade2

protected boolean _obtainedCallLinkableFacade2
Constructor Detail

Remove2

protected Remove2(EquandaRemove2State proxy)

Remove2

public Remove2()
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()


Remove2

protected Remove2(Uoid uoid,
                  ObjectType equandaType,
                  Timestamp equandaCreationDate,
                  Timestamp equandaModificationDate,
                  String equandaStatus,
                  long equandaVersion,
                  String theString)
Method Detail

equandaClone

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

setId

protected void setId(Uoid uoid)

updateInternalState

protected void updateInternalState()

equandaCreate

public static Remove2 equandaCreate()
                             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

equandaCreate

public static Remove2 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,Remove2>
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,Remove2>

getEquandaStatus

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

setEquandaStatus

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

getEquandaCreationDate

public Timestamp getEquandaCreationDate()

getTheString

public String getTheString()
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setTheString

public void setTheString(String value)

isTheStringModified

public boolean isTheStringModified()

getField1Bidirectional

public Linkable getField1Bidirectional()
                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setField1Bidirectional

public void setField1Bidirectional(Linkable value)

isField1BidirectionalModified

public boolean isField1BidirectionalModified()

getField2Override

public Linkable getField2Override()
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setField2Override

public void setField2Override(Linkable value)

isField2OverrideModified

public boolean isField2OverrideModified()

getCallLinkableFacade

public Collection<Linkable> getCallLinkableFacade()
                                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setCallLinkableFacade

public void setCallLinkableFacade(Collection<Linkable> value)

isCallLinkableFacadeModified

public boolean isCallLinkableFacadeModified()

getCallLinkableFacade2

public Collection<Linkable> getCallLinkableFacade2()
                                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setCallLinkableFacade2

public void setCallLinkableFacade2(Collection<Linkable> value)

isCallLinkableFacade2Modified

public boolean isCallLinkableFacade2Modified()

equandaUpdate

public void equandaUpdate(boolean updateTypeFieldsOnly)
                   throws EquandaPersistenceException
Specified by:
equandaUpdate in class EquandaProxy<Uoid,Remove2>
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,Remove2>
Throws:
EquandaPersistenceException - oops

removeEntityBean

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

selectId

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

selectEverything

public static List<Remove2> selectEverything()
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectByString

public static List<Remove2> selectByString(String theString)
                                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAll

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


Copyright © 2007-2008. All Rights Reserved.