|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.types.TaggedPlainSampleValueObject
public class TaggedPlainSampleValueObject
tagged plain sample value object value object.
| Constructor Summary | |
|---|---|
TaggedPlainSampleValueObject()
Constructs a TaggedPlainSampleValueObject with the minimum arguments. |
|
TaggedPlainSampleValueObject(long aTestValue,
boolean aTestValueBoolean,
Boolean aTestValueBooleanObject)
Constructs a TaggedPlainSampleValueObject with all arguments. |
|
TaggedPlainSampleValueObject(TaggedPlainSampleValueObject aTaggedPlainSampleValueObject)
Copy constructor for TaggedPlainSampleValueObject. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Returns true if this TaggedPlainSampleValueObject
is equal to object. |
long |
getTestValue()
Returns the test value. |
boolean |
getTestValueBoolean()
Returns the test value boolean. |
Boolean |
getTestValueBooleanObject()
Returns the test value boolean object. |
int |
hashCode()
Override hashCode. |
boolean |
isTestValueBoolean()
Returns the test value boolean. |
Boolean |
isTestValueBooleanObject()
Returns the test value boolean object. |
void |
setTestValue(long aTestValue)
Sets the test value. |
void |
setTestValueBoolean(boolean aTestValueBoolean)
Sets the test value boolean. |
void |
setTestValueBooleanObject(Boolean aTestValueBooleanObject)
Sets the test value boolean object. |
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 TaggedPlainSampleValueObject()
public TaggedPlainSampleValueObject(long aTestValue,
boolean aTestValueBoolean,
Boolean aTestValueBooleanObject)
aTestValue - The .aTestValueBoolean - The .aTestValueBooleanObject - The .public TaggedPlainSampleValueObject(TaggedPlainSampleValueObject aTaggedPlainSampleValueObject)
aTaggedPlainSampleValueObject - The TaggedPlainSampleValueObject
to be copied.| Method Detail |
|---|
public long getTestValue()
public void setTestValue(long aTestValue)
aTestValue - the test value to be set.public boolean getTestValueBoolean()
public boolean isTestValueBoolean()
public void setTestValueBoolean(boolean aTestValueBoolean)
aTestValueBoolean - the test value boolean to be set.public Boolean getTestValueBooleanObject()
public Boolean isTestValueBooleanObject()
public void setTestValueBooleanObject(Boolean aTestValueBooleanObject)
aTestValueBooleanObject - the test value boolean object to be set.public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
true if this TaggedPlainSampleValueObject
is equal to object.
equals in class Objectobject - the object to compare to.
true if this TaggedPlainSampleValueObject
is equal to object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||