Class DomainPrice


  • public class DomainPrice
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DomainPrice​(java.lang.String domain, boolean premium, double registrationPrice, double renewalPrice, double transferPrice)  
    • Constructor Detail

      • DomainPrice

        public DomainPrice​(java.lang.String domain,
                           boolean premium,
                           double registrationPrice,
                           double renewalPrice,
                           double transferPrice)
    • Method Detail

      • getDomain

        public java.lang.String getDomain()
      • isPremium

        public boolean isPremium()
      • getRegistrationPrice

        public double getRegistrationPrice()
      • getRenewalPrice

        public double getRenewalPrice()
      • getTransferPrice

        public double getTransferPrice()