Package org.apache.syncope.common.lib.to
Class AttrRepoTO
java.lang.Object
org.apache.syncope.common.lib.to.AttrRepoTO
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getConf()
getItems()
getKey()
int
getOrder()
getState()
int
hashCode()
void
setConf
(AttrRepoConf conf) void
setDescription
(String description) void
void
setOrder
(int order) void
setState
(AttrRepoState state)
-
Constructor Details
-
AttrRepoTO
public AttrRepoTO()
-
-
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()
-