|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.types.TaggedSerializableSampleValueObject
public class TaggedSerializableSampleValueObject
tagged serializable sample value object value object.
| Constructor Summary | |
|---|---|
TaggedSerializableSampleValueObject()
Constructs a TaggedSerializableSampleValueObject with the minimum arguments. |
|
TaggedSerializableSampleValueObject(long aTestValue,
boolean aTestValueBoolean,
Boolean aTestValueBooleanObject)
Constructs a TaggedSerializableSampleValueObject with all arguments. |
|
TaggedSerializableSampleValueObject(TaggedSerializableSampleValueObject aTaggedSerializableSampleValueObject)
Copy constructor for TaggedSerializableSampleValueObject. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Returns true if this TaggedSerializableSampleValueObject
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 TaggedSerializableSampleValueObject()
public TaggedSerializableSampleValueObject(long aTestValue,
boolean aTestValueBoolean,
Boolean aTestValueBooleanObject)
aTestValue - The .aTestValueBoolean - The .aTestValueBooleanObject - The .public TaggedSerializableSampleValueObject(TaggedSerializableSampleValueObject aTaggedSerializableSampleValueObject)
aTaggedSerializableSampleValueObject - The TaggedSerializableSampleValueObject
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 TaggedSerializableSampleValueObject
is equal to object.
equals in class Objectobject - the object to compare to.
true if this TaggedSerializableSampleValueObject
is equal to object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||