com.vinculumtech.carrierwave.image
Class Image.Identity
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Image.Identity
public Image.Identity(long id)
Image.Identity
public Image.Identity(java.lang.String id)
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.