atg.portal.framework
Interface Style


public interface Style

An interface used to describe a theme. The properties of this interface return information about a style sheet


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.lang.String getAuthor()
          Access the author
 java.util.Date getCreationDate()
          Access the creation date
 java.lang.String getCSSURL()
          Access a url to a cascading style sheet
 java.lang.String getDescription()
          Access the description of the style
 java.lang.String getId()
          Access the id of the style
 java.util.Date getLastModified()
          Access the last modified date
 java.lang.String getName()
          Access the name of the style
 java.lang.String getServletContext()
          Access the servletContext
 java.lang.String getVersion()
          Access the version
 void setAuthor(java.lang.String pAuthor)
          Set the author of the style
 void setCSSURL(java.lang.String pCSSURL)
          Set the cssURL of the style
 void setDescription(java.lang.String pDescription)
          Set the description of the style
 void setName(java.lang.String pName)
          Set the name of the style
 void setServletContext(java.lang.String pServletContext)
          Set the servletContext of the style
 void setVersion(java.lang.String pVersion)
          Set the version of the style
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getId

java.lang.String getId()
Access the id of the style

Returns:
an id

getName

java.lang.String getName()
Access the name of the style

Returns:
a name

setName

void setName(java.lang.String pName)
Set the name of the style

Parameters:
a - name

getDescription

java.lang.String getDescription()
Access the description of the style

Returns:
a description

setDescription

void setDescription(java.lang.String pDescription)
Set the description of the style

Parameters:
a - description

getCreationDate

java.util.Date getCreationDate()
Access the creation date

Returns:
a date

getLastModified

java.util.Date getLastModified()
Access the last modified date

Returns:
a date

getAuthor

java.lang.String getAuthor()
Access the author

Returns:
an author

setAuthor

void setAuthor(java.lang.String pAuthor)
Set the author of the style

Parameters:
a - author

getVersion

java.lang.String getVersion()
Access the version

Returns:
a version

setVersion

void setVersion(java.lang.String pVersion)
Set the version of the style

Parameters:
a - version

getCSSURL

java.lang.String getCSSURL()
Access a url to a cascading style sheet

Returns:
a url

setCSSURL

void setCSSURL(java.lang.String pCSSURL)
Set the cssURL of the style

Parameters:
a - cssURL

getServletContext

java.lang.String getServletContext()
Access the servletContext

Returns:
a servletContext

setServletContext

void setServletContext(java.lang.String pServletContext)
Set the servletContext of the style

Parameters:
a - servletContext