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 Details

    • IdsEntity

      public IdsEntity()
  • Method Details

    • 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)
    • getIds

      public List<Long> getIds()
    • setIds

      public void setIds(List<Long> ids)
    • isOrdered

      public boolean isOrdered()
    • setOrdered

      public void setOrdered(boolean ordered)