|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.web.logic.aspects.Aspect
public class Aspect
Configuration for a single data set. A data set describes a particular category of data/classes/ templates/example queries that are displayed on a 'data set homepage' that acts as a starting point for users interested in a particular aspect of the data.
| Constructor Summary | |
|---|---|
Aspect()
|
|
| Method Summary | |
|---|---|
void |
addAspectSource(AspectSource aspectSource)
Add a AspectSource. |
java.util.List |
getAspectSources()
Get the AspectSources. |
java.lang.String |
getIconImage()
Get the icon Image. |
java.lang.String |
getIntroText()
Get the introduction text. |
java.lang.String |
getLargeImage()
Webapp relative path to large image. |
java.lang.String |
getName()
Get the name of the data set. |
java.util.List |
getStartingPoints()
Get a List of starting point class names. |
java.lang.String |
getSubTitle()
Get the subtitle |
java.lang.String |
getTileName()
Get the name of tile/page to embed in the centre of the data set homepage |
void |
setIconImage(java.lang.String iconImage)
Set the icon Image |
void |
setIntroText(java.lang.String introText)
Set the introduction text |
void |
setLargeImage(java.lang.String largeImage)
Set the webapp relative path to the large image. |
void |
setName(java.lang.String name)
Set the data set name. |
void |
setStartingPoints(java.lang.String classnames)
Set the starting point class names as a space seperated list. |
void |
setSubTitle(java.lang.String subTitle)
Set the subtitle. |
void |
setTileName(java.lang.String tileName)
Set the name of the tile/page to embed in the centre of the data set homepage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Aspect()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the data set namepublic java.lang.String getSubTitle()
public void setSubTitle(java.lang.String subTitle)
subTitle - the subtitle for the data setpublic java.util.List getAspectSources()
public void addAspectSource(AspectSource aspectSource)
aspectSource - the AspectSource to addpublic java.lang.String getIconImage()
public void setIconImage(java.lang.String iconImage)
iconImage - the icon Imagepublic java.lang.String getIntroText()
public void setIntroText(java.lang.String introText)
introText - the introduction textpublic java.lang.String getLargeImage()
public void setLargeImage(java.lang.String largeImage)
largeImage - path to large imagepublic java.lang.String getTileName()
public void setTileName(java.lang.String tileName)
tileName - the name of the tile/page to embed in the centre of the data set homepagepublic void setStartingPoints(java.lang.String classnames)
classnames - class names as a space seperated listpublic java.util.List getStartingPoints()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||