com.jamasoftware.contour.domain
Class MutedSubscription
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.MutedSubscription
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
public class MutedSubscription
- extends DomainObjectSupport
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MutedSubscription
public MutedSubscription()
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getSubscriber
public User getSubscriber()
setSubscriber
public void setSubscriber(User subscriber)
getSubscription
public Subscription getSubscription()
setSubscription
public void setSubscription(Subscription subscription)
getOrganizationId
public java.lang.Integer getOrganizationId()
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
getXmlToString
public java.lang.String getXmlToString()
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.