Transfer version 1.1

transfer.com.object
Class Property

WEB-INF.cftags.component
        extended by transfer.com.object.Property
Direct Known Subclasses:
AbstractBaseKey

public class Property
extends WEB-INF.cftags.component

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

init

public init()
Constructor

Method Detail

getColumn

public string getColumn()


getIgnoreInsert

public boolean getIgnoreInsert()


getIgnoreUpdate

public boolean getIgnoreUpdate()


getIsNullable

public boolean getIsNullable()


getName

public string getName()


getNullValue

public string getNullValue()


getRefreshInsert

public string getRefreshInsert()


getRefreshUpdate

public string getRefreshUpdate()


getSet

public boolean getSet()


getType

public string getType()


hasNullValue

public boolean hasNullValue()
Returns if the property has a nullvalue


removeNullValue

private void removeNullValue()
Removes having a null value


setColumn

private void setColumn(string Column)

Parameters:
Column

setIgnoreInsert

private void setIgnoreInsert(boolean IgnoreInsert)

Parameters:
IgnoreInsert

setIgnoreUpdate

private void setIgnoreUpdate(boolean IgnoreUpdate)

Parameters:
IgnoreUpdate

setIsNullable

private void setIsNullable(boolean IsNullable)

Parameters:
IsNullable

setMemento

public void setMemento(struct memento)
Sets the state of the object

Parameters:
memento - the state to be set

setName

private void setName(string name)

Parameters:
name

setNullValue

private void setNullValue(string nullvalue)

Parameters:
nullvalue

setRefreshInsert

private void setRefreshInsert(string RefreshInsert)

Parameters:
RefreshInsert

setRefreshUpdate

private void setRefreshUpdate(string RefreshUpdate)

Parameters:
RefreshUpdate

setSet

private void setSet(boolean Set)

Parameters:
Set

setType

private void setType(string type)

Parameters:
type

Transfer version 1.1