| java.lang.Object org.jpox.identity.SingleFieldIdentity org.jpox.identity.ByteIdentity
ByteIdentity | public class ByteIdentity extends SingleFieldIdentity (Code) | | Single-Field identity with a byte/Byte field.
version: 2.0 |
ByteIdentity | public ByteIdentity(Class pcClass, byte key)(Code) | | Constructor with class and key.
Parameters: pcClass - the target class Parameters: key - the key |
ByteIdentity | public ByteIdentity(Class pcClass, Byte key)(Code) | | Constructor with class and key.
Parameters: pcClass - the target class Parameters: key - the key |
ByteIdentity | public ByteIdentity(Class pcClass, String str)(Code) | | Constructor with class and key.
Parameters: pcClass - the target class Parameters: str - the key |
ByteIdentity | public ByteIdentity()(Code) | | Constructor only for Externalizable.
|
createKeyAsObject | protected Object createKeyAsObject()(Code) | | Create the key as an Object.
the key as an Object |
equals | public boolean equals(Object obj)(Code) | | Determine if the other object represents the same object id.
Parameters: obj - the other object true if both objects represent the same object id |
getKey | public byte getKey()(Code) | | Return the key.
the key |
toString | public String toString()(Code) | | Return the String version of the key.
the key. |
writeExternal | public void writeExternal(ObjectOutput out) throws IOException(Code) | | Write this object. Write the superclass first.
Parameters: out - the output |
|
|