Package com.sgs.common.database
Class SalesOrderLineCustomField
- java.lang.Object
-
- com.sgs.common.database.HibernateObject
-
- com.sgs.common.database.SalesOrderLineCustomField
-
public class SalesOrderLineCustomField extends HibernateObject
This class represents a custom field for a sales order line Custom fields can be used to add additional data to labels- Author:
- SGSystems
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
defaultValue
The default value should ASalesOrderLineCustomFieldLink
not be presentjava.lang.String
labelParameter
The unique parameter to be referenced on the labeljava.lang.String
name
*Primary Key* The unique name for the sales order custom field-
Fields inherited from class com.sgs.common.database.HibernateObject
ID
-
-
Constructor Summary
Constructors Constructor Description SalesOrderLineCustomField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDefaultValue()
java.lang.String
getLabelParameter()
java.lang.String
getName()
void
setDefaultValue(java.lang.String defaultValue)
void
setLabelParameter(java.lang.String labelParameter)
void
setName(java.lang.String name)
-
Methods inherited from class com.sgs.common.database.HibernateObject
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
-
-
-
-
Field Detail
-
name
public java.lang.String name
*Primary Key* The unique name for the sales order custom field
-
labelParameter
public java.lang.String labelParameter
The unique parameter to be referenced on the label
-
defaultValue
public java.lang.String defaultValue
The default value should ASalesOrderLineCustomFieldLink
not be present
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getLabelParameter
public java.lang.String getLabelParameter()
-
setName
public void setName(java.lang.String name)
-
setLabelParameter
public void setLabelParameter(java.lang.String labelParameter)
-
getDefaultValue
public java.lang.String getDefaultValue()
-
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
-
-