public class DefaultPossrepObject extends java.lang.Object implements PossrepObject
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Releases the resources the PossrepObject instance holds.
|
boolean |
equals(java.lang.Object obj)
Determines if two PossrepObjects are equal using the DuroDBMS library
function RDB_obj_equals().
|
protected void |
finalize() |
java.lang.Object |
getProperty(java.lang.String name)
Gets the value of a property.
|
ScalarType |
getType()
Returns the type of a PossrepObject
|
java.lang.String |
getTypeName()
Returns the type name of a PossrepObject
|
int |
hashCode()
Returns a hash code for this PossrepObject, based on its property values.
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
Sets a property of a PossrepObject
|
public java.lang.String getTypeName()
PossrepObjectgetTypeName in interface PossrepObjectpublic ScalarType getType()
PossrepObjectgetType in interface PossrepObjectpublic void setProperty(java.lang.String name,
java.lang.Object value)
PossrepObjectsetProperty in interface PossrepObjectname - The property namevalue - The new property valuepublic java.lang.Object getProperty(java.lang.String name)
PossrepObjectgetProperty in interface PossrepObjectname - The property name.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public void dispose()
PossrepObjectdispose in interface PossrepObjectprotected void finalize()
finalize in class java.lang.Object