Class EditableContactStringField
- java.lang.Object
-
- com.avaya.clientservices.contact.fields.ContactField
-
- com.avaya.clientservices.contact.fields.ContactStringField
-
- com.avaya.clientservices.contact.fields.EditableContactStringField
-
- All Implemented Interfaces:
BaseContactField
public class EditableContactStringField extends ContactStringField
The EditableContactStringField class extends the ContactStringField class to provide the application with the ability to edit a String field in a contact. The editable version of a contact field is obtained from theEditableContactclass.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)voidsetValue(java.lang.String value)Sets String value stored in this field.java.lang.StringtoString()-
Methods inherited from class com.avaya.clientservices.contact.fields.ContactStringField
getValue, hashCode
-
Methods inherited from class com.avaya.clientservices.contact.fields.ContactField
getCapability, getContactProviderSourceType, setContactProviderSourceType
-
-
-
-
Method Detail
-
setValue
public void setValue(java.lang.String value)
Sets String value stored in this field.- Parameters:
value- value to be set
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classContactStringField
-
toString
public java.lang.String toString()
- Overrides:
toStringin classContactStringField
-
-