Package psidev.psi.mi.jami.utils.clone
Class VariableParameterCloner
- java.lang.Object
-
- psidev.psi.mi.jami.utils.clone.VariableParameterCloner
-
public class VariableParameterCloner extends Object
Utility class for cloning VariableParameters- Since:
19/02/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description VariableParameterCloner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copyAndOverrideVariableParameterProperties(VariableParameter source, VariableParameter target)
This method will copy properties of parameter source in parameter target (excepted experiment) and will override all the other properties of Target parameter.
-
-
-
Method Detail
-
copyAndOverrideVariableParameterProperties
public static void copyAndOverrideVariableParameterProperties(VariableParameter source, VariableParameter target)
This method will copy properties of parameter source in parameter target (excepted experiment) and will override all the other properties of Target parameter.- Parameters:
source
- aVariableParameter
object.target
- aVariableParameter
object.
-
-