ar.com.jmfsg.documentation.model
Class Tag

java.lang.Object
  extended by ar.com.jmfsg.documentation.model.Tag

public class Tag
extends Object


Field Summary
 String color
          HTML Background color for the tag.
 String name
          The name of the tag, this is used both for referencing the tag to use it, and to show to the end user in the documentation
 String title
          Long description for what the tag means.
It will be shown on hovering over the tag.
 
Constructor Summary
Tag()
           
 
Method Summary
 String getColor()
           
 String getName()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
The name of the tag, this is used both for referencing the tag to use it, and to show to the end user in the documentation


color

public String color
HTML Background color for the tag.


title

public String title
Long description for what the tag means.
It will be shown on hovering over the tag.

Constructor Detail

Tag

public Tag()
Method Detail

getName

public String getName()

getColor

public String getColor()

getTitle

public String getTitle()


Copyright © 2013. All Rights Reserved.