java.lang.Object
ru.bitel.bgbilling.modules.hd.server.bean.Zone

public class Zone extends Object
  • Constructor Details

    • Zone

      public Zone()
  • Method Details

    • getComment

      public String getComment()
    • getId

      public int getId()
    • getMasterNsId

      public int getMasterNsId()
    • getName

      public String getName()
    • isDomain

      public boolean isDomain()
    • isHost

      public boolean isHost()
    • setComment

      public Zone setComment(String comment)
    • setDomain

      public Zone setDomain(boolean mayBeMaster)
    • setHost

      public Zone setHost(boolean mayBeSlave)
    • setId

      public Zone setId(int id)
    • setMasterNsId

      public Zone setMasterNsId(int masterNsId)
    • setName

      public Zone setName(String title)