Class Positioned
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- Direct Known Subclasses:
AbstractDynamicElement,AbstractPositioned,AbstractSection,Action,ActionGroup,Actions,Attribute,Attribute,DataQualityGroup,DynamicVisitor,ExplorerNode,FieldType,FieldType,Link,ListColumn,Option,PositionAware,Renderer,Renderer,Section
public abstract class Positioned extends java.lang.ObjectJava class for positioned complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="positioned"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigIntegerposition
-
Constructor Summary
Constructors Constructor Description Positioned()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetPosition()Gets the value of the position property.voidsetPosition(java.math.BigInteger value)Sets the value of the position property.
-
-
-
Method Detail
-
getPosition
public java.math.BigInteger getPosition()
Gets the value of the position property.- Returns:
- possible object is
BigInteger
-
setPosition
public void setPosition(java.math.BigInteger value)
Sets the value of the position property.- Parameters:
value- allowed object isBigInteger
-
-