public class CustomControlCreator extends ControlAttributes {
public CustomControlCreator(final ControlType source) {
attributes = new Attributes(source.getAttributes());
interact = new ControlInteractAttributes(source.getInteract());
effects = new ControlEffectsAttributes(source.getEffects());
}