info.magnolia.module.exchangesimple
Class DefaultSubscription
java.lang.Object
info.magnolia.module.exchangesimple.DefaultSubscription
- All Implemented Interfaces:
- Subscription, Voter
public class DefaultSubscription
- extends Object
- implements Subscription
Bean holder for the default subscription information.
- Author:
- Sameer Charles
$Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSubscription
public DefaultSubscription()
getName
public String getName()
- Specified by:
getName
in interface Subscription
setName
public void setName(String name)
- Specified by:
setName
in interface Subscription
getFromURI
public String getFromURI()
- Specified by:
getFromURI
in interface Subscription
setFromURI
public void setFromURI(String fromURI)
- Specified by:
setFromURI
in interface Subscription
getToURI
public String getToURI()
- Specified by:
getToURI
in interface Subscription
setToURI
public void setToURI(String toURI)
- Specified by:
setToURI
in interface Subscription
getRepository
public String getRepository()
- Specified by:
getRepository
in interface Subscription
setRepository
public void setRepository(String repository)
- Specified by:
setRepository
in interface Subscription
vote
public int vote(Object value)
- Checks if we are subscribed to the given path.
- Specified by:
vote
in interface Voter
- Parameters:
value
- path to check
- Returns:
- the length of the fromURI
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interface Voter
setEnabled
public void setEnabled(boolean enabled)
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.