Class AsReference

  • All Implemented Interfaces:
    java.io.Serializable

    public class AsReference
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AsReference()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.hybris.platform.core.PK getPk()  
      long getVersion()  
      void setPk​(de.hybris.platform.core.PK pk)  
      void setVersion​(long version)  
      • Methods inherited from class java.lang.Object

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

      • AsReference

        public AsReference()
    • Method Detail

      • setPk

        public void setPk​(de.hybris.platform.core.PK pk)
      • getPk

        public de.hybris.platform.core.PK getPk()
      • setVersion

        public void setVersion​(long version)
      • getVersion

        public long getVersion()