|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.equanda.persistence.EquandaProxy<Uoid,CocoonMan>
org.equanda.test.dm.client.CocoonMan
public class CocoonMan
Proxy object for table CocoonMan No constraints are being checked when modifying this object, this only happens when setting the value!
Field Summary | |
---|---|
protected boolean |
_obtainedCar
|
protected boolean |
_obtainedDatesToRemember
|
protected boolean |
_obtainedHiddenCar
|
protected boolean |
_obtainedLazyInst
|
protected boolean |
_obtainedManyCars
|
protected boolean |
_obtainedPassport
|
protected boolean |
_obtainedPreviousJobs
|
Fields inherited from class org.equanda.persistence.EquandaProxy |
---|
equandaModificationDate, equandaStatusModified, equandaType, equandaVersion, id, update |
Constructor Summary | |
---|---|
|
CocoonMan()
Creator which is used to build value objects based on the real object. |
protected |
CocoonMan(EquandaCocoonManState proxy)
|
protected |
CocoonMan(Uoid uoid,
ObjectType equandaType,
Timestamp equandaCreationDate,
Timestamp equandaModificationDate,
String equandaStatus,
long equandaVersion,
String firstName,
String lastName,
Date dateOfBirth,
Timestamp sometime,
boolean employed,
double height,
int noOfChildren,
int hiddenInt,
byte[] blob,
String clob,
String wikiString,
String wikiClob,
String proxy)
|
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 |
---|
protected boolean _obtainedPreviousJobs
protected boolean _obtainedDatesToRemember
protected boolean _obtainedCar
protected boolean _obtainedHiddenCar
protected boolean _obtainedManyCars
protected boolean _obtainedPassport
protected boolean _obtainedLazyInst
Constructor Detail |
---|
protected CocoonMan(EquandaCocoonManState proxy)
public CocoonMan()
protected CocoonMan(Uoid uoid, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, String firstName, String lastName, Date dateOfBirth, Timestamp sometime, boolean employed, double height, int noOfChildren, int hiddenInt, byte[] blob, String clob, String wikiString, String wikiClob, String proxy)
Method Detail |
---|
public CocoonMan equandaClone(boolean cloneUoid)
equandaClone
in class EquandaProxy<Uoid,CocoonMan>
protected void setId(Uoid uoid)
protected void updateInternalState()
public static CocoonMan equandaCreate() throws EquandaPersistenceException
EquandaPersistenceException
public static CocoonMan equandaCreate(String type) throws EquandaPersistenceException
EquandaPersistenceException
public void setEquandaType(String type)
setEquandaType
in class EquandaProxy<Uoid,CocoonMan>
type
- base type which will be used to build the actual object
IllegalStateException
public boolean isModified(boolean typeFieldsOnly)
isModified
in class EquandaProxy<Uoid,CocoonMan>
public String getEquandaStatus()
getEquandaStatus
in class EquandaProxy<Uoid,CocoonMan>
public void setEquandaStatus(String status)
setEquandaStatus
in class EquandaProxy<Uoid,CocoonMan>
public Timestamp getEquandaCreationDate()
public String getFirstName() throws EquandaPersistenceException
EquandaPersistenceException
public void setFirstName(String value)
public boolean isFirstNameModified()
public String getLastName() throws EquandaPersistenceException
EquandaPersistenceException
public void setLastName(String value)
public boolean isLastNameModified()
public Date getDateOfBirth() throws EquandaPersistenceException
EquandaPersistenceException
public void setDateOfBirth(Date value)
public boolean isDateOfBirthModified()
public Timestamp getSometime() throws EquandaPersistenceException
EquandaPersistenceException
public void setSometime(Timestamp value)
public boolean isSometimeModified()
public boolean getEmployed() throws EquandaPersistenceException
EquandaPersistenceException
public boolean isEmployed()
public void setEmployed(boolean value)
public boolean isEmployedModified()
public double getHeight() throws EquandaPersistenceException
EquandaPersistenceException
public void setHeight(double value)
public boolean isHeightModified()
public int getNoOfChildren() throws EquandaPersistenceException
EquandaPersistenceException
public void setNoOfChildren(int value)
public boolean isNoOfChildrenModified()
public Collection<String> getPreviousJobs() throws EquandaPersistenceException
EquandaPersistenceException
public void setPreviousJobs(Collection<String> value)
public boolean isPreviousJobsModified()
public Collection<Date> getDatesToRemember() throws EquandaPersistenceException
EquandaPersistenceException
public void setDatesToRemember(Collection<Date> value)
public boolean isDatesToRememberModified()
public Car getCar() throws EquandaPersistenceException
EquandaPersistenceException
public void setCar(Car value)
public boolean isCarModified()
public int getHiddenInt() throws EquandaPersistenceException
EquandaPersistenceException
public void setHiddenInt(int value)
public boolean isHiddenIntModified()
public Car getHiddenCar() throws EquandaPersistenceException
EquandaPersistenceException
public void setHiddenCar(Car value)
public boolean isHiddenCarModified()
public Collection<Car> getManyCars() throws EquandaPersistenceException
EquandaPersistenceException
public void setManyCars(Collection<Car> value)
public boolean isManyCarsModified()
public byte[] getBlob() throws EquandaPersistenceException
EquandaPersistenceException
public void setBlob(byte[] value)
public boolean isBlobModified()
public String getClob() throws EquandaPersistenceException
EquandaPersistenceException
public void setClob(String value)
public boolean isClobModified()
public String getWikiString() throws EquandaPersistenceException
EquandaPersistenceException
public void setWikiString(String value)
public boolean isWikiStringModified()
public String getWikiClob() throws EquandaPersistenceException
EquandaPersistenceException
public void setWikiClob(String value)
public boolean isWikiClobModified()
public Passport getPassport() throws EquandaPersistenceException
EquandaPersistenceException
public void setPassport(Passport value)
public boolean isPassportModified()
public String getProxy() throws EquandaPersistenceException
EquandaPersistenceException
public void setProxy(String value)
public boolean isProxyModified()
public LazyInst getLazyInst() throws EquandaPersistenceException
EquandaPersistenceException
public void setLazyInst(LazyInst value)
public boolean isLazyInstModified()
public void TestAction() throws EquandaPersistenceException
EquandaPersistenceException
public void equandaUpdate(boolean updateTypeFieldsOnly) throws EquandaPersistenceException
equandaUpdate
in class EquandaProxy<Uoid,CocoonMan>
EquandaPersistenceException
public void equandaReset() throws EquandaPersistenceException
equandaReset
in class EquandaProxy<Uoid,CocoonMan>
EquandaPersistenceException
- oopspublic void removeEntityBean() throws EquandaPersistenceException
removeEntityBean
in class EquandaProxy<Uoid,CocoonMan>
EquandaPersistenceException
public static CocoonMan selectId(Uoid uoid) throws EquandaPersistenceException
EquandaPersistenceException
public static List<CocoonMan> selectPersonByName(String firstName, String lastName) throws EquandaPersistenceException
EquandaPersistenceException
public static List<CocoonMan> selectPersonByLastName(String lastName) throws EquandaPersistenceException
EquandaPersistenceException
public static List<CocoonMan> selectPersonByBirthdate(Date dateOfBirth) throws EquandaPersistenceException
EquandaPersistenceException
public static List<CocoonMan> selectPersonByStatus(boolean employed) throws EquandaPersistenceException
EquandaPersistenceException
public static List<CocoonMan> selectPersonByHeight(double height) throws EquandaPersistenceException
EquandaPersistenceException
public static List<CocoonMan> selectPersonByTimestamp(Timestamp sometime) throws EquandaPersistenceException
EquandaPersistenceException
public static List<CocoonMan> selectSelectWithLimit(boolean employed, int equandaLimit) throws EquandaPersistenceException
EquandaPersistenceException
public static List<CocoonMan> selectSelectionsWithSuggests(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren) throws EquandaPersistenceException
EquandaPersistenceException
public static List<CocoonMan> selectSelectionsWithValueListSuggests(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren) throws EquandaPersistenceException
EquandaPersistenceException
public static List<CocoonMan> selectAll() throws EquandaPersistenceException
EquandaPersistenceException
public static List<CocoonMan> selectEquandaAll() throws EquandaPersistenceException
EquandaPersistenceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |