public class PhoneLineJPA
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PhoneLineJPA()
Instantiates a new phone line JPA.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompany()
Gets the company.
|
DeviceJPA |
getDevice()
Gets the device.
|
java.lang.String |
getHolder()
Gets the holder.
|
java.lang.String |
getICC()
Gets the icc.
|
java.lang.String |
getPhoneNumber()
Gets the phone number.
|
java.lang.String |
getPIN()
Gets the pin.
|
java.lang.String |
getPUK()
Gets the puk.
|
void |
setCompany(java.lang.String company)
Sets the company.
|
void |
setDevice(DeviceJPA device)
Sets the device.
|
void |
setHolder(java.lang.String Holder)
Sets the holder.
|
void |
setICC(java.lang.String ICC)
Sets the icc.
|
void |
setPhoneNumber(java.lang.String phoneNumber)
Sets the phone number.
|
void |
setPIN(java.lang.String PIN)
Sets the pin.
|
void |
setPUK(java.lang.String PUK)
Sets the puk.
|
public java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String phoneNumber)
phoneNumber
- the new phone 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 DeviceJPA getDevice()
public void setDevice(DeviceJPA device)
device
- the new device