wtanaka.praya.gale
Class Subscription
java.lang.Object
|
+--wtanaka.praya.gale.Subscription
- public class Subscription
- extends java.lang.Object
A Subscription is a Location and a flag representing whether that
Location is included (subscription) or not (filter).
Return to
or the Praya Homepage
- Version:
- $Name: $ $Date: 2001/09/30 21:14:52 $
- Author:
- $Author: wtanaka $
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
m_location
private Location m_location
m_included
private boolean m_included
Subscription
public Subscription(Location location,
boolean isPositive)
- Constructor
getLocation
public Location getLocation()
getOriginalString
public java.lang.String getOriginalString()
isIncluded
public boolean isIncluded()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object