public class SubscribableEvent extends Object implements Serializable
Constructor and Description |
---|
SubscribableEvent(String event,
boolean isCascadable,
boolean cascadeOnly)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one.
|
String |
getEvent()
Gets the subscribable event
|
int |
hashCode()
Return a hash code value for the object.
|
boolean |
isCascadable()
Gets whether the event can cascade
|
boolean |
isCascadeOnly()
Gets whether the event is cascade only
|
String |
toString()
Return a string representation of the object.
|
public SubscribableEvent(String event, boolean isCascadable, boolean cascadeOnly)
event
- The subscribable eventisCascadable
- Whether the event can cascade to child itemscascadeOnly
- Whether the event is a cascade only eventpublic String getEvent()
public boolean isCascadable()
public boolean isCascadeOnly()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA