Class ActionDefListItemBean

java.lang.Object
net.anotheria.anosite.gen.asaction.bean.ActionDefListItemBean
All Implemented Interfaces:
net.anotheria.util.sorter.IComparable

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

    • ActionDefListItemBean

      public ActionDefListItemBean()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setEditLink

      public void setEditLink(String editLink)
    • getEditLink

      public String getEditLink()
    • setDuplicateLink

      public void setDuplicateLink(String duplicateLink)
    • getDuplicateLink

      public String getDuplicateLink()
    • setDeleteWithConfirmationLink

      public void setDeleteWithConfirmationLink(String deleteWithConfirmationLink)
    • getDeleteWithConfirmationLink

      public String getDeleteWithConfirmationLink()
    • setPlainId

      public void setPlainId(String plainId)
    • getPlainId

      public String getPlainId()
    • setDocumentLastUpdateTimestamp

      public void setDocumentLastUpdateTimestamp(String documentLastUpdateTimestamp)
    • getDocumentLastUpdateTimestamp

      public String getDocumentLastUpdateTimestamp()
    • compareTo

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