|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.equanda.persistence.EquandaProxy<Uoid,VeryDocumented>
org.equanda.test.dm.client.VeryDocumented
public class VeryDocumented
Proxy object for table VeryDocumented No constraints are being checked when modifying this object, this only happens when setting the value! This table has descriptions for everything.It's meant to "test" the docs generation.
Field Summary | |
---|---|
protected boolean |
_obtainedMulLnk
|
protected boolean |
_obtainedMulStr
|
protected boolean |
_obtainedSingleLink
|
Fields inherited from class org.equanda.persistence.EquandaProxy |
---|
equandaModificationDate, equandaStatusModified, equandaType, equandaVersion, id, update |
Constructor Summary | |
---|---|
|
VeryDocumented()
Creator which is used to build value objects based on the real object. |
protected |
VeryDocumented(EquandaVeryDocumentedState proxy)
|
protected |
VeryDocumented(Uoid uoid,
ObjectType equandaType,
Timestamp equandaCreationDate,
Timestamp equandaModificationDate,
String equandaStatus,
long equandaVersion,
int group1TestInt,
String group1TestStr,
Date group1TestDate,
Date group2TestDate,
Date independentField)
|
Method Summary | |
---|---|
VeryDocumented |
equandaClone(boolean cloneUoid)
|
static VeryDocumented |
equandaCreate()
|
static VeryDocumented |
equandaCreate(String type)
|
void |
equandaReset()
Reset the proxy state. |
void |
equandaUpdate(boolean updateTypeFieldsOnly)
|
Timestamp |
getEquandaCreationDate()
|
String |
getEquandaStatus()
|
Date |
getGroup1TestDate()
|
int |
getGroup1TestInt()
|
String |
getGroup1TestStr()
a field of type string. |
Date |
getGroup2TestDate()
a field of type date |
Date |
getIndependentField()
a field of type date. |
Linkable |
getMulLnk()
a multiple link |
Collection<String> |
getMulStr()
a multiple field of type string |
Linkable |
getSingleLink()
a single link |
int |
hashCode(String param0)
String hash |
int |
hashCode2(String param0,
String param1)
another String hash, with 2 params |
boolean |
isGroup1TestDateModified()
|
boolean |
isGroup1TestIntModified()
|
boolean |
isGroup1TestStrModified()
a field of type string. |
boolean |
isGroup2TestDateModified()
a field of type date |
boolean |
isIndependentFieldModified()
a field of type date. |
boolean |
isModified(boolean typeFieldsOnly)
|
boolean |
isMulLnkModified()
a multiple link |
boolean |
isMulStrModified()
a multiple field of type string |
boolean |
isSingleLinkModified()
a single link |
void |
removeEntityBean()
|
static VeryDocumented |
selectByGroup1TestInt(int group1TestInt)
|
static List<VeryDocumented> |
selectByIndependentField(Date independentField)
|
static List<VeryDocumented> |
selectEquandaAll()
|
static VeryDocumented |
selectId(Uoid uoid)
|
void |
setEquandaStatus(String status)
|
void |
setEquandaType(String type)
Set the type of object which should be used. |
void |
setGroup1TestDate(Date value)
|
void |
setGroup1TestInt(int value)
|
void |
setGroup1TestStr(String value)
a field of type string. |
void |
setGroup2TestDate(Date value)
a field of type date |
protected void |
setId(Uoid uoid)
|
void |
setIndependentField(Date value)
a field of type date. |
void |
setMulLnk(Linkable value)
a multiple link |
void |
setMulStr(Collection<String> value)
a multiple field of type string |
void |
setSingleLink(Linkable value)
a single link |
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 |
---|
protected boolean _obtainedMulStr
protected boolean _obtainedSingleLink
protected boolean _obtainedMulLnk
Constructor Detail |
---|
protected VeryDocumented(EquandaVeryDocumentedState proxy)
public VeryDocumented()
protected VeryDocumented(Uoid uoid, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, int group1TestInt, String group1TestStr, Date group1TestDate, Date group2TestDate, Date independentField)
Method Detail |
---|
public VeryDocumented equandaClone(boolean cloneUoid)
equandaClone
in class EquandaProxy<Uoid,VeryDocumented>
protected void setId(Uoid uoid)
protected void updateInternalState()
public static VeryDocumented equandaCreate() throws EquandaPersistenceException
EquandaPersistenceException
public static VeryDocumented equandaCreate(String type) throws EquandaPersistenceException
EquandaPersistenceException
public void setEquandaType(String type)
setEquandaType
in class EquandaProxy<Uoid,VeryDocumented>
type
- base type which will be used to build the actual object
IllegalStateException
public boolean isModified(boolean typeFieldsOnly)
isModified
in class EquandaProxy<Uoid,VeryDocumented>
public String getEquandaStatus()
getEquandaStatus
in class EquandaProxy<Uoid,VeryDocumented>
public void setEquandaStatus(String status)
setEquandaStatus
in class EquandaProxy<Uoid,VeryDocumented>
public Timestamp getEquandaCreationDate()
public int getGroup1TestInt() throws EquandaPersistenceException
EquandaPersistenceException
public void setGroup1TestInt(int value)
public boolean isGroup1TestIntModified()
public String getGroup1TestStr() throws EquandaPersistenceException
EquandaPersistenceException
public void setGroup1TestStr(String value)
public boolean isGroup1TestStrModified()
public Date getGroup1TestDate() throws EquandaPersistenceException
EquandaPersistenceException
public void setGroup1TestDate(Date value)
public boolean isGroup1TestDateModified()
public Date getGroup2TestDate() throws EquandaPersistenceException
EquandaPersistenceException
public void setGroup2TestDate(Date value)
public boolean isGroup2TestDateModified()
public Date getIndependentField() throws EquandaPersistenceException
EquandaPersistenceException
public void setIndependentField(Date value)
public boolean isIndependentFieldModified()
public Collection<String> getMulStr() throws EquandaPersistenceException
EquandaPersistenceException
public void setMulStr(Collection<String> value)
public boolean isMulStrModified()
public Linkable getSingleLink() throws EquandaPersistenceException
EquandaPersistenceException
public void setSingleLink(Linkable value)
public boolean isSingleLinkModified()
public Linkable getMulLnk() throws EquandaPersistenceException
EquandaPersistenceException
public void setMulLnk(Linkable value)
public boolean isMulLnkModified()
public int hashCode(String param0) throws EquandaPersistenceException
EquandaPersistenceException
public int hashCode2(String param0, String param1) throws EquandaPersistenceException
EquandaPersistenceException
public void equandaUpdate(boolean updateTypeFieldsOnly) throws EquandaPersistenceException
equandaUpdate
in class EquandaProxy<Uoid,VeryDocumented>
EquandaPersistenceException
public void equandaReset() throws EquandaPersistenceException
equandaReset
in class EquandaProxy<Uoid,VeryDocumented>
EquandaPersistenceException
- oopspublic void removeEntityBean() throws EquandaPersistenceException
removeEntityBean
in class EquandaProxy<Uoid,VeryDocumented>
EquandaPersistenceException
public static VeryDocumented selectId(Uoid uoid) throws EquandaPersistenceException
EquandaPersistenceException
public static List<VeryDocumented> selectByIndependentField(Date independentField) throws EquandaPersistenceException
EquandaPersistenceException
public static VeryDocumented selectByGroup1TestInt(int group1TestInt) throws EquandaPersistenceException
EquandaPersistenceException
public static List<VeryDocumented> selectEquandaAll() throws EquandaPersistenceException
EquandaPersistenceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |