Class PositionAware<T>

  • Type Parameters:
    T -

    public class PositionAware<T>
    extends Positioned
    Wrapper class, which allows to interpert objects as Positioned
    • Field Summary

      • Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned

        position
    • Constructor Summary

      Constructors 
      Constructor Description
      PositionAware​(T object, java.math.BigInteger position)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getObject()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PositionAware

        public PositionAware​(T object,
                             java.math.BigInteger position)
    • Method Detail

      • getObject

        public T getObject()