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