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