org.iternine.jeppetto.test
Class RelatedObject

java.lang.Object
  extended by org.iternine.jeppetto.test.RelatedObject

public class RelatedObject
extends Object


Constructor Summary
RelatedObject()
           
 
Method Summary
 String getId()
           
 int getRelatedIntValue()
           
 String getRelatedStringValue()
           
 void setId(String id)
           
 void setRelatedIntValue(int relatedIntValue)
           
 void setRelatedStringValue(String relatedStringValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedObject

public RelatedObject()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getRelatedStringValue

public String getRelatedStringValue()

setRelatedStringValue

public void setRelatedStringValue(String relatedStringValue)

getRelatedIntValue

public int getRelatedIntValue()

setRelatedIntValue

public void setRelatedIntValue(int relatedIntValue)


Copyright © 2011. All Rights Reserved.