public class RevisionGetterParameters extends Object
Constructor and Description |
---|
RevisionGetterParameters(String propertyName,
int propertyNumber,
EventPropertyGetter fullGetter,
int[] authoritySets)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetter |
getBaseGetter()
Returns the getter for the base event type.
|
int[] |
getPropertyGroups()
Returns the group numbers to look for updated properties comparing version numbers.
|
int |
getPropertyNumber()
Returns the property number.
|
public RevisionGetterParameters(String propertyName, int propertyNumber, EventPropertyGetter fullGetter, int[] authoritySets)
propertyName
- the property this getspropertyNumber
- the property numberfullGetter
- the getter of the base event to use, if anyauthoritySets
- is the group numbers that the getter may access to obtain a property valuepublic int[] getPropertyGroups()
public int getPropertyNumber()
public EventPropertyGetter getBaseGetter()