Package com.sgs.common.database
Class LabelFormatSet
- java.lang.Object
-
- com.sgs.common.database.HibernateObject
-
- com.sgs.common.database.LabelFormatSet
-
public class LabelFormatSet extends HibernateObject
This class represents a Label Format Set A Label format set is a header for a group of labels The set must declare what printer format type the labels linked to it are formatted in- Author:
- SGSystems
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
description
*Primary Key* A unique description for the label format setLabelPrinterType
printerType
The Printer Type-
Fields inherited from class com.sgs.common.database.HibernateObject
ID
-
-
Constructor Summary
Constructors Constructor Description LabelFormatSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
LabelPrinterType
getPrinterType()
void
setDescription(java.lang.String description)
void
setPrinterType(LabelPrinterType printerType)
java.lang.String
toString()
-
Methods inherited from class com.sgs.common.database.HibernateObject
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
-
-
-
-
Field Detail
-
description
public java.lang.String description
*Primary Key* A unique description for the label format set
-
printerType
public LabelPrinterType printerType
The Printer Type
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
getPrinterType
public LabelPrinterType getPrinterType()
-
setPrinterType
public void setPrinterType(LabelPrinterType printerType)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-