com.seventytwomiles.architecturerules.domain
Class CyclicDependencyConfiguration

java.lang.Object
  extended by com.seventytwomiles.architecturerules.domain.CyclicDependencyConfiguration

public class CyclicDependencyConfiguration
extends java.lang.Object

Represents the configuration information read from the XML configuration file.

Author:
mikenereson

Constructor Summary
CyclicDependencyConfiguration()
           
 
Method Summary
 java.lang.String getTest()
          Getter for property 'test'.
 void setTest(java.lang.String test)
          Setter for property 'test'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyclicDependencyConfiguration

public CyclicDependencyConfiguration()
Method Detail

getTest

public java.lang.String getTest()
Getter for property 'test'.

Returns:
Value for property 'test'.

setTest

public void setTest(java.lang.String test)
Setter for property 'test'.

Parameters:
test - Value to set for property 'test'.


Copyright © 2008. All Rights Reserved.