Package com.microstrategy.web.objects
Interface WebPropertyObj
-
- All Superinterfaces:
WebProperty
public interface WebPropertyObj extends WebProperty
- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuildXML(WebXMLBuilder builder)voidcopy(WebPropertyObj src)voidcopyValue(WebPropertyObj fromProp)WebPropertySetgetPropertySet()voidmarkUseDefaultImpl()voidpopulate(org.xml.sax.Attributes attrs)voidsetDefaultValueImpl(java.lang.String newValue)voidsetDirty(boolean isDirty)voidsetPropertySet(WebPropertySet ps)voidsetReadOnly(boolean isReadOnly)voidsetValueImpl(java.lang.String newValue)-
Methods inherited from interface com.microstrategy.web.objects.WebProperty
getDefaultValue, getID, getName, getType, getUseDefault, getValue, isDirty, save, save, setUseDefault, setValue
-
-
-
-
Method Detail
-
setReadOnly
void setReadOnly(boolean isReadOnly)
-
setDirty
void setDirty(boolean isDirty)
-
populate
void populate(org.xml.sax.Attributes attrs) throws SAXSupportException- Throws:
SAXSupportException
-
copy
void copy(WebPropertyObj src)
-
copyValue
void copyValue(WebPropertyObj fromProp)
-
setPropertySet
void setPropertySet(WebPropertySet ps)
-
getPropertySet
WebPropertySet getPropertySet()
-
markUseDefaultImpl
void markUseDefaultImpl()
-
buildXML
void buildXML(WebXMLBuilder builder)
-
setValueImpl
void setValueImpl(java.lang.String newValue)
-
setDefaultValueImpl
void setDefaultValueImpl(java.lang.String newValue)
-
-