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 Summary
Constructors Constructor Description ActionDefListItemBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)StringgetDeleteWithConfirmationLink()StringgetDocumentLastUpdateTimestamp()StringgetDuplicateLink()StringgetEditLink()StringgetId()StringgetName()StringgetPlainId()voidsetDeleteWithConfirmationLink(String deleteWithConfirmationLink)voidsetDocumentLastUpdateTimestamp(String documentLastUpdateTimestamp)voidsetDuplicateLink(String duplicateLink)voidsetEditLink(String editLink)voidsetId(String id)voidsetName(String name)voidsetPlainId(String plainId)
-
-
-
Method Detail
-
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:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
-