|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.AbstractBaseComposition
public class AbstractBaseComposition
Abstract Base Comosition Object
| Constructor Summary | |
|---|---|
private |
init(Object object, ObjectManager objectManager)
Constructor |
| Method Summary | |
|---|---|
string |
getIsLazy()
|
boolean |
getIsNullable()
|
boolean |
getIsProxied()
|
string |
getName()
|
private Object |
getObject()
|
private ObjectManager |
getObjectManager()
|
void |
setIsLazy(string IsLazy)
|
private void |
setIsNullable(boolean IsNullable)
|
private void |
setIsProxied(boolean isProxied)
|
void |
setMemento(struct memento)
Sets the state of the object |
private void |
setName(string Name)
|
private void |
setObject(Object Object)
|
private void |
setObjectManager(ObjectManager ObjectManager)
|
private any |
throw(string type, string message, [string detail=''])
Throws an Exception |
void |
validate()
does nothing, should be overwritten |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
private init(Object object, ObjectManager objectManager)
object - the parent obectobjectManager - The object manager| Method Detail |
|---|
public string getIsLazy()
public boolean getIsNullable()
public boolean getIsProxied()
public string getName()
private Object getObject()
private ObjectManager getObjectManager()
public void setIsLazy(string IsLazy)
IsLazyprivate void setIsNullable(boolean IsNullable)
IsNullableprivate void setIsProxied(boolean isProxied)
isProxiedpublic void setMemento(struct memento)
memento - the state to be setprivate void setName(string Name)
Nameprivate void setObject(Object Object)
Objectprivate void setObjectManager(ObjectManager ObjectManager)
ObjectManagerprivate 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 | |||||