class EacRubyUtils::CommonConstructor::InstanceInitialize

def object_attribute_set(attr_name, attr_value)

def object_attribute_set(attr_name, attr_value)
  object.send("#{attr_name}=", attr_value)
end