org.ow2.orchestra.facade.def.impl
Class CopyDefinitionImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.CopyDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, CopyAble<CopyDefinition>, CopyDefinition

public class CopyDefinitionImpl
extends java.lang.Object
implements CopyDefinition

See Also:
Serialized Form

Constructor Summary
CopyDefinitionImpl(CopyDefinition copyDefinition)
           
 
Method Summary
 CopyDefinition copy()
           
 java.util.List<FromDefinition> getFromDefinitionList()
           
 java.util.List<ToDefinition> getToDefinitionList()
           
 boolean isKeepSrcElementName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyDefinitionImpl

public CopyDefinitionImpl(CopyDefinition copyDefinition)
Method Detail

copy

public CopyDefinition copy()
Specified by:
copy in interface CopyAble<CopyDefinition>

getFromDefinitionList

public java.util.List<FromDefinition> getFromDefinitionList()
Specified by:
getFromDefinitionList in interface CopyDefinition
Returns:
the list of from element

isKeepSrcElementName

public boolean isKeepSrcElementName()
Specified by:
isKeepSrcElementName in interface CopyDefinition

getToDefinitionList

public java.util.List<ToDefinition> getToDefinitionList()
Specified by:
getToDefinitionList in interface CopyDefinition
Returns:
the list of to element


Copyright © 2009 OW2 Consortium. All Rights Reserved.