org.jcoderz.commons.types
Class TaggedSerializableSampleValueObject

java.lang.Object
  extended by org.jcoderz.commons.types.TaggedSerializableSampleValueObject
All Implemented Interfaces:
TestTaggerInterface

public class TaggedSerializableSampleValueObject
extends Object
implements TestTaggerInterface

tagged serializable sample value object value object.

Author:
generated

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

TaggedSerializableSampleValueObject

public TaggedSerializableSampleValueObject()
Constructs a TaggedSerializableSampleValueObject with the minimum arguments.


TaggedSerializableSampleValueObject

public TaggedSerializableSampleValueObject(long aTestValue,
                                           boolean aTestValueBoolean,
                                           Boolean aTestValueBooleanObject)
Constructs a TaggedSerializableSampleValueObject with all arguments.

Parameters:
aTestValue - The .
aTestValueBoolean - The .
aTestValueBooleanObject - The .

TaggedSerializableSampleValueObject

public TaggedSerializableSampleValueObject(TaggedSerializableSampleValueObject aTaggedSerializableSampleValueObject)
Copy constructor for TaggedSerializableSampleValueObject. No deep copy is performed.

Parameters:
aTaggedSerializableSampleValueObject - The TaggedSerializableSampleValueObject to be copied.
Method Detail

getTestValue

public long getTestValue()
Returns the test value.

Returns:
the test value.

setTestValue

public void setTestValue(long aTestValue)
Sets the test value.

Parameters:
aTestValue - the test value to be set.

getTestValueBoolean

public boolean getTestValueBoolean()
Returns the test value boolean.

Returns:
the test value boolean.

isTestValueBoolean

public boolean isTestValueBoolean()
Returns the test value boolean.

Returns:
the test value boolean.

setTestValueBoolean

public void setTestValueBoolean(boolean aTestValueBoolean)
Sets the test value boolean.

Parameters:
aTestValueBoolean - the test value boolean to be set.

getTestValueBooleanObject

public Boolean getTestValueBooleanObject()
Returns the test value boolean object.

Returns:
the test value boolean object.

isTestValueBooleanObject

public Boolean isTestValueBooleanObject()
Returns the test value boolean object.

Returns:
the test value boolean object.

setTestValueBooleanObject

public void setTestValueBooleanObject(Boolean aTestValueBooleanObject)
Sets the test value boolean object.

Parameters:
aTestValueBooleanObject - the test value boolean object to be set.

toString

public String toString()
Creates a String representation of this object holding the state of all members.

Overrides:
toString in class Object
Returns:
a String representation of this object.

hashCode

public int hashCode()
Override hashCode.

Overrides:
hashCode in class Object
Returns:
the Objects hashcode.

equals

public boolean equals(Object object)
Returns true if this TaggedSerializableSampleValueObject is equal to object.

Overrides:
equals in class Object
Parameters:
object - the object to compare to.
Returns:
true if this TaggedSerializableSampleValueObject is equal to object.


Copyright 2007 The jCoderZ Project.