public class FunnelEntity extends ComponentEntity implements Permissible<FunnelDTO>
| Constructor and Description |
|---|
FunnelEntity() |
| Modifier and Type | Method and Description |
|---|---|
FunnelDTO |
getComponent()
The FunnelDTO that is being serialized.
|
void |
setComponent(FunnelDTO component) |
equals, getBulletins, getId, getPermissions, getPosition, getRevision, getUri, hashCode, setBulletins, setId, setPermissions, setPosition, setRevision, setUriclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetPermissions, setPermissionspublic FunnelDTO getComponent()
getComponent in interface Permissible<FunnelDTO>public void setComponent(FunnelDTO component)
setComponent in interface Permissible<FunnelDTO>