public class ChangeEventImpl extends ChangeEventInfoDataImpl implements ChangeEvent, Serializable
Constructor and Description |
---|
ChangeEventImpl() |
ChangeEventImpl(ChangeType changeType,
GregorianCalendar changeTime,
String objectId,
Map<String,List<?>> properties,
List<String> policyIds,
Acl acl) |
Modifier and Type | Method and Description |
---|---|
Acl |
getAcl()
Returns the ACL.
|
String |
getObjectId()
Gets the ID of the object.
|
List<String> |
getPolicyIds()
Returns the policy IDs.
|
Map<String,List<?>> |
getProperties()
Returns the properties.
|
void |
setAcl(Acl acl) |
void |
setObjectId(String objectId) |
void |
setPolicyIds(List<String> policyIds) |
void |
setProperties(Map<String,List<?>> properties) |
String |
toString() |
getChangeTime, getChangeType, setChangeTime, setChangeType
getExtensions, setExtensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChangeTime, getChangeType
getExtensions, setExtensions
public ChangeEventImpl()
public ChangeEventImpl(ChangeType changeType, GregorianCalendar changeTime, String objectId, Map<String,List<?>> properties, List<String> policyIds, Acl acl)
public String getObjectId()
ChangeEvent
getObjectId
in interface ChangeEvent
null
public void setObjectId(String objectId)
public Map<String,List<?>> getProperties()
ChangeEvent
getProperties
in interface ChangeEvent
public List<String> getPolicyIds()
ChangeEvent
getPolicyIds
in interface ChangeEvent
public Acl getAcl()
ChangeEvent
getAcl
in interface ChangeEvent
public void setAcl(Acl acl)
public String toString()
toString
in class AbstractExtensionData
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.