Class DialUpLoginIp

java.lang.Object
ru.bgcrm.plugin.bgbilling.proto.model.dialup.DialUpLoginIp
All Implemented Interfaces:
PeriodSet

public class DialUpLoginIp extends Object implements PeriodSet
  • Constructor Details

    • DialUpLoginIp

      public DialUpLoginIp()
  • Method Details

    • getRealm

      public String getRealm()
    • setRealm

      public void setRealm(String realm)
    • getDateFrom

      public Date getDateFrom()
    • setDateFrom

      public void setDateFrom(Date dateFrom)
      Specified by:
      setDateFrom in interface PeriodSet
    • getDateTo

      public Date getDateTo()
    • setDateTo

      public void setDateTo(Date dateTo)
      Specified by:
      setDateTo in interface PeriodSet
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)