org.springframework.extensions.surf.types
Interface Chrome

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

public interface Chrome
extends ModelObject

Interface for a Chrome object type

Author:
muzquiano

Field Summary
static String PROP_CHROME_TYPE
           
static String TYPE_ID
           
 
Fields inherited from interface org.springframework.extensions.surf.ModelObject
PROP_DESCRIPTION, PROP_DESCRIPTION_ID, PROP_ID, PROP_TITLE, PROP_TITLE_ID
 
Method Summary
 String getChromeType()
          Gets the chrome type.
 void setChromeType(String chromeType)
          Sets the chrome type.
 
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_CHROME_TYPE

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

getChromeType

String getChromeType()
Gets the chrome type.

Returns:
the chrome type

setChromeType

void setChromeType(String chromeType)
Sets the chrome type.

Parameters:
chromeType - the new chrome type


Copyright © 2009 SpringSource, Inc. All Rights Reserved.