@Entity(name="CommentThreadMuteRequest") public class CommentThreadMuteRequestImpl extends DomainObjectSupport implements CommentThreadMuteRequest
MAP_DOMAIN_OBJECT_TO_ID_FUNCTION, ORGANIZATION_COLUMN_NAME
Constructor and Description |
---|
CommentThreadMuteRequestImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getCommentId() |
Integer |
getId() |
Integer |
getOrganizationId() |
int |
getUserId() |
String |
getXmlToString() |
void |
setCommentId(Integer commentId) |
void |
setId(Integer id) |
void |
setOrganizationId(Integer organizationId) |
void |
setUserId(Integer userId) |
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
equals, hashCode, isNewObject, obtainAclObjectIdentity
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, isNewObject, obtainAclObjectIdentity, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
public int getUserId()
getUserId
in interface CommentThreadMuteRequest
public void setUserId(Integer userId)
setUserId
in interface CommentThreadMuteRequest
public int getCommentId()
getCommentId
in interface CommentThreadMuteRequest
public void setCommentId(Integer commentId)
setCommentId
in interface CommentThreadMuteRequest
public String getXmlToString()
getXmlToString
in interface DomainObject
public Integer getId()
getId
in interface DomainObjectBase
public void setId(Integer id)
setId
in interface DomainObjectBase
public Integer getOrganizationId()
getOrganizationId
in interface DomainObjectBase
getOrganizationId
in interface OrganizationAware
public void setOrganizationId(Integer organizationId)
setOrganizationId
in interface DomainObjectBase
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.