org.kuali.common.util.html
Class Tag

java.lang.Object
  extended by org.kuali.common.util.html.Tag

public class Tag
extends Object

Lightweight pojo for helping generate html.


Constructor Summary
Tag()
          No args constructor.
Tag(String newName)
           
Tag(String newName, String newClazz)
           
Tag(String newName, String newClazz, String newId)
           
 
Method Summary
 String getClazz()
           
 String getId()
           
 String getName()
           
 void setClazz(String newClazz)
           
 void setId(String newId)
           
 void setName(String newName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag()
No args constructor.


Tag

public Tag(String newName)
Parameters:
newName - the newName to set

Tag

public Tag(String newName,
           String newClazz)
Parameters:
newName - the newName to set
newClazz - the newClazz to set

Tag

public Tag(String newName,
           String newClazz,
           String newId)
Parameters:
newName - the newName to set
newClazz - the newClazz to set
newId - the newId to set
Method Detail

getName

public final String getName()
Returns:
the name

setName

public final void setName(String newName)
Parameters:
newName - the newName to set

getId

public final String getId()
Returns:
the id

setId

public final void setId(String newId)
Parameters:
newId - the newId to set

getClazz

public final String getClazz()
Returns:
the clazz

setClazz

public final void setClazz(String newClazz)
Parameters:
newClazz - the newClazz to set


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.