com.liferay.portal.kernel.systemevent
Class SystemEventHierarchyEntry
java.lang.Object
com.liferay.portal.kernel.systemevent.SystemEventHierarchyEntry
public class SystemEventHierarchyEntry
- extends Object
Constructor Summary |
SystemEventHierarchyEntry(long systemEventId,
long classNameId,
long classPK,
long parentSystemEventId,
long systemEventSetKey,
int action)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemEventHierarchyEntry
public SystemEventHierarchyEntry(long systemEventId,
long classNameId,
long classPK,
long parentSystemEventId,
long systemEventSetKey,
int action)
getAction
public int getAction()
getClassName
public String getClassName()
getClassNameId
public long getClassNameId()
getExtraData
public String getExtraData()
getParentSystemEventId
public long getParentSystemEventId()
getSystemEventId
public long getSystemEventId()
getSystemEventSetKey
public long getSystemEventSetKey()
getUuid
public String getUuid()
hasTypedModel
public boolean hasTypedModel(long classNameId,
long classPK)
hasTypedModel
public boolean hasTypedModel(String className,
long classPK)
setClassName
public void setClassName(String className)
setClassNameId
public void setClassNameId(long classNameId)
setExtraDataValue
public void setExtraDataValue(String key,
String value)
setUuid
public void setUuid(String uuid)