com.intland.codebeamer.persistence.dto
Class ArtifactNotificationConfigDto
java.lang.Object
com.intland.codebeamer.persistence.dto.ArtifactNotificationConfigDto
- All Implemented Interfaces:
- BaseDto, java.io.Serializable
public class ArtifactNotificationConfigDto
- extends java.lang.Object
- implements BaseDto
Wraps the notification configuration related to an artifact.
Note that it has composite key!
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NOT_SUBSCRIBED
public static final java.lang.Integer NOT_SUBSCRIBED
SUBSCRIBED
public static final java.lang.Integer SUBSCRIBED
ArtifactNotificationConfigDto
public ArtifactNotificationConfigDto()
getArtifact
public ArtifactDto getArtifact()
setArtifact
public void setArtifact(ArtifactDto artifact)
getUser
public UserDto getUser()
setUser
public void setUser(UserDto user)
getRole
public RoleDto getRole()
setRole
public void setRole(RoleDto role)
getReadNotification
public java.lang.Integer getReadNotification()
setReadNotification
public void setReadNotification(java.lang.Integer readNotification)
getWriteNotification
public java.lang.Integer getWriteNotification()
setWriteNotification
public void setWriteNotification(java.lang.Integer writeNotification)
toString
public java.lang.String toString()
- ToString for debugging
- Overrides:
toString
in class java.lang.Object
Copyright © 2006-2009 Intland Software. All rights reserved.