abstract
String
|
getDefaultValue()
Return the default value for this WebProperty.
|
abstract
int
|
getID()
Return the ID information of this WebProperty.
|
abstract
String
|
getName()
Return the name of this WebProperty.
|
abstract
int
|
getType()
Return the type of this WebProperty.
|
abstract
boolean
|
getUseDefault()
Return whether current WebProperty using the default value in MetaData.
|
abstract
String
|
getValue()
Return the value of this WebProperty.
|
abstract
boolean
|
isDirty()
Return true if this WebProperty has been changed since first time initialization
or last time saving.
|
abstract
void
|
save(WebIServerSession session)
Saves changes back to the MetaData using the specified session.
|
abstract
void
|
save()
Save the change back to MetaData.
|
abstract
void
|
setUseDefault(boolean useDefault)
Set this WebProperty to use the default value in MetaData or not.
|
abstract
void
|
setValue(String value)
Set the value of this WebProperty.
|