com.stratelia.webactiv.beans.admin
Class ProfileInst
java.lang.Object
com.stratelia.webactiv.beans.admin.ProfileInst
- All Implemented Interfaces:
- Serializable, Cloneable
public class ProfileInst
- extends Object
- implements Serializable, Cloneable
- See Also:
- Serialized Form
Constructor Summary |
ProfileInst()
Creates new ProfileInst |
ProfileInst
public ProfileInst()
- Creates new ProfileInst
clone
public Object clone()
- Overrides:
clone
in class Object
setId
public void setId(String sId)
getId
public String getId()
setName
public void setName(String sName)
getName
public String getName()
setLabel
public void setLabel(String sLabel)
getLabel
public String getLabel()
setDescription
public void setDescription(String sDescription)
getDescription
public String getDescription()
setComponentFatherId
public void setComponentFatherId(String sComponentFatherId)
getComponentFatherId
public String getComponentFatherId()
getNumGroup
public int getNumGroup()
getGroup
public String getGroup(int nIndex)
addGroup
public void addGroup(String sGroupId)
removeGroup
public void removeGroup(String sGroupId)
getAllGroups
public ArrayList<String> getAllGroups()
removeAllGroups
public void removeAllGroups()
getNumUser
public int getNumUser()
getUser
public String getUser(int nIndex)
addUser
public void addUser(String sUserId)
removeUser
public void removeUser(String sUserId)
getAllUsers
public ArrayList<String> getAllUsers()
removeAllUsers
public void removeAllUsers()
addUsers
public void addUsers(List<String> users)
addGroups
public void addGroups(List<String> groups)
isInherited
public boolean isInherited()
setInherited
public void setInherited(boolean isInherited)
getObjectId
public int getObjectId()
setObjectId
public void setObjectId(int objectId)
getObjectFatherId
public int getObjectFatherId()
setObjectFatherId
public void setObjectFatherId(int objectFatherId)
setGroupsAndUsers
public void setGroupsAndUsers(String[] groupIds,
String[] userIds)
getObjectType
public String getObjectType()
setObjectType
public void setObjectType(String objectType)
isEmpty
public boolean isEmpty()
Copyright © 2016 Silverpeas. All Rights Reserved.