java.lang.Object
ru.bitel.bgbilling.kernel.customer.common.bean.CustomerCode

public class CustomerCode extends Object
  • Constructor Details

    • CustomerCode

      public CustomerCode()
    • CustomerCode

      public CustomerCode(String code, String title)
  • Method Details

    • getCode

      public String getCode()
    • getTitle

      public String getTitle()
    • getValue

      public String getValue()
    • setCode

      public void setCode(String code)
    • setTitle

      public void setTitle(String title)
    • setValue

      public void setValue(String value)