public class UnitMeasureHandler.MultiPriceBreak extends MappedAttributesObject
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
ivHashCode, ivHashFlds, ivObjAttrs
Modifier | Constructor and Description |
---|---|
protected |
MultiPriceBreak(java.lang.String id,
java.lang.String quom,
java.lang.String puom)
Constructs a new multiple uom quantity price break.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares the given object to this object and determines if the two are
equal.
|
java.lang.String |
getHtmlId()
Returns the break's html id.
|
java.lang.String |
getOrderUomCode()
Returns the break's order uom code.
|
java.lang.String |
getPrice1()
Returns the break's 1st price.
|
java.lang.String |
getPrice2()
Returns the break's 2nd price.
|
java.lang.String |
getPrice3()
Returns the break's 3rd price.
|
java.lang.String |
getPrice4()
Returns the break's 4th price.
|
java.lang.String |
getPrice5()
Returns the break's 5th price.
|
java.lang.String |
getPriceUomCode()
Returns the break's price uom code.
|
java.lang.String |
getQuantity1()
Returns the break's 1st quantity.
|
java.lang.String |
getQuantity2()
Returns the break's 2nd quantity.
|
java.lang.String |
getQuantity3()
Returns the break's 3rd quantity.
|
java.lang.String |
getQuantity4()
Returns the break's 4th quantity.
|
java.lang.String |
getQuantity5()
Returns the break's 5th quantity.
|
void |
setPrice1(java.lang.String value)
Sets the break's 1st price.
|
void |
setPrice2(java.lang.String value)
Sets the break's 2nd price.
|
void |
setPrice3(java.lang.String value)
Sets the break's 3rd price.
|
void |
setPrice4(java.lang.String value)
Sets the break's 4th price.
|
void |
setPrice5(java.lang.String value)
Sets the break's 5th price.
|
void |
setQuantity1(java.lang.String value)
Sets the break's 1st quantity.
|
void |
setQuantity2(java.lang.String value)
Sets the break's 2nd quantity.
|
void |
setQuantity3(java.lang.String value)
Sets the break's 3rd quantity.
|
void |
setQuantity4(java.lang.String value)
Sets the break's 4th quantity.
|
void |
setQuantity5(java.lang.String value)
Sets the break's 5th quantity.
|
cloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArray
private static final long serialVersionUID
protected MultiPriceBreak(java.lang.String id, java.lang.String quom, java.lang.String puom)
id
- (String) The break's html id.quom
- (String) The break's order uom code.puom
- (String) The break's price uom code.public boolean equals(java.lang.Object obj)
equals
in class MappedAttributesObject
obj
- (Object) The object to compare with this object.true
if the specified object is equal to
this object, otherwise false
.public java.lang.String getHtmlId()
public java.lang.String getOrderUomCode()
public java.lang.String getPriceUomCode()
public java.lang.String getQuantity1()
public void setQuantity1(java.lang.String value)
value
- (String) The break's 1st quantity,public java.lang.String getPrice1()
public void setPrice1(java.lang.String value)
value
- (String) The break's 1st price,public java.lang.String getQuantity2()
public void setQuantity2(java.lang.String value)
value
- (String) The break's 2nd quantity,public java.lang.String getPrice2()
public void setPrice2(java.lang.String value)
value
- (String) The break's 2nd price,public java.lang.String getQuantity3()
public void setQuantity3(java.lang.String value)
value
- (String) The break's 3rd quantity,public java.lang.String getPrice3()
public void setPrice3(java.lang.String value)
value
- (String) The break's 3rd price,public java.lang.String getQuantity4()
public void setQuantity4(java.lang.String value)
value
- (String) The break's 4th quantity,public java.lang.String getPrice4()
public void setPrice4(java.lang.String value)
value
- (String) The break's 4th price,public java.lang.String getQuantity5()
public void setQuantity5(java.lang.String value)
value
- (String) The break's 5th quantity,public java.lang.String getPrice5()
public void setPrice5(java.lang.String value)
value
- (String) The break's 5th price,