public class SkinPropertyBean extends AssetPropertyBean
PropertyBean.SimpleValueHolder<T>| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESOURCE_TYPE |
| Constructor and Description |
|---|
SkinPropertyBean() |
| Modifier and Type | Method and Description |
|---|---|
ValueHolder<java.io.Reader> |
getMetadataFileContent()
returns the metadata file (Skin.css) content used
for creation.
|
java.lang.String |
getSkinExtends() |
java.lang.String |
getSkinFamily() |
java.lang.String |
getSkinId() |
java.lang.String |
getSourceMetadataFilePath()
returns the source metadata file path used for creation
|
java.lang.String |
linkPath()
Returns the link prefix for the underlying class to
generate correct REST Links.
|
java.lang.String |
resourceType() |
void |
setMetadataFileContent(java.io.Reader input)
sets the metadata file (Skin.css) content used
for creation.
|
void |
setMetadataFileContent(java.lang.String input)
sets the metadata file (Skin.css) content used
for creation.
|
void |
setMetadataFileContent(ValueHolder<java.io.Reader> input)
sets the metadata file (Skin.css) content used
for creation.
|
void |
setSkinExtends(java.lang.String skinExtends) |
void |
setSkinFamily(java.lang.String skinFamily) |
void |
setSkinId(java.lang.String skinId) |
void |
setSourceMetadataFilePath(java.lang.String sourceMetadataFilePath)
Set the source metadata file path (path of skin.css) used
for creation.
|
addToCustomAttributes, clearCustomAttributes, getCategory, getContentDir, getCustomAttributes, getDescriptionKey, getDisplayName, getDisplayNameKey, getExcludedFrom, getExcludedPortalIds, getIconURI, getLockedBy, getLockedDate, getLogoURL, getResourceBundle, getSeeded, getTranslatedDescription, getUsesCustomSecurity, getVisible, populateLinks, removeFromCustomAttributes, setCategory, setContentDir, setCustomAttributes, setDescriptionKey, setDisplayName, setDisplayNameKey, setExcludedFrom, setExcludedPortalIds, setIconURI, setLockedBy, setLockedDate, setLogoURL, setResourceBundle, setSeeded, setTranslatedDescription, setUsesCustomSecurity, setVisiblegetCreated, getCreator, getCreatorGuid, getCurrentVersionId, getDescription, getDocumentRef, getId, getLocale, getModified, getModifier, getModifierGuid, getName, getNamespace, getNewVersionId, getPortalShortId, getReference, getSecurityId, getShortId, populateSubLinks, setCreated, setCreator, setCurrentVersionId, setDescription, setDocumentRef, setId, setLocale, setModified, setModifier, setName, setNamespace, setNewVersionId, setPortalShortId, setReference, setSecurityId, setShortIdaddLink, addLinkState, getLinkElement, getLinks, getLinkURI, getResourceType, linkStates, linkStates, setLinks, setResourceTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, setNamepublic static final java.lang.String RESOURCE_TYPE
public java.lang.String resourceType()
AssetPropertyBeanresourceType in interface oracle.webcenter.jaxrs.framework.model.LinkedInterfaceresourceType in class AssetPropertyBeanpublic java.lang.String linkPath()
linkPath in class AssetPropertyBeanpublic java.lang.String getSkinId()
public void setSkinId(java.lang.String skinId)
public java.lang.String getSkinFamily()
public void setSkinFamily(java.lang.String skinFamily)
public java.lang.String getSkinExtends()
public void setSkinExtends(java.lang.String skinExtends)
public void setSourceMetadataFilePath(java.lang.String sourceMetadataFilePath)
sourceMetadataFilePath - path of source metadata filepublic java.lang.String getSourceMetadataFilePath()
public ValueHolder<java.io.Reader> getMetadataFileContent()
public void setMetadataFileContent(ValueHolder<java.io.Reader> input)
input - - a ValueHolder that holds the Reader which has the
metadata file content.public void setMetadataFileContent(java.io.Reader input)
input - - a Reader which has the metadata file content.public void setMetadataFileContent(java.lang.String input)
input - - a String that has the content of the metadata file