Class FileEntity
- java.lang.Object
-
- com.netflix.genie.web.data.services.impl.jpa.entities.IdEntity
-
- com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
-
- com.netflix.genie.web.data.services.impl.jpa.entities.FileEntity
-
- All Implemented Interfaces:
AuditProjection
,IdProjection
,java.io.Serializable
@Entity public class FileEntity extends AuditEntity
File Entity.- Since:
- 3.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileEntity(java.lang.String file)
Constructor.
-
Method Summary
-
Methods inherited from class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
equals, getCreated, getUpdated, hashCode, onCreateBaseEntity, onUpdateBaseEntity
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.IdProjection
getId
-
-