org.moremotion.process
Class FormProcessBlock
java.lang.Object
org.moremotion.process.FormProcessBlock
- All Implemented Interfaces:
- ProcessBlock
public class FormProcessBlock
- extends java.lang.Object
- implements ProcessBlock
Represents a Process Block that includes one or more Process Records
- Version:
- $Id: FormProcessBlock.java 51 2008-03-10 11:46:54Z erkan $
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
clearRecords
public void clearRecords()
- Clears all the process records of this process block.
getFieldNames
public java.lang.String[] getFieldNames()
- Specified by:
getFieldNames
in interface ProcessBlock
getField
public java.lang.String getField(java.lang.String fieldName,
int index)
- Specified by:
getField
in interface ProcessBlock
isModified
public boolean isModified(int index)
- Specified by:
isModified
in interface ProcessBlock
isSelected
public boolean isSelected(int index)
- Specified by:
isSelected
in interface ProcessBlock
isFieldModified
public boolean isFieldModified(java.lang.String fieldName,
int index)
- Specified by:
isFieldModified
in interface ProcessBlock
getRecordStatus
public RecordStatus getRecordStatus(int index)
getRecordCount
public int getRecordCount()
- Specified by:
getRecordCount
in interface ProcessBlock
setField
public void setField(java.lang.String fieldName,
java.lang.String value,
int index)
- Specified by:
setField
in interface ProcessBlock
getObject
public java.lang.Object getObject(java.lang.String fieldName,
int index)
- Specified by:
getObject
in interface ProcessBlock
setObject
public void setObject(java.lang.String fieldName,
java.lang.Object object,
int index)
- Specified by:
setObject
in interface ProcessBlock
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.