com.nurelm.nucontent.model
Class ReviewRule

java.lang.Object
  extended bycom.nurelm.nucontent.model.ReviewRule

public class ReviewRule
extends java.lang.Object


Field Summary
 java.lang.String name
           
 User reviewer
           
 java.util.Set targetExceptionIds
           
 java.util.Set targetIds
           
 int targetType
           
 
Constructor Summary
ReviewRule()
          Creates a new instance of ReviewRule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetType

public int targetType

targetIds

public java.util.Set targetIds

targetExceptionIds

public java.util.Set targetExceptionIds

reviewer

public User reviewer

name

public java.lang.String name
Constructor Detail

ReviewRule

public ReviewRule()
Creates a new instance of ReviewRule