Class SilverPeasExchangeType
- java.lang.Object
-
- org.silverpeas.core.importexport.model.SilverPeasExchangeType
-
public class SilverPeasExchangeType extends Object
- Author:
- tleroi
-
-
Constructor Summary
Constructors Constructor Description SilverPeasExchangeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NodeTreeType>
getNodeTreesType()
List<PublicationType>
getPublicationsType()
List<RepositoryType>
getRepositoriesType()
String
getTargetComponentId()
boolean
getUsePOI()
boolean
isPOIUsed()
void
setComponentsType(List<ComponentInst> componentsType)
void
setNodeTreesType(List<NodeTreeType> nodeTreesType)
void
setPdcType(List<AxisType> pdcType)
void
setPublicationsType(List<PublicationType> type)
-
-
-
Method Detail
-
getTargetComponentId
public String getTargetComponentId()
-
getPublicationsType
public List<PublicationType> getPublicationsType()
-
setPublicationsType
public void setPublicationsType(List<PublicationType> type)
-
getRepositoriesType
public List<RepositoryType> getRepositoriesType()
-
getNodeTreesType
public List<NodeTreeType> getNodeTreesType()
-
setNodeTreesType
public void setNodeTreesType(List<NodeTreeType> nodeTreesType)
-
setComponentsType
public void setComponentsType(List<ComponentInst> componentsType)
-
isPOIUsed
public boolean isPOIUsed()
-
getUsePOI
public boolean getUsePOI()
-
-