com.stratelia.webactiv.beans.admin
Class ProfileInst

java.lang.Object
  extended by 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
 
Method Summary
 void addGroup(String sGroupId)
           
 void addGroups(List<String> groups)
           
 void addUser(String sUserId)
           
 void addUsers(List<String> users)
           
 Object clone()
           
 ArrayList<String> getAllGroups()
           
 ArrayList<String> getAllUsers()
           
 String getComponentFatherId()
           
 String getDescription()
           
 String getGroup(int nIndex)
           
 String getId()
           
 String getLabel()
           
 String getName()
           
 int getNumGroup()
           
 int getNumUser()
           
 int getObjectFatherId()
           
 int getObjectId()
           
 String getObjectType()
           
 String getUser(int nIndex)
           
 boolean isEmpty()
           
 boolean isInherited()
           
 void removeAllGroups()
           
 void removeAllUsers()
           
 void removeGroup(String sGroupId)
           
 void removeUser(String sUserId)
           
 void setComponentFatherId(String sComponentFatherId)
           
 void setDescription(String sDescription)
           
 void setGroupsAndUsers(String[] groupIds, String[] userIds)
           
 void setId(String sId)
           
 void setInherited(boolean isInherited)
           
 void setLabel(String sLabel)
           
 void setName(String sName)
           
 void setObjectFatherId(int objectFatherId)
           
 void setObjectId(int objectId)
           
 void setObjectType(String objectType)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileInst

public ProfileInst()
Creates new ProfileInst

Method Detail

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.