Class IdListOfIdsParam
- java.lang.Object
-
- org.alfresco.repo.domain.patch.ibatis.IdListOfIdsParam
-
public class IdListOfIdsParam extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdListOfIdsParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetId()java.util.List<java.lang.Long>getListOfIds()voidsetId(java.lang.Long id)voidsetListOfIds(java.util.List<java.lang.Long> listOfIds)
-