org.richfaces.validator.model
Class Component
java.lang.Object
org.richfaces.validator.model.Component
public class Component
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Component
public Component()
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type
- the type to set
getFunction
public String getFunction()
- Returns:
- the function
setFunction
public void setFunction(String function)
- Parameters:
function
- the function to set
getResource
public List<Resource> getResource()
- Returns:
- the resource
setResource
public void setResource(List<Resource> resource)
- Parameters:
resource
- the resource to set
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.