|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.equanda.persistence.EquandaProxy<Uoid,Choices>
org.equanda.test.dm.client.Choices
public class Choices
Proxy object for table Choices No constraints are being checked when modifying this object, this only happens when setting the value!
| Field Summary | |
|---|---|
protected boolean |
_obtainedCountries
|
| Fields inherited from class org.equanda.persistence.EquandaProxy |
|---|
equandaModificationDate, equandaStatusModified, equandaType, equandaVersion, id, update |
| Constructor Summary | |
|---|---|
|
Choices()
Creator which is used to build value objects based on the real object. |
protected |
Choices(EquandaChoicesState proxy)
|
protected |
Choices(int immutableWeight,
String immutableName)
|
protected |
Choices(Uoid uoid,
ObjectType equandaType,
Timestamp equandaCreationDate,
Timestamp equandaModificationDate,
String equandaStatus,
long equandaVersion,
String season,
int monitorSize,
int immutableWeight,
String immutableName,
String country2Letter,
String country3Letter,
String country3LetterShortField,
String countryCodeString,
int countryCodeValue)
|
| Method Summary | |
|---|---|
Choices |
equandaClone(boolean cloneUoid)
|
static Choices |
equandaCreate()
|
static Choices |
equandaCreate(String type)
|
void |
equandaReset()
Reset the proxy state. |
void |
equandaUpdate(boolean updateTypeFieldsOnly)
|
Collection<String> |
getCountries()
|
String |
getCountry2Letter()
Simple field with 2 letter ISO country code. |
String |
getCountry3Letter()
Simple field with 3 letter ISO country code. |
String |
getCountry3LetterShortField()
Simple field with 3 letter ISO country code, but for which the string field is too short which should make it impossible to store a valid value. |
String |
getCountryCodeString()
Simple field with a numeric ISO country code, stored as string. |
int |
getCountryCodeValue()
Simple field with a numeric ISO country code, stored as an integer. |
Timestamp |
getEquandaCreationDate()
|
String |
getEquandaStatus()
|
String |
getImmutableName()
|
int |
getImmutableWeight()
|
int |
getMonitorSize()
|
String |
getSeason()
|
boolean |
isCountriesModified()
|
boolean |
isCountry2LetterModified()
Simple field with 2 letter ISO country code. |
boolean |
isCountry3LetterModified()
Simple field with 3 letter ISO country code. |
boolean |
isCountry3LetterShortFieldModified()
Simple field with 3 letter ISO country code, but for which the string field is too short which should make it impossible to store a valid value. |
boolean |
isCountryCodeStringModified()
Simple field with a numeric ISO country code, stored as string. |
boolean |
isCountryCodeValueModified()
Simple field with a numeric ISO country code, stored as an integer. |
boolean |
isImmutableNameModified()
|
boolean |
isImmutableWeightModified()
|
boolean |
isModified(boolean typeFieldsOnly)
|
boolean |
isMonitorSizeModified()
|
boolean |
isSeasonModified()
|
void |
removeEntityBean()
|
static List<Choices> |
selectEquandaAll()
|
static Choices |
selectId(Uoid uoid)
|
void |
setCountries(Collection<String> value)
|
void |
setCountry2Letter(String value)
Simple field with 2 letter ISO country code. |
void |
setCountry3Letter(String value)
Simple field with 3 letter ISO country code. |
void |
setCountry3LetterShortField(String value)
Simple field with 3 letter ISO country code, but for which the string field is too short which should make it impossible to store a valid value. |
void |
setCountryCodeString(String value)
Simple field with a numeric ISO country code, stored as string. |
void |
setCountryCodeValue(int value)
Simple field with a numeric ISO country code, stored as an integer. |
void |
setEquandaStatus(String status)
|
void |
setEquandaType(String type)
Set the type of object which should be used. |
protected void |
setId(Uoid uoid)
|
void |
setImmutableName(String value)
|
void |
setImmutableWeight(int value)
|
void |
setMonitorSize(int value)
|
void |
setSeason(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 |
|---|
protected boolean _obtainedCountries
| Constructor Detail |
|---|
protected Choices(EquandaChoicesState proxy)
public Choices()
protected Choices(int immutableWeight,
String immutableName)
protected Choices(Uoid uoid,
ObjectType equandaType,
Timestamp equandaCreationDate,
Timestamp equandaModificationDate,
String equandaStatus,
long equandaVersion,
String season,
int monitorSize,
int immutableWeight,
String immutableName,
String country2Letter,
String country3Letter,
String country3LetterShortField,
String countryCodeString,
int countryCodeValue)
| Method Detail |
|---|
public Choices equandaClone(boolean cloneUoid)
equandaClone in class EquandaProxy<Uoid,Choices>protected void setId(Uoid uoid)
protected void updateInternalState()
public static Choices equandaCreate()
throws EquandaPersistenceException
EquandaPersistenceException
public static Choices equandaCreate(String type)
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setEquandaType(String type)
setEquandaType in class EquandaProxy<Uoid,Choices>type - base type which will be used to build the actual object
IllegalStateExceptionpublic boolean isModified(boolean typeFieldsOnly)
isModified in class EquandaProxy<Uoid,Choices>public String getEquandaStatus()
getEquandaStatus in class EquandaProxy<Uoid,Choices>public void setEquandaStatus(String status)
setEquandaStatus in class EquandaProxy<Uoid,Choices>public Timestamp getEquandaCreationDate()
public String getSeason()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setSeason(String value)
public boolean isSeasonModified()
public int getMonitorSize()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setMonitorSize(int value)
public boolean isMonitorSizeModified()
public int getImmutableWeight()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setImmutableWeight(int value)
public boolean isImmutableWeightModified()
public String getImmutableName()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setImmutableName(String value)
public boolean isImmutableNameModified()
public Collection<String> getCountries()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setCountries(Collection<String> value)
public boolean isCountriesModified()
public String getCountry2Letter()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setCountry2Letter(String value)
public boolean isCountry2LetterModified()
public String getCountry3Letter()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setCountry3Letter(String value)
public boolean isCountry3LetterModified()
public String getCountry3LetterShortField()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setCountry3LetterShortField(String value)
public boolean isCountry3LetterShortFieldModified()
public String getCountryCodeString()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setCountryCodeString(String value)
public boolean isCountryCodeStringModified()
public int getCountryCodeValue()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setCountryCodeValue(int value)
public boolean isCountryCodeValueModified()
public void equandaUpdate(boolean updateTypeFieldsOnly)
throws EquandaPersistenceException
equandaUpdate in class EquandaProxy<Uoid,Choices>EquandaPersistenceException
public void equandaReset()
throws EquandaPersistenceException
equandaReset in class EquandaProxy<Uoid,Choices>EquandaPersistenceException - oops
public void removeEntityBean()
throws EquandaPersistenceException
removeEntityBean in class EquandaProxy<Uoid,Choices>EquandaPersistenceException
public static Choices selectId(Uoid uoid)
throws EquandaPersistenceException
EquandaPersistenceException
public static List<Choices> selectEquandaAll()
throws EquandaPersistenceException
EquandaPersistenceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||