com.vinculumtech.carrierwave.image
Class Image.Identity

java.lang.Object
  extended bycom.vinculumtech.carrierwave.image.Image.Identity
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Image

public static class Image.Identity
extends java.lang.Object
implements java.io.Serializable

This class represents the identity of a non-reflected Image instance. Image instances that are reflections of remote Imageable types use the native object id type.

See Also:
Serialized Form

Constructor Summary
Image.Identity(long id)
           
Image.Identity(java.lang.String id)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 long getId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Image.Identity

public Image.Identity(long id)

Image.Identity

public Image.Identity(java.lang.String id)
Method Detail

getId

public long getId()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object object)

hashCode

public int hashCode()


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.