public class UpdatePhoneLineBean
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
UpdatePhoneLineBean()
Instantiates a new update phone line bean.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompany()
Gets the company.
|
java.lang.Integer |
getDeviceId()
Gets the device id.
|
java.util.Collection<DeviceJPA> |
getDevicesCollection()
Gets the devices collection.
|
java.util.Collection<java.lang.Integer> |
getDevicesIdCollection()
Gets the devices id collection.
|
java.lang.String |
getHolder()
Gets the holder.
|
java.lang.String |
getICC()
Gets the icc.
|
java.lang.String |
getNumber()
Gets the number.
|
PhoneLineJPA |
getPhoneLine()
Gets the phone line.
|
java.lang.String |
getPIN()
Gets the pin.
|
java.lang.String |
getPUK()
Gets the puk.
|
void |
setCompany(java.lang.String company)
Sets the company.
|
void |
setDeviceId(java.lang.Integer deviceId)
Sets the device id.
|
void |
setDevicesCollection(java.util.Collection<DeviceJPA> devicesCollection)
Sets the devices collection.
|
void |
setDevicesIdCollection(java.util.Collection<java.lang.Integer> devicesIdCollection)
Sets the devices id collection.
|
void |
setHolder(java.lang.String holder)
Sets the holder.
|
void |
setICC(java.lang.String iCC)
Sets the icc.
|
void |
setNumber(java.lang.String number)
Sets the number.
|
void |
setPhoneLine(PhoneLineJPA phoneLine)
Sets the phone line.
|
void |
setPIN(java.lang.String pIN)
Sets the pin.
|
void |
setPUK(java.lang.String pUK)
Sets the puk.
|
java.lang.String |
showPhoneLineData()
Show phone line data.
|
void |
updatePhoneLine()
Update phone line.
|
public UpdatePhoneLineBean()
public PhoneLineJPA getPhoneLine()
public void setPhoneLine(PhoneLineJPA phoneLine)
phoneLine
- the new phone linepublic java.lang.String getNumber()
public void setNumber(java.lang.String number)
number
- the new numberpublic java.lang.String getICC()
public void setICC(java.lang.String iCC)
iCC
- the new iccpublic java.lang.String getPIN()
public void setPIN(java.lang.String pIN)
pIN
- the new pinpublic java.lang.String getPUK()
public void setPUK(java.lang.String pUK)
pUK
- the new pukpublic java.lang.String getCompany()
public void setCompany(java.lang.String company)
company
- the new companypublic java.lang.String getHolder()
public void setHolder(java.lang.String holder)
holder
- the new holderpublic java.lang.Integer getDeviceId()
public void setDeviceId(java.lang.Integer deviceId)
deviceId
- the new device idpublic java.util.Collection<DeviceJPA> getDevicesCollection()
public void setDevicesCollection(java.util.Collection<DeviceJPA> devicesCollection)
devicesCollection
- the new devices collectionpublic java.util.Collection<java.lang.Integer> getDevicesIdCollection()
public void setDevicesIdCollection(java.util.Collection<java.lang.Integer> devicesIdCollection)
devicesIdCollection
- the new devices id collectionpublic java.lang.String showPhoneLineData()
public void updatePhoneLine()