public class RevisionPropertyTypeDesc extends Object
Constructor and Description |
---|
RevisionPropertyTypeDesc(EventPropertyGetterSPI revisionGetter,
RevisionGetterParameters revisionGetterParams,
Class propertyType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Object |
getPropertyType()
Returns property type.
|
EventPropertyGetterSPI |
getRevisionGetter()
Returns the getter for the property on the revision event type.
|
RevisionGetterParameters |
getRevisionGetterParams()
Returns parameters for the getter for the property on the revision event type.
|
public RevisionPropertyTypeDesc(EventPropertyGetterSPI revisionGetter, RevisionGetterParameters revisionGetterParams, Class propertyType)
revisionGetter
- getter to userevisionGetterParams
- getter parameterspropertyType
- type of the propertypublic EventPropertyGetterSPI getRevisionGetter()
public RevisionGetterParameters getRevisionGetterParams()
public Object getPropertyType()