public class PortalDeviceAttributePropertyBean extends PropertyBean
PortalDeviceAttribute
Portal API type. Instances of PortalDeviceAttributePropertyBean
are used to create and to get and set properties on instances of PortalDeviceAttribute
.PortalDeviceAttribute
, PortalObjectRepository
PropertyBean.SimpleValueHolder<T>
Constructor and Description |
---|
PortalDeviceAttributePropertyBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
boolean |
isOptional() |
boolean |
isSeeded() |
java.lang.String |
resourceType() |
void |
setOptional(boolean optional) |
void |
setSeeded(boolean seeded) |
void |
setValue(java.lang.String value) |
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 setValue(java.lang.String value)
public java.lang.String getValue()
public void setOptional(boolean optional)
public boolean isOptional()
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