org.nhindirect.config.service.jaxws
Class UpdateDNS

java.lang.Object
  extended by org.nhindirect.config.service.jaxws.UpdateDNS

public class UpdateDNS
extends java.lang.Object


Constructor Summary
UpdateDNS()
           
 
Method Summary
 org.nhindirect.config.store.DNSRecord getRecord()
           
 long getRecordId()
           
 void setRecord(org.nhindirect.config.store.DNSRecord record)
           
 void setRecordId(long recordId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateDNS

public UpdateDNS()
Method Detail

getRecordId

public long getRecordId()
Returns:
returns long

setRecordId

public void setRecordId(long recordId)
Parameters:
recordId - the value for the recordId property

getRecord

public org.nhindirect.config.store.DNSRecord getRecord()
Returns:
returns DNSRecord

setRecord

public void setRecord(org.nhindirect.config.store.DNSRecord record)
Parameters:
record - the value for the record property


Copyright © 2014. All Rights Reserved.