|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.types.samples.SampleValueObjectBase
org.jcoderz.commons.types.samples.SampleValueObject
public class SampleValueObject
sample value object value object.
| Constructor Summary | |
|---|---|
SampleValueObject()
Constructs a SampleValueObject with the minimum arguments. |
|
SampleValueObject(long aTestValue)
Constructs a SampleValueObject with all arguments. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Returns true if this SampleValueObject
is equal to object. |
long |
getTestValue()
Returns the test value. |
int |
hashCode()
Override hashCode. |
void |
setTestValue(long aTestValue)
Sets the test value. |
String |
toString()
Creates a String representation of this object holding the state of all members. |
| Methods inherited from class org.jcoderz.commons.types.samples.SampleValueObjectBase |
|---|
getTestValueBase, setTestValueBase |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SampleValueObject()
public SampleValueObject(long aTestValue)
aTestValue - The .| Method Detail |
|---|
public long getTestValue()
public void setTestValue(long aTestValue)
aTestValue - the test value to be set.public String toString()
toString in class SampleValueObjectBasepublic int hashCode()
hashCode in class SampleValueObjectBasepublic boolean equals(Object object)
true if this SampleValueObject
is equal to object.
equals in class SampleValueObjectBaseobject - the object to compare to.
true if this SampleValueObject
is equal to object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||