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, setUri
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getPermissions, setPermissions
public FunnelDTO getComponent()
getComponent
in interface Permissible<FunnelDTO>
public void setComponent(FunnelDTO component)
setComponent
in interface Permissible<FunnelDTO>