public class Profile
extends java.lang.Object
Constructor and Description |
---|
Profile(javax.xml.registry.infomodel.RegistryObject profileObject,
boolean isReadOnly) |
Modifier and Type | Method and Description |
---|---|
javax.xml.registry.infomodel.RegistryObject |
getProfileObject() |
boolean |
isReadOnly() |
void |
setProfileObject(javax.xml.registry.infomodel.RegistryObject profileObject) |
void |
setReadOnly(boolean isReadOnly) |
public Profile(javax.xml.registry.infomodel.RegistryObject profileObject, boolean isReadOnly)
public boolean isReadOnly()
public void setReadOnly(boolean isReadOnly)
Set
- if the profile should be rendered as read-onlypublic javax.xml.registry.infomodel.RegistryObject getProfileObject()
public void setProfileObject(javax.xml.registry.infomodel.RegistryObject profileObject)
profileObject
- the profileObject to set