Class ActionDefListItemBean

  • All Implemented Interfaces:
    net.anotheria.util.sorter.IComparable

    public class ActionDefListItemBean
    extends java.lang.Object
    implements net.anotheria.util.sorter.IComparable
    Generated by class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
    • Constructor Detail

      • ActionDefListItemBean

        public ActionDefListItemBean()
    • Method Detail

      • setId

        public void setId​(java.lang.String id)
      • getId

        public java.lang.String getId()
      • setName

        public void setName​(java.lang.String name)
      • getName

        public java.lang.String getName()
      • setEditLink

        public void setEditLink​(java.lang.String editLink)
      • getEditLink

        public java.lang.String getEditLink()
      • setDuplicateLink

        public void setDuplicateLink​(java.lang.String duplicateLink)
      • getDuplicateLink

        public java.lang.String getDuplicateLink()
      • setDeleteWithConfirmationLink

        public void setDeleteWithConfirmationLink​(java.lang.String deleteWithConfirmationLink)
      • getDeleteWithConfirmationLink

        public java.lang.String getDeleteWithConfirmationLink()
      • setPlainId

        public void setPlainId​(java.lang.String plainId)
      • getPlainId

        public java.lang.String getPlainId()
      • setDocumentLastUpdateTimestamp

        public void setDocumentLastUpdateTimestamp​(java.lang.String documentLastUpdateTimestamp)
      • getDocumentLastUpdateTimestamp

        public java.lang.String getDocumentLastUpdateTimestamp()
      • compareTo

        public int compareTo​(net.anotheria.util.sorter.IComparable anotherComparable,
                             int method)
        Specified by:
        compareTo in interface net.anotheria.util.sorter.IComparable