Net::RRP::Entity::Contact - rrp contact entity representation.


Net-RRP documentation  | view source Contained in the Net-RRP distribution.

Index


NAME

Top

Net::RRP::Entity::Contact - rrp contact entity representation.

SYNOPSIS

Top

 use Net::RRP::Entity::Contact;
 my $contactEntity = new Net::RRP::Entity::Contact ( name => 'contactname',
						     fax  => 'password',
						     .... );

DESCRIPTION

Top

This is a rrp contact entity representation class.

getName

return a 'Contact'

setAttribute

Add check constraint to attributes. Only firstname, lastname, middlename, address, phone, email and fax attributes may be exists

AUTHOR AND COPYRIGHT

Top

SEE ALSO

Top

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.