org.kuali.common.util.html
Class Tag
java.lang.Object
org.kuali.common.util.html.Tag
public class Tag
- extends Object
Lightweight pojo for helping generate html.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 setnewClazz - the newClazz to set
Tag
public Tag(String newName,
String newClazz,
String newId)
- Parameters:
newName - the newName to setnewClazz - the newClazz to setnewId - the newId to set
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.