|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.impl.generic.core.MapEntry
com.perforce.p4java.impl.generic.core.ReviewSubscription
public class ReviewSubscription
Default ReviewSubscription implementation class.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.perforce.p4java.core.IMapEntry |
---|
IMapEntry.EntryType |
Field Summary |
---|
Fields inherited from class com.perforce.p4java.impl.generic.core.MapEntry |
---|
elementPattern, elementPatternStr, left, order, right, type |
Fields inherited from interface com.perforce.p4java.core.IMapEntry |
---|
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX |
Constructor Summary | |
---|---|
ReviewSubscription()
Default constructor -- sets all local and superclass fields to null or zero. |
|
ReviewSubscription(int order,
java.lang.String subscription)
Explicit value constructor -- calls super(order, subscription). |
Method Summary | |
---|---|
java.lang.String |
getSubscription()
Get the review subscription. |
void |
setSubscription(java.lang.String subscription)
Set the review subscription. |
Methods inherited from class com.perforce.p4java.impl.generic.core.MapEntry |
---|
getLeft, getLeft, getOrder, getRight, getRight, getType, parseViewMappingString, setLeft, setOrder, setRight, setType, stripTypePrefix, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.perforce.p4java.core.IMapEntry |
---|
getLeft, getLeft, getOrder, getRight, getRight, getType, setLeft, setOrder, setRight, setType, toString, toString |
Constructor Detail |
---|
public ReviewSubscription()
public ReviewSubscription(int order, java.lang.String subscription)
Method Detail |
---|
public java.lang.String getSubscription()
IReviewSubscription
getSubscription
in interface IReviewSubscription
IReviewSubscription.getSubscription()
public void setSubscription(java.lang.String subscription)
IReviewSubscription
setSubscription
in interface IReviewSubscription
IReviewSubscription.setSubscription(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |