org.kuali.student.model.annotation
Class FakeObjectInfo

java.lang.Object
  extended by org.kuali.student.model.annotation.FakeObjectInfo

public class FakeObjectInfo
extends Object

Author:
Kuali Student Team

Constructor Summary
FakeObjectInfo()
           
 
Method Summary
 EnumWithoutAnnotationValue getWithoutValue()
           
 EnumWithAnnotationValue getWithValue()
           
 void setWithoutValue(EnumWithoutAnnotationValue withoutValue)
           
 void setWithValue(EnumWithAnnotationValue withValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FakeObjectInfo

public FakeObjectInfo()
Method Detail

getWithValue

public EnumWithAnnotationValue getWithValue()
Returns:
the withValue

setWithValue

public void setWithValue(EnumWithAnnotationValue withValue)
Parameters:
withValue - the withValue to set

getWithoutValue

public EnumWithoutAnnotationValue getWithoutValue()
Returns:
the withoutValue

setWithoutValue

public void setWithoutValue(EnumWithoutAnnotationValue withoutValue)
Parameters:
withoutValue - the withoutValue to set


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.