Class CT

java.lang.Object
com.luna.common.text.CT

public final class CT extends Object
  • Method Details

    • build

      public static CT build(String s)
    • build

      public static CT build(String countryCode, String telephone)
    • getCountryCode

      public String getCountryCode()
    • setCountryCode

      public void setCountryCode(String countryCode)
    • getTelephone

      public String getTelephone()
    • setTelephone

      public void setTelephone(String telephone)
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object