org.eclipse.actf.visualization.eval
Interface IGuidelineItem


public interface IGuidelineItem

Interface to hold guideline item information


Method Summary
 String getGuidelineName()
           
 String getId()
           
 String getLevel()
           
 String getUrl()
           
 void setId(String id)
          Set ID of guideline item (e.g., 1.1, 2.2, etc.)
 void setLevel(String level)
          Set level of guideline item (e.g., P1, P2, etc.)
 void setUrl(String url)
          Set URL of public introduction page of guideline item
 

Method Detail

getGuidelineName

String getGuidelineName()
Returns:
name of guideline

getLevel

String getLevel()
Returns:
level of guideline item (e.g., P1, P2, etc.)

getId

String getId()
Returns:
ID of guideline item (e.g., 1.1, 2.2, etc.)

getUrl

String getUrl()
Returns:
URL of public introduction page of guideline item

setLevel

void setLevel(String level)
Set level of guideline item (e.g., P1, P2, etc.)

Parameters:
level - target level

setId

void setId(String id)
Set ID of guideline item (e.g., 1.1, 2.2, etc.)

Parameters:
id - target id

setUrl

void setUrl(String url)
Set URL of public introduction page of guideline item

Parameters:
url - target URL