Class BoxHandlerDefListItemBean

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

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

    • BoxHandlerDefListItemBean

      public BoxHandlerDefListItemBean()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setClazz

      public void setClazz(String clazz)
    • getClazz

      public String getClazz()
    • 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