Liferay 7.0-ce-b4

com.liferay.portal.kernel.settings
Interface ArchivedSettings

All Superinterfaces:
ModifiableSettings, Settings

public interface ArchivedSettings
extends ModifiableSettings


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.settings.Settings
Settings.Config, Settings.OverrideClass, Settings.Property
 
Method Summary
 void delete()
           
 Date getModifiedDate()
           
 String getName()
           
 String getUserName()
           
 
Methods inherited from interface com.liferay.portal.kernel.settings.ModifiableSettings
getModifiedKeys, reset, reset, setValue, setValues, setValues, store
 
Methods inherited from interface com.liferay.portal.kernel.settings.Settings
getModifiableSettings, getParentSettings, getValue, getValues
 

Method Detail

delete

void delete()
            throws IOException
Throws:
IOException

getModifiedDate

Date getModifiedDate()

getName

String getName()

getUserName

String getUserName()

Liferay 7.0-ce-b4