public class CrossReferenceTreeMutableImpl extends java.lang.Object implements CrossReferenceTreeMutable
Constructor and Description |
---|
CrossReferenceTreeMutableImpl() |
CrossReferenceTreeMutableImpl(CrossReferencingTree crossReferencingTree) |
CrossReferenceTreeMutableImpl(CrossReferencingTree crossReferencingTree,
ServiceRetrievalManager serviceRetrievalManager) |
Modifier and Type | Method and Description |
---|---|
MaintainableMutableBean |
getMaintianableBean() |
java.util.List<CrossReferenceTreeMutable> |
getReferencingBeans() |
void |
setMaintianableBean(MaintainableMutableBean maintianableBean) |
void |
setReferencingBeans(java.util.List<CrossReferenceTreeMutable> referencingBeans) |
public CrossReferenceTreeMutableImpl()
public CrossReferenceTreeMutableImpl(CrossReferencingTree crossReferencingTree)
public CrossReferenceTreeMutableImpl(CrossReferencingTree crossReferencingTree, ServiceRetrievalManager serviceRetrievalManager)
public MaintainableMutableBean getMaintianableBean()
getMaintianableBean
in interface CrossReferenceTreeMutable
public void setMaintianableBean(MaintainableMutableBean maintianableBean)
setMaintianableBean
in interface CrossReferenceTreeMutable
public java.util.List<CrossReferenceTreeMutable> getReferencingBeans()
getReferencingBeans
in interface CrossReferenceTreeMutable
public void setReferencingBeans(java.util.List<CrossReferenceTreeMutable> referencingBeans)
setReferencingBeans
in interface CrossReferenceTreeMutable