NAME

Net::RRP::Entity::Replica - rrp replica entity representation.

SYNOPSIS

 use Net::RRP::Entity::Replica;
 my $replicaEntity = new Net::RRP::Entity::Replica ( name => 'replicaname',
						      => 'password',
							 .... );

DESCRIPTION

This is a rrp replica entity representation class.

getName

return a 'Replica'

setAttribute

Add check constraint to attributes. Only techcontact, serial, name and password may be exists

AUTHOR AND COPYRIGHT

Net::RRP::Entity::Replica (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)