com.atlassian.crowd.plugin.rest.entity
Class ValidationFactorEntityList

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.entity.ValidationFactorEntityList

public class ValidationFactorEntityList
extends Object

List of ValidationFactors.


Constructor Summary
ValidationFactorEntityList(List<ValidationFactorEntity> validationFactors)
           
 
Method Summary
 List<ValidationFactorEntity> getValidationFactors()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationFactorEntityList

public ValidationFactorEntityList(List<ValidationFactorEntity> validationFactors)
Method Detail

getValidationFactors

public List<ValidationFactorEntity> getValidationFactors()

main

public static void main(String[] args)


Copyright © 2013 Atlassian. All Rights Reserved.