@Entity public class EFile extends Object implements IVersionized<Long>, de.cinovo.cloudconductor.api.model.INamed
| Constructor and Description |
|---|
EFile() |
| Modifier and Type | Method and Description |
|---|---|
de.taimos.dao.IEntity<Long> |
cloneNew() |
boolean |
equals(Object obj) |
String |
getChecksum() |
List<EService> |
getDependentServices() |
String |
getFileMode() |
String |
getGroup() |
Long |
getId() |
String |
getName() |
Long |
getOrigId() |
String |
getOwner() |
EPackage |
getPkg() |
List<EFileTag> |
getTags() |
String |
getTargetPath() |
Long |
getVersion() |
int |
hashCode() |
boolean |
isDeleted() |
boolean |
isReloadable() |
boolean |
isTemplate() |
void |
setChecksum(String checksum) |
void |
setDeleted(boolean deleted) |
void |
setDependentServices(List<EService> dependentServices) |
void |
setFileMode(String fileMode) |
void |
setGroup(String group) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setOrigId(Long id) |
void |
setOwner(String owner) |
void |
setPkg(EPackage pkg) |
void |
setReloadable(boolean isReloadable) |
void |
setTags(List<EFileTag> tags) |
void |
setTargetPath(String targetPath) |
void |
setTemplate(boolean isTemplate) |
void |
setVersion(Long version) |
public void setId(Long id)
setId in interface IVersionized<Long>id - the id to setpublic EPackage getPkg()
public void setPkg(EPackage pkg)
pkg - the pkg to setpublic String getTargetPath()
public void setTargetPath(String targetPath)
targetPath - the targetPath to setpublic String getOwner()
public void setOwner(String owner)
owner - the owner to setpublic String getGroup()
public void setGroup(String group)
group - the group to setpublic String getFileMode()
public void setFileMode(String fileMode)
fileMode - the fileMode to setpublic boolean isTemplate()
public void setTemplate(boolean isTemplate)
isTemplate - the isTemplate to setpublic boolean isReloadable()
public void setReloadable(boolean isReloadable)
isReloadable - the isReloadable to setpublic String getChecksum()
public void setChecksum(String checksum)
checksum - the checksum to setpublic void setDependentServices(List<EService> dependentServices)
dependentServices - the dependentServices to setpublic String getName()
getName in interface de.cinovo.cloudconductor.api.model.INamedpublic void setName(String name)
name - the name to setpublic boolean isDeleted()
isDeleted in interface IVersionized<Long>public void setDeleted(boolean deleted)
setDeleted in interface IVersionized<Long>deleted - the deleted to setpublic void setOrigId(Long id)
setOrigId in interface IVersionized<Long>id - the original idpublic Long getOrigId()
getOrigId in interface IVersionized<Long>public Long getVersion()
getVersion in interface IVersionized<Long>public void setVersion(Long version)
setVersion in interface IVersionized<Long>version - the version to setpublic de.taimos.dao.IEntity<Long> cloneNew()
cloneNew in interface IVersionized<Long>Copyright © 2014 Cinovo AG. All Rights Reserved.