Class EditableContactDoubleField
- java.lang.Object
-
- com.avaya.clientservices.contact.fields.ContactField
-
- com.avaya.clientservices.contact.fields.ContactDoubleField
-
- com.avaya.clientservices.contact.fields.EditableContactDoubleField
-
- All Implemented Interfaces:
BaseContactField
public class EditableContactDoubleField extends ContactDoubleField
The EditableContactDoubleField class extends the ContactDoubleField class to provide the application with the ability to edit a double 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)voidsetIsEmpty(boolean isEmpty)Sets value of isEmpty fieldvoidsetValue(double value)Sets double value stored in this field.java.lang.StringtoString()-
Methods inherited from class com.avaya.clientservices.contact.fields.ContactDoubleField
getValue, hashCode, isEmpty
-
Methods inherited from class com.avaya.clientservices.contact.fields.ContactField
getCapability, getContactProviderSourceType, setContactProviderSourceType
-
-
-
-
Method Detail
-
setValue
public void setValue(double value)
Sets double value stored in this field.- Parameters:
value- value to be set.
-
setIsEmpty
public void setIsEmpty(boolean isEmpty)
Sets value of isEmpty field- Parameters:
isEmpty- new vlue of isEmpty field
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classContactDoubleField
-
toString
public java.lang.String toString()
- Overrides:
toStringin classContactDoubleField
-
-