org.apache.directory.server.dns.messages
Interface ResourceRecord

All Known Implementing Classes:
ResourceRecordImpl

public interface ResourceRecord

Author:
Apache Directory Project

Method Summary
 String get(String id)
           
 String getDomainName()
           
 RecordClass getRecordClass()
           
 RecordType getRecordType()
           
 int getTimeToLive()
           
 

Method Detail

getDomainName

String getDomainName()
Returns:
Returns the domainName.

getRecordType

RecordType getRecordType()
Returns:
Returns the recordType.

getRecordClass

RecordClass getRecordClass()
Returns:
Returns the recordClass.

getTimeToLive

int getTimeToLive()
Returns:
Returns the timeToLive.

get

String get(String id)
Parameters:
id -
Returns:
Returns the value for an id.


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.