public final class OID extends Object implements Serializable
Constructor and Description |
---|
OID(ClassMolder molder,
Identity identity)
Constructor.
|
OID(ClassMolder molder,
OID depends,
Identity identity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns true if the two OID's are identical.
|
OID |
getDepends()
Get the depended object's oid.
|
Identity |
getIdentity()
Return the object's identity, if known.
|
ClassMolder |
getMolder()
Get the ClassMolder of this object.
|
int |
hashCode() |
boolean |
isDbLock()
Returns true if the object represented by this OID has a database lock.
|
String |
toString() |
public OID(ClassMolder molder, Identity identity)
public OID(ClassMolder molder, OID depends, Identity identity)
public OID getDepends()
public ClassMolder getMolder()
public boolean isDbLock()
public Identity getIdentity()
public boolean equals(Object obj)
Copyright © 2018. All rights reserved.