|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.Property
transfer.com.object.AbstractBaseKey
public class AbstractBaseKey
Abstract Base class for all keys
| Constructor Summary | |
|---|---|
private |
init()
Constructor |
| Method Summary | |
|---|---|
boolean |
getIsComposite()
|
private void |
setIsComposite(boolean IsComposite)
|
void |
setMemento(struct memento)
Sets the state of the object |
private any |
throw(string type, string message, [string detail=''])
Throws an Exception |
void |
validate()
Throws an exception if validation fails |
| Methods inherited from class transfer.com.object.Property |
|---|
getColumn, getIgnoreInsert, getIgnoreUpdate, getIsNullable, getName, getNullValue, getRefreshInsert, getRefreshUpdate, getSet, getType, hasNullValue, removeNullValue, setColumn, setIgnoreInsert, setIgnoreUpdate, setIsNullable, setName, setNullValue, setRefreshInsert, setRefreshUpdate, setSet, setType
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
private init()
| Method Detail |
|---|
public boolean getIsComposite()
private void setIsComposite(boolean IsComposite)
IsCompositepublic void setMemento(struct memento)
setMemento
in class
Property
memento - the state to be setprivate any throw(string type, string message, [string detail=''])
type - The type of exceptionmessage - The message to accompany the exceptiondetail - The detail message for the exceptionpublic void validate()
|
Transfer version 1.1 | ||||
| FRAMES | |||||