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 Long
getIdFour()
Long
getIdOne()
List<Long>
getIds()
Long
getIdThree()
Long
getIdTwo()
void
setIdFour(Long idFour)
void
setIdOne(Long id)
void
setIds(List<Long> ids)
void
setIdThree(Long idThree)
void
setIdTwo(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)
-
-