org.equanda.test.dm.client
Class ExtractionOfValue
java.lang.Object
org.equanda.persistence.EquandaProxy<Uoid,ExtractionOfValue>
org.equanda.test.dm.client.ExtractionOfValue
- All Implemented Interfaces:
- Serializable, HasId<Uoid>
public class ExtractionOfValue
- extends EquandaProxy<Uoid,ExtractionOfValue>
- implements Serializable
Proxy object for table ExtractionOfValue
No constraints are being checked when modifying this object, this only happens when setting the value!
- See Also:
- Serialized Form
Methods inherited from class org.equanda.persistence.EquandaProxy |
equals, equandaClone, equandaUpdate, getEquandaModificationDate, getEquandaName, getEquandaType, getEquandaVersion, getId, hashCode, isEquandaModificationDateModified, isEquandaType, isModified, objectEquals, setEquandaUpdate, toString |
ExtractionOfValue
protected ExtractionOfValue(EquandaExtractionOfValueState proxy)
ExtractionOfValue
public ExtractionOfValue()
- 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()
ExtractionOfValue
protected ExtractionOfValue(Uoid uoid,
ObjectType equandaType,
Timestamp equandaCreationDate,
Timestamp equandaModificationDate,
String equandaStatus,
long equandaVersion,
int testInt,
String testStr,
Date testDate)
equandaClone
public ExtractionOfValue equandaClone(boolean cloneUoid)
- Specified by:
equandaClone
in class EquandaProxy<Uoid,ExtractionOfValue>
setId
protected void setId(Uoid uoid)
updateInternalState
protected void updateInternalState()
equandaCreate
public static ExtractionOfValue equandaCreate()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
equandaCreate
public static ExtractionOfValue 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,ExtractionOfValue>
- 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,ExtractionOfValue>
getEquandaStatus
public String getEquandaStatus()
- Specified by:
getEquandaStatus
in class EquandaProxy<Uoid,ExtractionOfValue>
setEquandaStatus
public void setEquandaStatus(String status)
- Specified by:
setEquandaStatus
in class EquandaProxy<Uoid,ExtractionOfValue>
getEquandaCreationDate
public Timestamp getEquandaCreationDate()
getTestInt
public int getTestInt()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
setTestInt
public void setTestInt(int value)
isTestIntModified
public boolean isTestIntModified()
getTestStr
public String getTestStr()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
setTestStr
public void setTestStr(String value)
isTestStrModified
public boolean isTestStrModified()
getTestDate
public Date getTestDate()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
setTestDate
public void setTestDate(Date value)
isTestDateModified
public boolean isTestDateModified()
equandaUpdate
public void equandaUpdate(boolean updateTypeFieldsOnly)
throws EquandaPersistenceException
- Specified by:
equandaUpdate
in class EquandaProxy<Uoid,ExtractionOfValue>
- 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,ExtractionOfValue>
- Throws:
EquandaPersistenceException
- oops
removeEntityBean
public void removeEntityBean()
throws EquandaPersistenceException
- Overrides:
removeEntityBean
in class EquandaProxy<Uoid,ExtractionOfValue>
- Throws:
EquandaPersistenceException
selectId
public static ExtractionOfValue selectId(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
selectEquandaAll
public static List<ExtractionOfValue> selectEquandaAll()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.