org.springframework.extensions.surf.types
Interface ComponentType

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

public interface ComponentType
extends ModelObject

Interface for a ComponentType object type

Author:
muzquiano

Field Summary
static String PROP_URI
           
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 getURI()
          Gets the URI.
 void setURI(String uri)
          Sets the URI.
 
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_URI

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

getURI

String getURI()
Gets the URI.

Returns:
the uRI

setURI

void setURI(String uri)
Sets the URI.

Parameters:
uri - the new uRI


Copyright © 2009 SpringSource, Inc. All Rights Reserved.