Package com.sgs.common.database
Class LabelFormatType
- java.lang.Object
-
- com.sgs.common.database.HibernateObject
-
- com.sgs.common.database.LabelFormatType
-
public class LabelFormatType extends HibernateObject
This class represents Label Format Types A label format type instructs the system what kind of label exists in theLabelFormatSetLink
table (stock, batch, packaging, etc)- Author:
- SGSystems
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
code
The code for the label format.java.lang.String
description
A description of this label format type-
Fields inherited from class com.sgs.common.database.HibernateObject
ID
-
-
Constructor Summary
Constructors Constructor Description LabelFormatType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
java.lang.String
getDescription()
void
setCode(java.lang.String code)
void
setDescription(java.lang.String description)
java.lang.String
toString()
-
Methods inherited from class com.sgs.common.database.HibernateObject
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
-
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
-
setCode
public void setCode(java.lang.String code)
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-