Class ObjectData

  • All Implemented Interfaces:
    java.io.Serializable

    public class ObjectData
    extends java.lang.Object
    implements java.io.Serializable
    Core object data
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  ObjectData.Def
      Core object definition, must be keep in memory during all the user session
      class  ObjectData.Dyn
      Dynamic data, will be cleared if not used after a long period
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectData()
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean gc()
      Garbage collection
      Grant getGrant()
      Get grant
      void setGrant​(Grant g)
      Set grant
      • Methods inherited from class java.lang.Object

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

      • ObjectData

        public ObjectData()
        Constructor
    • Method Detail

      • getGrant

        public Grant getGrant()
        Get grant
        Returns:
        Grant
      • setGrant

        public void setGrant​(Grant g)
        Set grant
        Parameters:
        g - Grant
      • gc

        public boolean gc()
        Garbage collection
        Returns:
        True if garbage collection was needed