Class Resources

  • All Implemented Interfaces:
    de.alpharogroup.db.entity.identifiable.Identifiable<java.util.UUID>, java.lang.Cloneable

    @Entity
    public class Resources
    extends de.alpharogroup.db.entity.uniqueable.UUIDEntity
    implements java.lang.Cloneable
    The entity class Resources is keeping the information for the resources from users like logos, files, images etc.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.alpharogroup.db.entity.uniqueable.UUIDEntity

        de.alpharogroup.db.entity.uniqueable.UUIDEntity.UUIDEntityBuilder<C extends de.alpharogroup.db.entity.uniqueable.UUIDEntity,​B extends de.alpharogroup.db.entity.uniqueable.UUIDEntity.UUIDEntityBuilder<C,​B>>
      • Nested classes/interfaces inherited from class de.alpharogroup.db.entity.base.UniqueableEntity

        de.alpharogroup.db.entity.base.UniqueableEntity.UniqueableEntityBuilder<PK extends java.io.Serializable,​C extends de.alpharogroup.db.entity.base.UniqueableEntity<PK>,​B extends de.alpharogroup.db.entity.base.UniqueableEntity.UniqueableEntityBuilder<PK,​C,​B>>
    • Field Summary

      • Fields inherited from interface de.alpharogroup.db.entity.identifiable.Identifiable

        COLUMN_NAME_ID
    • Constructor Summary

      Constructors 
      Constructor Description
      Resources()  
    • Method Summary

      • Methods inherited from class de.alpharogroup.db.entity.base.UniqueableEntity

        canEqual, equals, getId, hashCode, setId, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Resources

        public Resources()