org.fopps.xml
Class XMLImport.ProductConfigLink

java.lang.Object
  |
  +--org.fopps.xml.XMLImport.Link
        |
        +--org.fopps.xml.XMLImport.ProductConfigLink
Enclosing class:
XMLImport

public class XMLImport.ProductConfigLink
extends XMLImport.Link

Represents a link between a project and its configuration settings


Constructor Summary
XMLImport.ProductConfigLink(java.lang.String pProjectId, java.lang.String pConfigId)
           
 
Method Summary
 boolean resolve()
          Fetches the corresponding instances to the given ID's and glues them together
 
Methods inherited from class org.fopps.xml.XMLImport.Link
getFrom, getTo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLImport.ProductConfigLink

public XMLImport.ProductConfigLink(java.lang.String pProjectId,
                                   java.lang.String pConfigId)
Method Detail

resolve

public boolean resolve()
Description copied from class: XMLImport.Link
Fetches the corresponding instances to the given ID's and glues them together

Specified by:
resolve in class XMLImport.Link


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.