NAME
Net::OpenXchange::Object - Role for OpenXchange objects
VERSION
version 0.001
SYNOPSIS
Net::OpenXchange::Object is a role to be consumed by classes representing objects in OpenXchange, like contacts and appointments.
METHODS
get_ox_columns
my @columns = $object->get_ox_columns();
Return a list of OpenXchange column IDs for all attributes of this object
thaw
my $object = $class->thaw($values);
Maps the values given as an array reference into an object, using the same order as returned by get_ox_columns
AUTHOR
Maximilian Gass <maximilian.gass@credativ.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Maximilian Gass.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.