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