|
||||||||||
| 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.TaggedSampleValueObject
public class TaggedSampleValueObject
tagged sample value object value object.
| Constructor Summary | |
|---|---|
TaggedSampleValueObject()
Constructs a TaggedSampleValueObject with the minimum arguments. |
|
TaggedSampleValueObject(long aTestValue)
Constructs a TaggedSampleValueObject with all arguments. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Returns true if this TaggedSampleValueObject
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 TaggedSampleValueObject()
public TaggedSampleValueObject(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 TaggedSampleValueObject
is equal to object.
equals in class SampleValueObjectBaseobject - the object to compare to.
true if this TaggedSampleValueObject
is equal to object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||