Class AttributeListItemBean
java.lang.Object
net.anotheria.anosite.gen.aswebdata.bean.AttributeListItemBean
- All Implemented Interfaces:
net.anotheria.util.sorter.IComparable
Generated by class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) getId()intgetKey()getName()getValue()booleanisLocked()voidsetDeleteWithConfirmationLink(String deleteWithConfirmationLink) voidsetDocumentLastUpdateTimestamp(String documentLastUpdateTimestamp) voidsetDuplicateLink(String duplicateLink) voidsetEditLink(String editLink) voidvoidsetGuardsForSorting(List<String> guardsForSorting) voidvoidsetIdForSorting(String idForSorting) voidvoidsetKeyForSorting(String keyForSorting) voidsetLocked(boolean locked) voidsetLockerId(String lockerId) voidsetLockingTime(String lockingTime) voidsetLockLink(String lockLink) voidvoidsetNameForSorting(String nameForSorting) voidsetPlainId(String plainId) voidsetShowUsagesLink(String showUsagesLink) voidsetSubattributes(String subattributes) voidsetSubattributesForSorting(List<String> subattributesForSorting) voidsetTransferLink(String transferLink) voidsetUnlockLink(String unlockLink) void
-
Constructor Details
-
AttributeListItemBean
public AttributeListItemBean()
-
-
Method Details
-
setIdForSorting
-
getIdForSorting
public int getIdForSorting() -
setId
-
getId
-
setNameForSorting
-
getNameForSorting
-
setName
-
getName
-
setKeyForSorting
-
getKeyForSorting
-
setKey
-
getKey
-
setValue
-
getValue
-
setSubattributesForSorting
-
getSubattributesForSorting
-
setSubattributes
-
getSubattributes
-
setGuardsForSorting
-
getGuardsForSorting
-
setGuards
-
getGuards
-
setEditLink
-
getEditLink
-
setDuplicateLink
-
getDuplicateLink
-
setDeleteWithConfirmationLink
-
getDeleteWithConfirmationLink
-
setLockLink
-
getLockLink
-
setUnlockLink
-
getUnlockLink
-
setShowUsagesLink
-
getShowUsagesLink
-
setTransferLink
-
getTransferLink
-
setPlainId
-
getPlainId
-
setDocumentLastUpdateTimestamp
-
getDocumentLastUpdateTimestamp
-
setLocked
public void setLocked(boolean locked) -
isLocked
public boolean isLocked() -
setLockerId
-
getLockerId
-
setLockingTime
-
getLockingTime
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) - Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-