public interface FiscalDeviceSource
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a deep copy of this device source.
|
FiscalDevice |
getFiscalDevice()
Create a FiscalDevice object.
|
FiscalPortSource |
getPortSource()
Get the FiscalPort factory.
|
void |
setPortSource(FiscalPortSource portSource)
Set the FiscalPort factory.
|
java.lang.Object clone()
void setPortSource(FiscalPortSource portSource) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
- if this type of device does not communicate over a FiscalPort.FiscalPortSource getPortSource() throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
- if this type of device does not communicate over a FiscalPort.FiscalDevice getFiscalDevice() throws java.lang.Exception
java.lang.Exception