@Entity public class ClusterEntity extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DTO_ENTITY_GRAPH
The name of the
EntityGraph which will eagerly load everything needed to construct a
Cluster DTO. |
| Constructor and Description |
|---|
ClusterEntity()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
setConfigs(java.util.Set<FileEntity> configs)
Set all the files associated as configuration files for this cluster.
|
void |
setDependencies(java.util.Set<FileEntity> dependencies)
Set all the files associated as dependency files for this cluster.
|
void |
setTags(java.util.Set<TagEntity> tags)
Set all the tags associated to this cluster.
|
getDescription, getMetadata, getSetupFile, setDescription, setMetadata, setSetupFilegetCreated, getUpdated, onCreateBaseEntity, onUpdateBaseEntityclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetName, getStatus, getUser, getVersiongetUniqueIdgetCreated, getUpdatedgetIdpublic static final java.lang.String DTO_ENTITY_GRAPH
EntityGraph which will eagerly load everything needed to construct a
Cluster DTO.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 BaseEntitypublic int hashCode()
hashCode in class BaseEntity