|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.persistence.impl.RelationInfo
public class RelationInfo
Container for relation information needed by the BeanPool
for
tracking purposes.
Nested Class Summary | |
---|---|
static class |
RelationInfo.RelationType
Enumeration of possible relation types. |
Constructor Summary | |
---|---|
RelationInfo()
Default constructor. |
|
RelationInfo(RegistryBean sourceBean,
RegistryBean targetBean,
RelationInfo.RelationType type)
|
Method Summary | |
---|---|
RegistryBean |
getSourceBean()
Retrieves the source bean. |
RegistryBean |
getTargetBean()
Retrieves the target bean. |
RelationInfo.RelationType |
getType()
Retrieves the relation type. |
void |
setSourceBean(RegistryBean source)
Sets the source RegistryBean . |
void |
setTargetBean(RegistryBean targetBean)
Sets the target RegistryBean . |
void |
setType(RelationInfo.RelationType type)
Sets the relation type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelationInfo()
public RelationInfo(RegistryBean sourceBean, RegistryBean targetBean, RelationInfo.RelationType type)
sourceBean
- targetBean
- type
- Method Detail |
---|
public RegistryBean getSourceBean()
RegistryBean
public void setSourceBean(RegistryBean source)
RegistryBean
.
source
- public RegistryBean getTargetBean()
RegistryBean
public void setTargetBean(RegistryBean targetBean)
RegistryBean
.
targetBean
- public RelationInfo.RelationType getType()
RelationInfo.RelationType
public void setType(RelationInfo.RelationType type)
type
- RelationInfo.RelationType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |