public class CommandJPA
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CommandJPA()
Instantiates a new command JPA.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandTxt()
Gets the command txt.
|
DeviceJPA |
getDevice()
Gets the device.
|
java.lang.Integer |
getId()
Gets the id.
|
java.lang.Boolean |
getSent()
Gets the sent.
|
void |
setCommandTxt(java.lang.String commandTxt)
Sets the command txt.
|
void |
setDevice(DeviceJPA device)
Sets the device.
|
void |
setId(java.lang.Integer id)
Sets the id.
|
void |
setSent(java.lang.Boolean sent)
Sets the sent.
|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- the new idpublic java.lang.Boolean getSent()
public void setSent(java.lang.Boolean sent)
sent
- the new sentpublic java.lang.String getCommandTxt()
public void setCommandTxt(java.lang.String commandTxt)
commandTxt
- the new command txtpublic DeviceJPA getDevice()
public void setDevice(DeviceJPA device)
device
- the new device