|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.Property
transfer.com.object.AbstractBaseKey
transfer.com.object.CompositeKey
public class CompositeKey
Represents a Composite Key
| Constructor Summary | |
|---|---|
init(Object object)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
containsManyToOneByName(string name)
Checks if it has a many to one as a member of the composite key |
boolean |
containsParentOneToManyByName(string name)
Checks if it has a parent one to many as a member of the composite key |
private array |
getManyToOneCollection()
|
any |
getManyToOneIterator()
returns a java.util.Iterator for the Manytoone |
private Object |
getObject()
|
private array |
getParentOneToManyCollection()
|
any |
getParentOneToManyIterator()
returns a java.util.Iterator for the parent onetomany |
private array |
getPropertyCollection()
|
any |
getPropertyIterator()
returns a java.util.Iterator for the properties |
private void |
setManyToOneCollection(array ManyToOneCollection)
|
void |
setMemento(struct memento)
Sets the state of the object |
private void |
setObject(Object Object)
|
private void |
setParentOneToManyCollection(array ParentOneToManyCollection)
|
private void |
setPropertyCollection(array PropertyCollection)
|
void |
validate()
Throws an exception if validation fails |
| Methods inherited from class transfer.com.object.AbstractBaseKey |
|---|
getIsComposite, setIsComposite, throw
|
| 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 |
|---|
public init(Object object)
object - The object that this is a key for| Method Detail |
|---|
public boolean containsManyToOneByName(string name)
name - The name of the parent onetomanypublic boolean containsParentOneToManyByName(string name)
name - The name of the parent onetomanyprivate array getManyToOneCollection()
public any getManyToOneIterator()
private Object getObject()
private array getParentOneToManyCollection()
public any getParentOneToManyIterator()
private array getPropertyCollection()
public any getPropertyIterator()
private void setManyToOneCollection(array ManyToOneCollection)
ManyToOneCollectionpublic void setMemento(struct memento)
setMemento
in class
AbstractBaseKey
memento - the state to be setprivate void setObject(Object Object)
Objectprivate void setParentOneToManyCollection(array ParentOneToManyCollection)
ParentOneToManyCollectionprivate void setPropertyCollection(array PropertyCollection)
PropertyCollectionpublic void validate()
validate
in class
AbstractBaseKey
|
Transfer version 1.1 | ||||
| FRAMES | |||||