|


Procedures/01 Help/policies_and_procedures_tmphhp/policies_and_procedures.chm
| |
Class InfoBookRec
java.lang.Object
|
+----InfoBookRec
- public class InfoBookRec
- extends Object
- implements Cloneable
This class provides the record structure to hold the required fields
for infoBook. It is used by infoBook, InfoBookRecSet and
InfoBookRecSetAPI.
-
field1
-
-
field2
-
-
field3
-
-
field4
-
-
field5
-
-
field6
-
-
field7
-
-
groupDataSourceName
-
-
imageFileName
-
-
otherMediaFileName
-
-
InfoBookRec()
-
-
clone()
-
-
compareRec(InfoBookRec, InfoBookRec)
- compareRec() compares two records.
field1
public String field1
field2
public String field2
field3
public String field3
field4
public String field4
field5
public String field5
field6
public String field6
field7
public String field7
imageFileName
public String imageFileName
otherMediaFileName
public String otherMediaFileName
groupDataSourceName
public String groupDataSourceName
InfoBookRec
public InfoBookRec()
clone
public Object clone()
- Overrides:
- clone in class Object
compareRec
public static boolean compareRec(InfoBookRec fullRec,
InfoBookRec partRec)
- compareRec() compares two records. The first parameter passed to
this method holds a complete record, the second parameter contains a
partial record which holds the information typed in the infoBook
"detail" pane fields.
- Returns:
- true (Records match), false (Records do not match)
|