public interface ContractPositionConstrained
ContractPositionConstrained| Modifier and Type | Method and Description |
|---|---|
Integer |
getDefaultPositions()
Retrieves the possibly null value for the optional attribute
defaultPositions. |
BigDecimal |
getDefaultQuantity()
Retrieves the possibly null value for the optional attribute
defaultQuantity. |
long |
getItemNumber()
Retrieves the value for the attribute
itemNumber. |
Integer |
getMaxPositions()
Retrieves the possibly null value for the optional attribute
maxPositions. |
BigDecimal |
getMaxQuantity()
Retrieves the possibly null value for the optional attribute
maxQuantity. |
short |
getMinMaxQuantityHandling()
Retrieves the value for the attribute
minMaxQuantityHandling. |
Integer |
getMinPositions()
Retrieves the possibly null value for the optional attribute
minPositions. |
BigDecimal |
getMinQuantity()
Retrieves the possibly null value for the optional attribute
minQuantity. |
BigDecimal |
getOffsetQuantity()
Retrieves the possibly null value for the optional attribute
offsetQuantity. |
Boolean |
isAllowModification()
Retrieves the possibly null value for the optional attribute
allowModification. |
Boolean |
isAllowRemoval()
Retrieves the possibly null value for the optional attribute
allowRemoval. |
void |
setAllowModification(Boolean allowModification)
Sets a new value for the attribute
allowModification. |
void |
setAllowRemoval(Boolean allowRemoval)
Sets a new value for the attribute
allowRemoval. |
void |
setDefaultPositions(Integer defaultPositions)
Sets a new value for the attribute
defaultPositions. |
void |
setDefaultQuantity(BigDecimal defaultQuantity)
Sets a new value for the attribute
defaultQuantity. |
void |
setItemNumber(long itemNumber)
Sets a new value for the attribute
itemNumber. |
void |
setMaxPositions(Integer maxPositions)
Sets a new value for the attribute
maxPositions. |
void |
setMaxQuantity(BigDecimal maxQuantity)
Sets a new value for the attribute
maxQuantity. |
void |
setMinMaxQuantityHandling(short minMaxQuantityHandling)
Sets a new value for the attribute
minMaxQuantityHandling. |
void |
setMinPositions(Integer minPositions)
Sets a new value for the attribute
minPositions. |
void |
setMinQuantity(BigDecimal minQuantity)
Sets a new value for the attribute
minQuantity. |
void |
setOffsetQuantity(BigDecimal offsetQuantity)
Sets a new value for the attribute
offsetQuantity. |
Boolean isAllowModification()
allowModification.allowModification.void setAllowModification(Boolean allowModification)
allowModification.allowModification - The possibly null new value for attribute allowModification.Boolean isAllowRemoval()
allowRemoval.allowRemoval.void setAllowRemoval(Boolean allowRemoval)
allowRemoval.allowRemoval - The possibly null new value for attribute allowRemoval.Integer getDefaultPositions()
defaultPositions.defaultPositions.void setDefaultPositions(Integer defaultPositions)
defaultPositions.defaultPositions - The possibly null new value for attribute defaultPositions.BigDecimal getDefaultQuantity()
defaultQuantity.defaultQuantity.void setDefaultQuantity(BigDecimal defaultQuantity)
defaultQuantity.defaultQuantity - The possibly null new value for attribute defaultQuantity.long getItemNumber()
itemNumber.itemNumber.void setItemNumber(long itemNumber)
itemNumber.itemNumber - The non-null new value for attribute itemNumber.Integer getMaxPositions()
maxPositions.maxPositions.void setMaxPositions(Integer maxPositions)
maxPositions.maxPositions - The possibly null new value for attribute maxPositions.BigDecimal getMaxQuantity()
maxQuantity.maxQuantity.void setMaxQuantity(BigDecimal maxQuantity)
maxQuantity.maxQuantity - The possibly null new value for attribute maxQuantity.short getMinMaxQuantityHandling()
minMaxQuantityHandling.minMaxQuantityHandling.void setMinMaxQuantityHandling(short minMaxQuantityHandling)
minMaxQuantityHandling.minMaxQuantityHandling - The non-null new value for attribute minMaxQuantityHandling.Integer getMinPositions()
minPositions.minPositions.void setMinPositions(Integer minPositions)
minPositions.minPositions - The possibly null new value for attribute minPositions.BigDecimal getMinQuantity()
minQuantity.minQuantity.void setMinQuantity(BigDecimal minQuantity)
minQuantity.minQuantity - The possibly null new value for attribute minQuantity.BigDecimal getOffsetQuantity()
offsetQuantity.offsetQuantity.void setOffsetQuantity(BigDecimal offsetQuantity)
offsetQuantity.offsetQuantity - The possibly null new value for attribute offsetQuantity.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.