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
 boolean equals(Object o)
           
 String getId()
           
 int getRelatedIntValue()
           
 String getRelatedStringValue()
           
 int hashCode()
           
 void setId(String id)
           
 void setRelatedIntValue(int relatedIntValue)
           
 void setRelatedStringValue(String relatedStringValue)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.