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 Summary
Constructors Constructor Description BoxHandlerDefListItemBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)StringgetClazz()StringgetDeleteWithConfirmationLink()StringgetDocumentLastUpdateTimestamp()StringgetId()StringgetName()StringgetPlainId()voidsetClazz(String clazz)voidsetDeleteWithConfirmationLink(String deleteWithConfirmationLink)voidsetDocumentLastUpdateTimestamp(String documentLastUpdateTimestamp)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()
-
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:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
-