Package com.sgs.common.database
Class LabelPrinterType
- java.lang.Object
-
- com.sgs.common.database.HibernateObject
-
- com.sgs.common.database.LabelPrinterType
-
public class LabelPrinterType extends HibernateObject
This class defines a label printer type (make/model/format) This provides additional support to some label format languages such as intermec and zebra SeePrinterType
for a list of supported printer types. You can use NONE if it's not supported however some functionality may be limited- Author:
- SGSystems
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
type
The unique name of the printer type-
Fields inherited from class com.sgs.common.database.HibernateObject
ID
-
-
Constructor Summary
Constructors Constructor Description LabelPrinterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
void
setType(java.lang.String type)
java.lang.String
toString()
-
Methods inherited from class com.sgs.common.database.HibernateObject
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
-
-