org.datamanager.passiveentityvalue
Class ByteArrayEntityValue

java.lang.Object
  |
  +--org.datamanager.passiveentityvalue.ByteArrayEntityValue
All Implemented Interfaces:
EntityValue, PassiveEntityValue, Serializable

public class ByteArrayEntityValue
extends Object
implements PassiveEntityValue

An EntityValue wrapping an array of bytes.

Author:
Matthew Farrellee
See Also:
Serialized Form

Constructor Summary
ByteArrayEntityValue()
           
ByteArrayEntityValue(byte[] bytes)
           
 
Method Summary
 boolean equals(Object object)
           
static boolean getBoolean(String name)
           
 byte[] getBytes()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayEntityValue

public ByteArrayEntityValue()

ByteArrayEntityValue

public ByteArrayEntityValue(byte[] bytes)
Method Detail

getBytes

public byte[] getBytes()

equals

public boolean equals(Object object)
Specified by:
equals in interface PassiveEntityValue
Overrides:
equals in class Object

getBoolean

public static boolean getBoolean(String name)

hashCode

public int hashCode()
Specified by:
hashCode in interface PassiveEntityValue
Overrides:
hashCode in class Object


See the Helium Website