Richfaces UI Components UI 4.1.0.20110910-M2

org.richfaces.validator.model
Class Component

java.lang.Object
  extended by org.richfaces.validator.model.Component

public class Component
extends java.lang.Object


Constructor Summary
Component()
           
 
Method Summary
 java.lang.String getFunction()
           
 java.util.List<Resource> getResource()
          

 java.lang.String getType()
           
 void setFunction(java.lang.String function)
           
 void setResource(java.util.List<Resource> resource)
          

 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

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

Richfaces UI Components UI 4.1.0.20110910-M2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.