public class ListPhoneLinesBean
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListPhoneLinesBean()
Instantiates a new list phone lines bean.
|
Modifier and Type | Method and Description |
---|---|
void |
deletePhoneLine()
Delete phone line.
|
java.lang.String |
getNumber()
Gets the number.
|
java.util.Collection<PhoneLineJPA> |
getPhoneLinesCollection()
Gets the phone lines collection.
|
void |
getPhoneLinesList()
Gets the phone lines list.
|
void |
setNumber(java.lang.String number)
Sets the number.
|
void |
setPhoneLinesCollection(java.util.Collection<PhoneLineJPA> phoneLinesCollection)
Sets the phone lines collection.
|
public ListPhoneLinesBean()
public java.util.Collection<PhoneLineJPA> getPhoneLinesCollection()
public void setPhoneLinesCollection(java.util.Collection<PhoneLineJPA> phoneLinesCollection)
phoneLinesCollection
- the new phone lines collectionpublic java.lang.String getNumber()
public void setNumber(java.lang.String number)
number
- the new numberpublic void getPhoneLinesList()
public void deletePhoneLine()