Package ru.bgcrm.model.param
Class ParameterPhoneValue
java.lang.Object
ru.bgcrm.model.param.ParameterPhoneValue
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ParameterPhoneValue parameterPhoneValue) Deprecated.void
Adds a single number.void
addItems
(List<ParameterPhoneValueItem> itemList) Adds numbers to the existing list with duplicates protection.boolean
getValue()
Deprecated.int
hashCode()
void
setItemList
(List<ParameterPhoneValueItem> itemList) Sets number list.toString()
-
Constructor Details
-
ParameterPhoneValue
public ParameterPhoneValue() -
ParameterPhoneValue
-
-
Method Details
-
getItemList
- Returns:
- number list.
-
setItemList
Sets number list.- Parameters:
itemList
-
-
addItems
Adds numbers to the existing list with duplicates protection.- Parameters:
itemList
-
-
addItem
Adds a single number.- Parameters:
item
-
-
add
Deprecated. -
getValue
Deprecated.UsetoString()
-
toString
-
hashCode
public int hashCode() -
equals
-