com.banda.chemistry.domain
Class AcReactionContainer
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.chemistry.domain.AcReactionContainer
- All Implemented Interfaces:
- com.banda.core.domain.KeyHolder<Long>, Serializable
- Direct Known Subclasses:
- AcReactionGroup, AcReactionSet
public abstract class AcReactionContainer
- extends com.banda.core.domain.TechnicalDomainObject
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject |
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>> |
| Methods inherited from class com.banda.core.domain.TechnicalDomainObject |
getId, getKey, getVersion, setId, setKey, setVersion |
| Methods inherited from class com.banda.core.domain.DomainObject |
copyFrom, equals, hashCode |
AcReactionContainer
public AcReactionContainer()
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getCreateTime
public Date getCreateTime()
setCreateTime
public void setCreateTime(Date createTime)
getCreatedBy
public com.banda.core.domain.um.User getCreatedBy()
setCreatedBy
public void setCreatedBy(com.banda.core.domain.um.User createdBy)
getReactions
public List<AcReaction> getReactions()
getReactionsNum
public int getReactionsNum()
initReactions
public void initReactions()
setReactions
public void setReactions(List<AcReaction> reactions)
addReaction
public void addReaction(AcReaction reaction)
removeReaction
public void removeReaction(AcReaction reaction)
removeAllReactions
public void removeAllReactions()
toString
public String toString()
- Overrides:
toString in class com.banda.core.domain.DomainObject<Long>
- See Also:
Object.toString()
Copyright © 2013. All Rights Reserved.