|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cdgsoftware.icl.ICLItem
public class ICLItem
The Class ICLItem.
Constructor Summary | |
---|---|
ICLItem()
Instantiates a new iCL item. |
|
ICLItem(CheckDetailRecord checkDetail,
java.util.ArrayList<CheckDetailAddendumARecord> checkDetailAddendumAList,
java.util.ArrayList<ImageView> imageViewList)
Instantiates a new iCL item. |
Method Summary | |
---|---|
CheckDetailRecord |
getCheckDetail()
Gets the check detail. |
java.util.ArrayList<CheckDetailAddendumARecord> |
getCheckDetailAddendumAList()
Gets the check detail addendum a list. |
java.util.ArrayList<ImageView> |
getImageViewList()
Gets the image view list. |
void |
setCheckDetail(CheckDetailRecord checkDetail)
Sets the check detail. |
void |
setCheckDetailAddendumAList(java.util.ArrayList<CheckDetailAddendumARecord> checkDetailAddendumAList)
Sets the check detail addendum a list. |
void |
setImageViewList(java.util.ArrayList<ImageView> imageViewList)
Sets the image view list. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICLItem()
public ICLItem(CheckDetailRecord checkDetail, java.util.ArrayList<CheckDetailAddendumARecord> checkDetailAddendumAList, java.util.ArrayList<ImageView> imageViewList)
checkDetail
- the check detailcheckDetailAddendumAList
- the check detail addendum a listimageViewList
- the image view listMethod Detail |
---|
public CheckDetailRecord getCheckDetail()
public void setCheckDetail(CheckDetailRecord checkDetail)
checkDetail
- the new check detailpublic java.util.ArrayList<CheckDetailAddendumARecord> getCheckDetailAddendumAList()
public void setCheckDetailAddendumAList(java.util.ArrayList<CheckDetailAddendumARecord> checkDetailAddendumAList)
checkDetailAddendumAList
- the new check detail addendum a listpublic java.util.ArrayList<ImageView> getImageViewList()
public void setImageViewList(java.util.ArrayList<ImageView> imageViewList)
imageViewList
- the new image view list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |