public class PortalDeviceGroupPropertyBean extends PropertyBean
PortalDeviceGroup
Portal API type. Instances of PortalDeviceGroupPropertyBean
are used to create and to get and set properties on instances of PortalDeviceGroup
.PortalDeviceGroup
, PortalObjectRepository
PropertyBean.SimpleValueHolder<T>
Constructor and Description |
---|
PortalDeviceGroupPropertyBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName() |
java.lang.String |
getIcon() |
boolean |
isDefault() |
boolean |
isEnabled() |
boolean |
isSeeded() |
java.lang.String |
resourceType() |
void |
setDefault(boolean isDefault) |
void |
setDisplayName(java.lang.String displayName) |
void |
setEnabled(boolean enabled) |
void |
setIcon(java.lang.String icon) |
void |
setSeeded(boolean seeded) |
getCreated, getCreator, getCreatorGuid, getCurrentVersionId, getDescription, getDocumentRef, getId, getLocale, getModified, getModifier, getModifierGuid, getName, getNamespace, getNewVersionId, getPortalShortId, getReference, getSecurityId, getShortId, populateLinks, populateSubLinks, setCreated, setCreator, setCurrentVersionId, setDescription, setDocumentRef, setId, setLocale, setModified, setModifier, setName, setNamespace, setNewVersionId, setPortalShortId, setReference, setSecurityId, setShortId
public void setDisplayName(java.lang.String displayName)
public java.lang.String getDisplayName()
public void setIcon(java.lang.String icon)
public java.lang.String getIcon()
public void setSeeded(boolean seeded)
public boolean isSeeded()
public void setDefault(boolean isDefault)
public boolean isDefault()
public void setEnabled(boolean enabled)
public boolean isEnabled()
public java.lang.String resourceType()
resourceType
in interface oracle.webcenter.jaxrs.framework.model.LinkedInterface
resourceType
in class PropertyBean