com.perforce.p4java.core
Interface IReviewSubscription
- All Superinterfaces:
- IMapEntry
- All Known Implementing Classes:
- ReviewSubscription
public interface IReviewSubscription
- extends IMapEntry
Defines the view mapping for Perforce user review subscriptions.
Perforce user subscriptions are a simple view that uses the left
side only, but this is not enforced if the superclass methods
are also used.
Method Summary |
java.lang.String |
getSubscription()
Get the review subscription. |
void |
setSubscription(java.lang.String subscription)
Set the review subscription. |
Methods inherited from interface com.perforce.p4java.core.IMapEntry |
getLeft, getLeft, getOrder, getRight, getRight, getType, setLeft, setOrder, setRight, setType, toString, toString |
getSubscription
java.lang.String getSubscription()
- Get the review subscription.
setSubscription
void setSubscription(java.lang.String subscription)
- Set the review subscription.
Copyright (c) 2008-2010 Perforce Software. All rights reserved.