Package org.alfresco.ibatis
Class IdsEntity
- java.lang.Object
-
- org.alfresco.ibatis.IdsEntity
-
public class IdsEntity extends Object
Entity bean to carry ID-style information- Since:
- 3.2
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description IdsEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetIdFour()LonggetIdOne()List<Long>getIds()LonggetIdThree()LonggetIdTwo()voidsetIdFour(Long idFour)voidsetIdOne(Long id)voidsetIds(List<Long> ids)voidsetIdThree(Long idThree)voidsetIdTwo(Long id)
-
-
-
Method Detail
-
getIdOne
public Long getIdOne()
-
setIdOne
public void setIdOne(Long id)
-
getIdTwo
public Long getIdTwo()
-
setIdTwo
public void setIdTwo(Long id)
-
getIdThree
public Long getIdThree()
-
setIdThree
public void setIdThree(Long idThree)
-
getIdFour
public Long getIdFour()
-
setIdFour
public void setIdFour(Long idFour)
-
-