Net::RRP::Entity::Registrar - rrp registrar entity representation.


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

Index


NAME

Top

Net::RRP::Entity::Registrar - rrp registrar entity representation.

SYNOPSIS

Top

 use Net::RRP::Entity::Registrar;
 my $registrarEntity = new Net::RRP::Entity::Registrar ( name     => 'registrarname',
							 password => 'password',
							 .... );

DESCRIPTION

Top

This is a rrp registrar entity representation class.

getName

return a 'Registrar'

setAttribute

Add check constraint to attributes. Only name, password, techcontact, status 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.