info.aduna.gee.publication.session
Class SubscriptionDefinition

java.lang.Object
  extended by info.aduna.gee.publication.session.SubscriptionDefinition

public class SubscriptionDefinition
extends Object


Field Summary
 WProperties clabels
          The subscription's clabels
static String I18N_SYSTEM_SUBSCRIPTIONS_STRING
          The language independent name for System Subscriptions.
 PathString mountPath
          The effective path prefix for this subscription (or 'mount point')
 String name
          The subscription's name
 boolean occurringSelection
          The subscription is occurring (not forcing all Entities to match)
 boolean recursive
          The subscription is recursive
 PathString startPath
          The entrance path prefix for this subscription (or 'start point')
 String translationURL
          The URL pointing to a translation file.
 int viewPL
          The subscription's viewPL
 
Constructor Summary
SubscriptionDefinition()
           
SubscriptionDefinition(WProperties all)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object other)
           
 int hashCode()
           
 WProperties toProperties()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

I18N_SYSTEM_SUBSCRIPTIONS_STRING

public static String I18N_SYSTEM_SUBSCRIPTIONS_STRING
The language independent name for System Subscriptions.


name

public String name
The subscription's name


viewPL

public int viewPL
The subscription's viewPL


clabels

public WProperties clabels
The subscription's clabels


recursive

public boolean recursive
The subscription is recursive


occurringSelection

public boolean occurringSelection
The subscription is occurring (not forcing all Entities to match)


mountPath

public PathString mountPath
The effective path prefix for this subscription (or 'mount point')


startPath

public PathString startPath
The entrance path prefix for this subscription (or 'start point')


translationURL

public String translationURL
The URL pointing to a translation file.

Constructor Detail

SubscriptionDefinition

public SubscriptionDefinition()

SubscriptionDefinition

public SubscriptionDefinition(WProperties all)
Method Detail

toProperties

public WProperties toProperties()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

clone

public Object clone()
Overrides:
clone in class Object
Returns:
a deep clone of this Object.


Copyright © 1997-2008 Aduna. All Rights Reserved.