com.centrasite.control.registry.items
Class RegistryObjectItem.ProfileVisibilityBean

java.lang.Object
  extended by com.centrasite.control.registry.items.RegistryObjectItem.ProfileVisibilityBean
Enclosing class:
RegistryObjectItem

public class RegistryObjectItem.ProfileVisibilityBean
extends java.lang.Object


Constructor Summary
RegistryObjectItem.ProfileVisibilityBean(javax.xml.registry.infomodel.RegistryEntry profile, java.util.Map<java.lang.Integer,java.lang.Character> currentUserProfilePermissions, com.centrasite.jaxr.assettype.ProfileManager profileManager)
           
 
Method Summary
 boolean isProfileReadOnly()
           
 boolean isProfileVisible()
           
 void setProfileReadOnly(boolean isProfileReadOnly)
           
 void setProfileVisible(boolean isProfileVisible)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryObjectItem.ProfileVisibilityBean

public RegistryObjectItem.ProfileVisibilityBean(javax.xml.registry.infomodel.RegistryEntry profile,
                                                java.util.Map<java.lang.Integer,java.lang.Character> currentUserProfilePermissions,
                                                com.centrasite.jaxr.assettype.ProfileManager profileManager)
                                         throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException
Method Detail

isProfileVisible

public boolean isProfileVisible()

setProfileVisible

public void setProfileVisible(boolean isProfileVisible)

isProfileReadOnly

public boolean isProfileReadOnly()

setProfileReadOnly

public void setProfileReadOnly(boolean isProfileReadOnly)