CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class ArtifactNotificationConfigDto

java.lang.Object
  extended by 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

Field Summary
static java.lang.Integer NOT_SUBSCRIBED
           
static java.lang.Integer SUBSCRIBED
           
 
Constructor Summary
ArtifactNotificationConfigDto()
           
 
Method Summary
 ArtifactDto getArtifact()
           
 java.lang.Integer getReadNotification()
           
 RoleDto getRole()
           
 UserDto getUser()
           
 java.lang.Integer getWriteNotification()
           
 void setArtifact(ArtifactDto artifact)
           
 void setReadNotification(java.lang.Integer readNotification)
           
 void setRole(RoleDto role)
           
 void setUser(UserDto user)
           
 void setWriteNotification(java.lang.Integer writeNotification)
           
 java.lang.String toString()
          ToString for debugging
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_SUBSCRIBED

public static final java.lang.Integer NOT_SUBSCRIBED

SUBSCRIBED

public static final java.lang.Integer SUBSCRIBED
Constructor Detail

ArtifactNotificationConfigDto

public ArtifactNotificationConfigDto()
Method Detail

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

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.