Class Entity

  • Direct Known Subclasses:
    Cloud, CloudEntity

    public class Entity
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Long id  
      java.lang.Boolean isDeleted  
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entity()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        public java.lang.Long id
      • name

        public java.lang.String name
      • isDeleted

        public java.lang.Boolean isDeleted
    • Constructor Detail

      • Entity

        public Entity()