public class Topic
extends java.lang.Object
Constructor and Description |
---|
Topic() |
Modifier and Type | Method and Description |
---|---|
void |
addInclude(java.lang.String name,
boolean value)
Adds the given include to this topic.
|
void |
addInherit(java.lang.String name,
boolean value)
Adds the given inherit to this topic.
|
void |
addTrigger(Trigger trigger)
Adds the given trigger to this topic.
|
boolean |
equals(java.lang.Object o) |
java.util.Map<java.lang.String,java.lang.Boolean> |
getIncludes()
Returns the includes of this topic.
|
java.util.Map<java.lang.String,java.lang.Boolean> |
getInherits()
Returns the inherits of this topic.
|
java.util.List<Trigger> |
getTriggers()
Returns the triggers of this topic.
|
int |
hashCode() |
void |
setIncludes(java.util.Map<java.lang.String,java.lang.Boolean> includes)
Sets the includes of this topic.
|
void |
setInherits(java.util.Map<java.lang.String,java.lang.Boolean> inherits)
Sets the inherits of this topic.
|
void |
setTriggers(java.util.List<Trigger> triggers)
Sets the triggers of this topic.
|
java.lang.String |
toString() |
public java.util.List<Trigger> getTriggers()
public void setTriggers(java.util.List<Trigger> triggers)
triggers
- the triggerspublic java.util.Map<java.lang.String,java.lang.Boolean> getIncludes()
public void setIncludes(java.util.Map<java.lang.String,java.lang.Boolean> includes)
includes
- the includespublic java.util.Map<java.lang.String,java.lang.Boolean> getInherits()
public void setInherits(java.util.Map<java.lang.String,java.lang.Boolean> inherits)
inherits
- the inheritspublic void addTrigger(Trigger trigger)
trigger
- the triggerpublic void addInclude(java.lang.String name, boolean value)
name
- the includevalue
- the valuepublic void addInherit(java.lang.String name, boolean value)
name
- the inheritvalue
- the valuepublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object