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()
PossrepObject
getTypeName
in interface PossrepObject
public ScalarType getType()
PossrepObject
getType
in interface PossrepObject
public void setProperty(java.lang.String name, java.lang.Object value)
PossrepObject
setProperty
in interface PossrepObject
name
- The property namevalue
- The new property valuepublic java.lang.Object getProperty(java.lang.String name)
PossrepObject
getProperty
in interface PossrepObject
name
- The property name.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public void dispose()
PossrepObject
dispose
in interface PossrepObject
protected void finalize()
finalize
in class java.lang.Object