public abstract class RemovedMixin extends Object
| Constructor and Description |
|---|
RemovedMixin() |
| Modifier and Type | Method and Description |
|---|---|
abstract PageImpl |
getEntity() |
abstract String |
getParentPath() |
abstract String |
getRemovedBy() |
abstract Date |
getRemovedDate() |
abstract void |
setEntity(PageImpl page) |
abstract void |
setParentPath(String path) |
abstract void |
setRemovedBy(String by) |
abstract void |
setRemovedDate(Date date) |
public abstract PageImpl getEntity()
public abstract void setEntity(PageImpl page)
public abstract void setRemovedBy(String by)
public abstract String getRemovedBy()
public abstract void setRemovedDate(Date date)
public abstract Date getRemovedDate()
public abstract void setParentPath(String path)
public abstract String getParentPath()
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.