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 theLabelFormatSetLinktable (stock, batch, packaging, etc)- Author:
- SGSystems
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringcodeThe code for the label format.java.lang.StringdescriptionA 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.StringgetCode()java.lang.StringgetDescription()voidsetCode(java.lang.String code)voidsetDescription(java.lang.String description)java.lang.StringtoString()-
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:
toStringin classjava.lang.Object
-
-