org.castor.persist
public final class ProposedObject extends Object
Since: 0.9.9
Version: $Revision: 1.3 $ $Date: 2005/09/05 20:38:30 $
Method Summary | |
---|---|
Class | getActualClass()
Returns the actual Class instance.
|
ClassMolder | getActualClassMolder()
Returns the ClassMolder associated with the actual object.
|
Object[] | getFields()
Returns the fields of the object in question.
|
Object | getObject()
Returns the object.
|
Class | getProposedClass()
Returns the proposed Class instance.
|
boolean | isExpanded()
True if the proposed class has been expanded.
|
boolean | isObjectLockObjectToBeIgnored() |
void | setActualClass(Class actualClass)
Sets the actual Class instance.
|
void | setActualClassMolder(ClassMolder actualClassMolder)
Sets the ClassMolder associated with the actual object.
|
void | setExpanded(boolean isExpanded)
Set to true if the proposed class has been expanded.
|
void | setFields(Object[] fields)
Sets the fields of the object in question.
|
void | setObject(Object object)
Sets the object.
|
void | setObjectLockObjectToBeIgnored(boolean lockObjectToBeIgnored) |
void | setProposedClass(Class proposedClass)
Sets the proposed Class instance.
|
String | toString() |
Returns: The actualClass.
Returns: The actual ClassMolder.
Returns: Returns the fields.
Returns: The object.
Returns: The proposedClass.
Returns: true
if class is expanded, false
otherwise.
Parameters: actualClass The actualClass to set.
Parameters: actualClassMolder The ClassMolder associated with the actual object.
Parameters: isExpanded The isExpanded to set.
Parameters: fields The fields to set.
Parameters: object The object to set.
Parameters: proposedClass The proposedClass to set.
See Also: java.lang.Object#toString()