public interface NameValueResource extends ManagedResource
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
AssetResource |
getParent() |
java.lang.String |
getValue() |
void |
setKey(java.lang.String key) |
void |
setParent(AssetResource p) |
void |
setValue(java.lang.String value) |
getAuthorizedActions, getCreated, getCreator, getDescription, getDocumentRef, getId, getIsInitialized, getIsSecured, getIsSeeded, getModified, getModifier, getName, getNamespace, getPortal, getRootSecurityEntity, getSecurityEntity, getSecurityId, getShortId, getType, getVersionId, inheritsSecurity, lock, setCreated, setCreator, setDescription, setDocumentRef, setIsInitialized, setIsSeeded, setName, setNamespace, setPortal, setSecurityEntity, setSecurityId, setVersionId
@PersistProperty(type=STRING, offset=1) java.lang.String getKey()
void setKey(java.lang.String key)
@PersistProperty(type=STRING, offset=2) java.lang.String getValue()
void setValue(java.lang.String value)
@PersistReference(eager=true, strong=false, export=false) AssetResource getParent()
void setParent(AssetResource p)