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 void
buildXML(WebXMLBuilder builder)
void
copy(WebPropertyObj src)
void
copyValue(WebPropertyObj fromProp)
WebPropertySet
getPropertySet()
void
markUseDefaultImpl()
void
populate(org.xml.sax.Attributes attrs)
void
setDefaultValueImpl(java.lang.String newValue)
void
setDirty(boolean isDirty)
void
setPropertySet(WebPropertySet ps)
void
setReadOnly(boolean isReadOnly)
void
setValueImpl(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)
-
-