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
public class AttrRepoTO extends Object implements EntityTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttrRepoTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
AttrRepoConf
getConf()
String
getDescription()
List<Item>
getItems()
String
getKey()
int
getOrder()
AttrRepoState
getState()
int
hashCode()
void
setConf(AttrRepoConf conf)
void
setDescription(String description)
void
setKey(String key)
void
setOrder(int order)
void
setState(AttrRepoState state)
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getState
public AttrRepoState getState()
-
setState
public void setState(AttrRepoState state)
-
getOrder
public int getOrder()
-
setOrder
public void setOrder(int order)
-
getConf
public AttrRepoConf getConf()
-
setConf
public void setConf(AttrRepoConf conf)
-
-