@Entity public class ApplicationEntity extends BaseEntity
Constructor and Description |
---|
ApplicationEntity()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.Optional<java.lang.String> |
getType()
Get the type of this application.
|
int |
hashCode() |
void |
setConfigs(java.util.Set<FileEntity> configs)
Set all the files associated as configuration files for this application.
|
void |
setDependencies(java.util.Set<FileEntity> dependencies)
Set all the files associated as dependency files for this application.
|
void |
setTags(java.util.Set<TagEntity> tags)
Set all the tags associated to this application.
|
getDescription, getMetadata, getSetupFile, setDescription, setMetadata, setSetupFile
getCreated, getUpdated, onCreateBaseEntity, onUpdateBaseEntity
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getName, getUniqueId, getUser, getVersion
getCreated, getUpdated
getId
public java.util.Optional<java.lang.String> getType()
public void setConfigs(@Nullable java.util.Set<FileEntity> configs)
configs
- The configuration files to setpublic void setDependencies(@Nullable java.util.Set<FileEntity> dependencies)
dependencies
- The dependency files to setpublic void setTags(@Nullable java.util.Set<TagEntity> tags)
tags
- The dependency tags to setpublic boolean equals(java.lang.Object o)
equals
in class AuditEntity
public int hashCode()
hashCode
in class AuditEntity