public class PortalDevicePropertyBean extends PropertyBean
PortalDevice
Portal API type. Instances of PortalDevicePropertyBean
are used to create and to get and set properties on instances of PortalDevice
.PortalDevice
, PortalObjectRepository
PropertyBean.SimpleValueHolder<T>
Constructor and Description |
---|
PortalDevicePropertyBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName() |
java.lang.String |
getIcon() |
java.lang.String |
getUserAgent() |
boolean |
isSeeded() |
java.lang.String |
resourceType() |
void |
setDisplayName(java.lang.String displayName) |
void |
setIcon(java.lang.String icon) |
void |
setSeeded(boolean seeded) |
void |
setUserAgent(java.lang.String userAgent) |
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 setUserAgent(java.lang.String userAgent)
public java.lang.String getUserAgent()
public void setSeeded(boolean seeded)
public boolean isSeeded()
public java.lang.String resourceType()
resourceType
in interface oracle.webcenter.jaxrs.framework.model.LinkedInterface
resourceType
in class PropertyBean