pt.ist.fenixframework.backend.ogm
Class OgmOID
java.lang.Object
pt.ist.fenixframework.backend.ogm.OgmOID
- All Implemented Interfaces:
- Serializable, Comparable<OgmOID>
public class OgmOID
- extends Object
- implements Comparable<OgmOID>, Serializable
This class provides the internal representation of an DomainObject's identifier in OGM.
- See Also:
- Serialized Form
ROOT_PK
public static final String ROOT_PK
- See Also:
- Constant Field Values
getPrimaryKey
public String getPrimaryKey()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
compareTo
public int compareTo(OgmOID other)
- Specified by:
compareTo
in interface Comparable<OgmOID>
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.