Class FeatureListItemBean
java.lang.Object
net.anotheria.anosite.gen.asfeature.bean.FeatureListItemBean
- 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()intgetName()booleanbooleanbooleanisLocked()booleanvoidsetActiveInProduction(boolean activeInProduction) voidsetDocumentLastUpdateTimestamp(String documentLastUpdateTimestamp) voidsetEnabled(boolean enabled) voidvoidsetGuardsForSorting(List<String> guardsForSorting) voidvoidsetIdForSorting(String idForSorting) voidsetLocked(boolean locked) voidsetLockerId(String lockerId) voidsetLockingTime(String lockingTime) voidvoidsetNameForSorting(String nameForSorting) voidsetObsolete(boolean obsolete) voidsetPlainId(String plainId)
-
Constructor Details
-
FeatureListItemBean
public FeatureListItemBean()
-
-
Method Details
-
setIdForSorting
-
getIdForSorting
public int getIdForSorting() -
setId
-
getId
-
setNameForSorting
-
getNameForSorting
-
setName
-
getName
-
setEnabled
public void setEnabled(boolean enabled) -
isEnabled
public boolean isEnabled() -
setActiveInProduction
public void setActiveInProduction(boolean activeInProduction) -
isActiveInProduction
public boolean isActiveInProduction() -
setObsolete
public void setObsolete(boolean obsolete) -
isObsolete
public boolean isObsolete() -
setGuardsForSorting
-
getGuardsForSorting
-
setGuards
-
getGuards
-
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
-