Class GroupEntity

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String id  
      protected java.lang.String name  
      protected int revision  
      protected java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupEntity()  
      GroupEntity​(java.lang.String id)  
    • Field Detail

      • id

        protected java.lang.String id
      • revision

        protected int revision
      • name

        protected java.lang.String name
      • type

        protected java.lang.String type
    • Constructor Detail

      • GroupEntity

        public GroupEntity()
      • GroupEntity

        public GroupEntity​(java.lang.String id)
    • Method Detail

      • getPersistentState

        public java.lang.Object getPersistentState()
        Description copied from interface: DbEntity
        Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.
        Specified by:
        getPersistentState in interface DbEntity
      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface DbEntity
        Specified by:
        getId in interface Group
      • setId

        public void setId​(java.lang.String id)
        Specified by:
        setId in interface DbEntity
        Specified by:
        setId in interface Group
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Group
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface Group
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface Group
      • setType

        public void setType​(java.lang.String type)
        Specified by:
        setType in interface Group
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object