Class CatchAddressBeanList
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.CatchAddressBeanList
-
public class CatchAddressBeanList extends Object
-
-
Constructor Summary
Constructors Constructor Description CatchAddressBeanList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatchAddressBean[]getData()int[]getDeleted()voidsetData(CatchAddressBean[] data)voidsetDeleted(int[] deleted)
-
-
-
Method Detail
-
getData
public CatchAddressBean[] getData()
-
setData
public void setData(CatchAddressBean[] data)
-
getDeleted
public int[] getDeleted()
-
setDeleted
public void setDeleted(int[] deleted)
-
-