Package com.openkm.sdk4j.bean
Class UserConfig
- java.lang.Object
-
- com.openkm.sdk4j.bean.UserConfig
-
- All Implemented Interfaces:
Serializable
public class UserConfig extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHomeNode()longgetId()ProfilegetProfile()TenantgetTenant()StringgetUser()voidsetHomeNode(String homeNode)voidsetId(long id)voidsetProfile(Profile profile)voidsetTenant(Tenant tenant)voidsetUser(String user)StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getUser
public String getUser()
-
setUser
public void setUser(String user)
-
getHomeNode
public String getHomeNode()
-
setHomeNode
public void setHomeNode(String homeNode)
-
getProfile
public Profile getProfile()
-
setProfile
public void setProfile(Profile profile)
-
getTenant
public Tenant getTenant()
-
setTenant
public void setTenant(Tenant tenant)
-
-