public class AcReactionGroup extends AcReactionContainer
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
AcReactionGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReaction(AcReaction reaction) |
boolean |
containsReaction(AcReaction reaction) |
List<AcReaction> |
getAllSetReactions() |
Date |
getCreateTime() |
String |
getLabel() |
AcReactionSet |
getReactionSet() |
void |
removeReaction(AcReaction reaction) |
void |
setCreateTime(Date createTime) |
void |
setLabel(String label) |
protected void |
setReactionSet(AcReactionSet reactionSet) |
getCreatedBy, getReactions, getReactionsNum, initReactions, removeAllReactions, setCreatedBy, setReactions, toStringgetId, getKey, getVersion, setId, setKey, setVersioncopyFrom, equals, hashCodepublic AcReactionSet getReactionSet()
protected void setReactionSet(AcReactionSet reactionSet)
public boolean containsReaction(AcReaction reaction)
public void addReaction(AcReaction reaction)
addReaction in class AcReactionContainerpublic void removeReaction(AcReaction reaction)
removeReaction in class AcReactionContainerpublic List<AcReaction> getAllSetReactions()
public String getLabel()
getLabel in class AcReactionContainerpublic void setLabel(String label)
setLabel in class AcReactionContainerpublic Date getCreateTime()
getCreateTime in class AcReactionContainerpublic void setCreateTime(Date createTime)
setCreateTime in class AcReactionContainerCopyright © 2019. All Rights Reserved.