public class Container
extends java.lang.Object
implements com.postalocity.core.model.DbObj
Modifier and Type | Class and Description |
---|---|
static class |
Container.ProductionTypes |
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
addressStartX |
java.lang.Integer |
addressStartY |
boolean |
custom |
com.postalocity.core.constants.CutMethod |
cutMethod |
java.lang.String |
description |
com.postalocity.core.constants.FoldMethod |
foldMethod |
java.lang.Integer |
fontSize |
java.lang.Integer |
id |
com.postalocity.core.constants.InsertMethod |
insertMethod |
com.postalocity.core.constants.LabelMethod |
labelMethod |
java.lang.Integer |
lineSpacing |
java.lang.Integer |
maxPanels |
java.lang.Integer |
maxSheets |
com.postalocity.core.constants.SheetSize |
pdfSheetSize |
com.postalocity.core.constants.PrintMethod |
printMethod |
java.lang.String |
productionType |
boolean |
renderAddress |
boolean |
requiresLabel |
boolean |
requiresPrinting |
java.lang.Integer |
rotation |
com.postalocity.core.constants.SortMethod |
sortMethod |
java.lang.String |
stockNumber |
com.postalocity.core.constants.TabMethod |
tabMethod |
ContainerType |
type |
Constructor and Description |
---|
Container() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.math.BigDecimal |
getCost() |
java.lang.String |
getId() |
java.math.BigDecimal |
getRecommendedPrice() |
java.math.BigDecimal |
getThickness() |
java.math.BigDecimal |
getWeight() |
int |
hashCode() |
boolean |
isProductionType(Container.ProductionTypes productionTypes) |
boolean |
isType(ContainerType containerType) |
boolean |
isTypePriority() |
void |
setCost(java.math.BigDecimal cost) |
void |
setId(java.lang.Integer id) |
void |
setRecommendedPrice(java.math.BigDecimal recommendedPrice) |
void |
setThickness(java.math.BigDecimal thickness) |
void |
setWeight(java.math.BigDecimal weight) |
java.lang.String |
toString() |
public java.lang.Integer id
public java.lang.String stockNumber
public ContainerType type
public boolean requiresPrinting
public com.postalocity.core.constants.SheetSize pdfSheetSize
public com.postalocity.core.constants.PrintMethod printMethod
public com.postalocity.core.constants.LabelMethod labelMethod
public com.postalocity.core.constants.CutMethod cutMethod
public com.postalocity.core.constants.FoldMethod foldMethod
public com.postalocity.core.constants.TabMethod tabMethod
public com.postalocity.core.constants.InsertMethod insertMethod
public com.postalocity.core.constants.SortMethod sortMethod
public boolean custom
public java.lang.String description
public java.lang.Integer maxSheets
public java.lang.Integer maxPanels
public boolean requiresLabel
public java.lang.String productionType
public boolean renderAddress
public java.lang.Integer addressStartX
public java.lang.Integer addressStartY
public java.lang.Integer fontSize
public java.lang.Integer lineSpacing
public java.lang.Integer rotation
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean isProductionType(Container.ProductionTypes productionTypes)
public boolean isType(ContainerType containerType)
public boolean isTypePriority()
public void setId(java.lang.Integer id)
public java.lang.String getId()
getId
in interface com.postalocity.core.model.DbObj
public java.math.BigDecimal getWeight()
public void setWeight(java.math.BigDecimal weight)
public java.math.BigDecimal getThickness()
public void setThickness(java.math.BigDecimal thickness)
public java.math.BigDecimal getCost()
public void setCost(java.math.BigDecimal cost)
public java.math.BigDecimal getRecommendedPrice()
public void setRecommendedPrice(java.math.BigDecimal recommendedPrice)
public java.lang.String toString()
toString
in class java.lang.Object