Package org.apache.syncope.common.lib.to
Class AuthModuleTO
java.lang.Object
org.apache.syncope.common.lib.to.AuthModuleTO
- All Implemented Interfaces:
Serializable,BaseBean,EntityTO
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetConf()getItems()getKey()intgetOrder()getState()inthashCode()voidsetConf(AuthModuleConf conf) voidsetDescription(String description) voidvoidsetOrder(int order) voidsetState(AuthModuleState state)
-
Constructor Details
-
AuthModuleTO
public AuthModuleTO()
-
-
Method Details
-
getKey
-
setKey
-
getDescription
-
setDescription
-
getState
-
setState
-
getOrder
public int getOrder() -
setOrder
public void setOrder(int order) -
getItems
-
getConf
-
setConf
-
equals
-
hashCode
public int hashCode()
-