getActualClassMolder
public ClassMolder getActualClassMolder()
Returns the ClassMolder associated with the actual object.
getActualEntityClass
public Class getActualEntityClass()
Returns the actual Class instance.
getEntity
public Object getEntity()
Returns the object.
getField
public Object getField(int index)
Returns the specified field value of the object in question.
index
- Index of the field to be returned.
- Returns the specified field value.
getFields
public Object[] getFields()
Returns the fields of the object in question.
getNumberOfFields
public int getNumberOfFields()
Indicates the number of field values set for this entity.
- Number of field values set.
getProposedEntityClass
public Class getProposedEntityClass()
Returns the proposed Class instance.
initializeFields
public void initializeFields(int numberOfFields)
Initialize field values to the specified number.
numberOfFields
- Number of the field values to be created.
isExpanded
public boolean isExpanded()
True if the proposed class has been expanded.
true
if class is expanded, false
otherwise.
isFieldsSet
public boolean isFieldsSet()
Indicates whether the fields are set, i.e. not null.
- True if fields are set, i.e. not null(.
isObjectLockObjectToBeIgnored
public boolean isObjectLockObjectToBeIgnored()
setActualClassMolder
public void setActualClassMolder(ClassMolder actualClassMolder)
Sets the ClassMolder associated with the actual object.
actualClassMolder
- The ClassMolder associated with the actual object.
setActualEntityClass
public void setActualEntityClass(Class actualClass)
Sets the actual Class instance.
actualClass
- The actualClass to set.
setEntity
public void setEntity(Object entity)
Sets the object.
entity
- The object to set.
setExpanded
public void setExpanded(boolean isExpanded)
Set to true if the proposed class has been expanded.
isExpanded
- The isExpanded to set.
setField
public void setField(Object field,
int index)
Sets the specified field of the object in question.
field
- The field value to set.index
- Specifies which field to set.
setFields
public void setFields(Object[] fields)
Sets the fields of the object in question.
fields
- The fields to set.
setObjectLockObjectToBeIgnored
public void setObjectLockObjectToBeIgnored(boolean lockObjectToBeIgnored)
setProposedEntityClass
public void setProposedEntityClass(Class proposedClass)
Sets the proposed Class instance.
proposedClass
- The proposedClass to set.
toString
public String toString()
java.lang.Object.toString()