|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.gee.publication.session.SubscriptionDefinition
public class SubscriptionDefinition
| 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 |
|---|
public static String I18N_SYSTEM_SUBSCRIPTIONS_STRING
public String name
public int viewPL
public WProperties clabels
public boolean recursive
public boolean occurringSelection
public PathString mountPath
public PathString startPath
public String translationURL
| Constructor Detail |
|---|
public SubscriptionDefinition()
public SubscriptionDefinition(WProperties all)
| Method Detail |
|---|
public WProperties toProperties()
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic boolean equals(Object other)
equals in class Objectpublic Object clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||