|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.Property
public class Property
Property BO
| Constructor Summary | |
|---|---|
init()
Constructor |
|
| Method Summary | |
|---|---|
string |
getColumn()
|
boolean |
getIgnoreInsert()
|
boolean |
getIgnoreUpdate()
|
boolean |
getIsNullable()
|
string |
getName()
|
string |
getNullValue()
|
string |
getRefreshInsert()
|
string |
getRefreshUpdate()
|
boolean |
getSet()
|
string |
getType()
|
boolean |
hasNullValue()
Returns if the property has a nullvalue |
private void |
removeNullValue()
Removes having a null value |
private void |
setColumn(string Column)
|
private void |
setIgnoreInsert(boolean IgnoreInsert)
|
private void |
setIgnoreUpdate(boolean IgnoreUpdate)
|
private void |
setIsNullable(boolean IsNullable)
|
void |
setMemento(struct memento)
Sets the state of the object |
private void |
setName(string name)
|
private void |
setNullValue(string nullvalue)
|
private void |
setRefreshInsert(string RefreshInsert)
|
private void |
setRefreshUpdate(string RefreshUpdate)
|
private void |
setSet(boolean Set)
|
private void |
setType(string type)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public string getColumn()
public boolean getIgnoreInsert()
public boolean getIgnoreUpdate()
public boolean getIsNullable()
public string getName()
public string getNullValue()
public string getRefreshInsert()
public string getRefreshUpdate()
public boolean getSet()
public string getType()
public boolean hasNullValue()
private void removeNullValue()
private void setColumn(string Column)
Columnprivate void setIgnoreInsert(boolean IgnoreInsert)
IgnoreInsertprivate void setIgnoreUpdate(boolean IgnoreUpdate)
IgnoreUpdateprivate void setIsNullable(boolean IsNullable)
IsNullablepublic void setMemento(struct memento)
memento - the state to be setprivate void setName(string name)
nameprivate void setNullValue(string nullvalue)
nullvalueprivate void setRefreshInsert(string RefreshInsert)
RefreshInsertprivate void setRefreshUpdate(string RefreshUpdate)
RefreshUpdateprivate void setSet(boolean Set)
Setprivate void setType(string type)
type
|
Transfer version 1.1 | ||||
| FRAMES | |||||