Class ParameterPhoneValueItem

java.lang.Object
ru.bgcrm.model.param.ParameterPhoneValueItem

public class ParameterPhoneValueItem extends Object
  • Constructor Details

    • ParameterPhoneValueItem

      public ParameterPhoneValueItem()
    • ParameterPhoneValueItem

      public ParameterPhoneValueItem(String phone, String comment)
    • ParameterPhoneValueItem

      @Deprecated public ParameterPhoneValueItem(String phone, String format, String comment)
      Deprecated.
  • Method Details

    • getPhone

      public String getPhone()
    • setPhone

      public void setPhone(String phone)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getFormat

      @Deprecated public String getFormat()
      Deprecated.
    • setFormat

      @Deprecated public void setFormat(String format)
      Deprecated.
    • getFlags

      @Deprecated public int getFlags()
      Deprecated.
    • setFlags

      @Deprecated public void setFlags(int flags)
      Deprecated.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object