org.springframework.extensions.surf.types
Interface Configuration

All Superinterfaces:
ModelObject, Serializable
All Known Implementing Classes:
ConfigurationImpl

public interface Configuration
extends ModelObject

Interface for a Configuration object type

Author:
muzquiano

Field Summary
static String PROP_SOURCE_ID
           
static String TYPE_ID
           
static String VALUE_SOURCE_ID_SITE
           
 
Fields inherited from interface org.springframework.extensions.surf.ModelObject
PROP_DESCRIPTION, PROP_DESCRIPTION_ID, PROP_ID, PROP_TITLE, PROP_TITLE_ID
 
Method Summary
 String getSourceId()
          Gets the source id.
 void setSourceId(String sourceId)
          Sets the source id.
 
Methods inherited from interface org.springframework.extensions.surf.ModelObject
getBooleanProperty, getCustomProperties, getCustomProperty, getDescription, getDescriptionId, getDocument, getId, getKey, getModelProperties, getModelProperty, getModelVersion, getModificationTime, getPersisterId, getProperties, getProperty, getStoragePath, getTitle, getTitleId, getTypeId, isSaved, removeCustomProperty, removeModelProperty, removeProperty, setCustomProperty, setDescription, setDescriptionId, setModelProperty, setProperty, setTitle, setTitleId, touch, toXML
 

Field Detail

TYPE_ID

static final String TYPE_ID
See Also:
Constant Field Values

PROP_SOURCE_ID

static final String PROP_SOURCE_ID
See Also:
Constant Field Values

VALUE_SOURCE_ID_SITE

static final String VALUE_SOURCE_ID_SITE
See Also:
Constant Field Values
Method Detail

getSourceId

String getSourceId()
Gets the source id.

Returns:
the source id

setSourceId

void setSourceId(String sourceId)
Sets the source id.

Parameters:
sourceId - the new source id


Copyright © 2009 SpringSource, Inc. All Rights Reserved.