public static class SpreadDimensions.Slug extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="left" type="{http://comet.werk-ii.com/base}float" />
<attribute name="top" type="{http://comet.werk-ii.com/base}float" />
<attribute name="right" type="{http://comet.werk-ii.com/base}float" />
<attribute name="bottom" type="{http://comet.werk-ii.com/base}float" />
<attribute name="uni" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
bottom |
protected BigDecimal |
left |
protected BigDecimal |
right |
protected BigDecimal |
top |
protected Boolean |
uni |
| Constructor and Description |
|---|
Slug() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBottom()
Gets the value of the bottom property.
|
BigDecimal |
getLeft()
Gets the value of the left property.
|
BigDecimal |
getRight()
Gets the value of the right property.
|
BigDecimal |
getTop()
Gets the value of the top property.
|
Boolean |
isUni()
Gets the value of the uni property.
|
void |
setBottom(BigDecimal value)
Sets the value of the bottom property.
|
void |
setLeft(BigDecimal value)
Sets the value of the left property.
|
void |
setRight(BigDecimal value)
Sets the value of the right property.
|
void |
setTop(BigDecimal value)
Sets the value of the top property.
|
void |
setUni(Boolean value)
Sets the value of the uni property.
|
protected BigDecimal left
protected BigDecimal top
protected BigDecimal right
protected BigDecimal bottom
protected Boolean uni
public BigDecimal getLeft()
BigDecimalpublic void setLeft(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTop()
BigDecimalpublic void setTop(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRight()
BigDecimalpublic void setRight(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getBottom()
BigDecimalpublic void setBottom(BigDecimal value)
value - allowed object is
BigDecimalpublic Boolean isUni()
BooleanCopyright © 2017 SAP SE. All Rights Reserved.