The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::RRP::Entity::Owner - rrp owner entity representation.

SYNOPSIS

 use Net::RRP::Entity::Owner;
 my $ownerEntity = new Net::RRP::Entity::Owner ( name     => 'ownername',
                                                 password => 'password',
                                                 .... );

DESCRIPTION

This is a rrp owner entity representation class.

getName

return a 'Owner'

setAttribute

Add check constraint to attributes. Only OwnerName and NameServer attributes can exists.

AUTHOR AND COPYRIGHT

 Net::RRP::Entity::Owner (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.

SEE ALSO

Net::RRP::Entity(3), Net::RRP::Codec(3), RFC 2832, Net::RRP::Exception::InvalidAttributeName(3)