@Entity public class EFileData extends Object implements IVersionized<Long>
| Constructor and Description |
|---|
EFileData() |
| Modifier and Type | Method and Description |
|---|---|
de.taimos.dao.IEntity<Long> |
cloneNew() |
String |
getData() |
Long |
getId() |
Long |
getOrigId() |
EFile |
getParent() |
Long |
getVersion() |
boolean |
isDeleted() |
void |
setData(String data) |
void |
setDeleted(boolean deleted) |
void |
setId(Long id) |
void |
setOrigId(Long id) |
void |
setParent(EFile parent) |
void |
setVersion(Long version) |
public void setId(Long id)
setId in interface IVersionized<Long>id - the id to setpublic EFile getParent()
public void setParent(EFile parent)
parent - the parent to setpublic String getData()
public void setData(String data)
data - the data 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.