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
public class AuthModuleTO extends Object implements EntityTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthModuleTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)AuthModuleConfgetConf()StringgetDescription()List<Item>getItems()StringgetKey()intgetOrder()AuthModuleStategetState()inthashCode()voidsetConf(AuthModuleConf conf)voidsetDescription(String description)voidsetKey(String key)voidsetOrder(int order)voidsetState(AuthModuleState state)
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getState
public AuthModuleState getState()
-
setState
public void setState(AuthModuleState state)
-
getOrder
public int getOrder()
-
setOrder
public void setOrder(int order)
-
getConf
public AuthModuleConf getConf()
-
setConf
public void setConf(AuthModuleConf conf)
-
-