| Net-RRP documentation | view source | Contained in the Net-RRP distribution. |
Net::RRP::Entity::Contact - rrp contact entity representation.
use Net::RRP::Entity::Contact; my $contactEntity = new Net::RRP::Entity::Contact ( name => 'contactname', fax => 'password', .... );
This is a rrp contact entity representation class.
return a 'Contact'
Add check constraint to attributes. Only firstname, lastname, middlename, address, phone, email and fax attributes may be exists
Net::RRP::Entity::Contact (C) Michael Kulakov, Zenon N.S.P. 2000
125124, 19, 1-st Jamskogo polja st,
Moscow, Russian Federation
mkul@cpan.org
All rights reserved.
You may distribute this package under the terms of either the GNU
General Public License or the Artistic License, as specified in the
Perl README file.
Net::RRP::Entity(3), Net::RRP::Codec(3), RFC 2832, Net::RRP::Exception::InvalidAttributeName(3)
| Net-RRP documentation | view source | Contained in the Net-RRP distribution. |