org.equanda.test.dm.client
Class ProgrConstraints

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

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

Proxy object for table ProgrConstraints 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
  ProgrConstraints()
          Creator which is used to build value objects based on the real object.
protected ProgrConstraints(EquandaProgrConstraintsState proxy)
           
protected ProgrConstraints(Uoid uoid, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, int multipleOf100)
           
 
Method Summary
 ProgrConstraints equandaClone(boolean cloneUoid)
           
static ProgrConstraints equandaCreate()
           
static ProgrConstraints equandaCreate(String type)
           
 void equandaReset()
          Reset the proxy state.
 void equandaUpdate(boolean updateTypeFieldsOnly)
           
 Timestamp getEquandaCreationDate()
           
 String getEquandaStatus()
           
 int getMultipleOf100()
           
 boolean isModified(boolean typeFieldsOnly)
           
 boolean isMultipleOf100Modified()
           
 void removeEntityBean()
           
static List<ProgrConstraints> selectEquandaAll()
           
static ProgrConstraints selectId(Uoid uoid)
           
 void setEquandaStatus(String status)
           
 void setEquandaType(String type)
          Set the type of object which should be used.
protected  void setId(Uoid uoid)
           
 void setMultipleOf100(int 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

ProgrConstraints

protected ProgrConstraints(EquandaProgrConstraintsState proxy)

ProgrConstraints

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


ProgrConstraints

protected ProgrConstraints(Uoid uoid,
                           ObjectType equandaType,
                           Timestamp equandaCreationDate,
                           Timestamp equandaModificationDate,
                           String equandaStatus,
                           long equandaVersion,
                           int multipleOf100)
Method Detail

equandaClone

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

setId

protected void setId(Uoid uoid)

updateInternalState

protected void updateInternalState()

equandaCreate

public static ProgrConstraints equandaCreate()
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

equandaCreate

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

getEquandaStatus

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

setEquandaStatus

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

getEquandaCreationDate

public Timestamp getEquandaCreationDate()

getMultipleOf100

public int getMultipleOf100()
                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setMultipleOf100

public void setMultipleOf100(int value)

isMultipleOf100Modified

public boolean isMultipleOf100Modified()

equandaUpdate

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

removeEntityBean

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

selectId

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

selectEquandaAll

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


Copyright © 2007-2008. All Rights Reserved.