RichFaces UI Components UI 4.1.0.CR2

org.richfaces.validator.model
Class Resource

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

public class Resource
extends Object


Constructor Summary
Resource()
           
 
Method Summary
 String getLibrary()
          

 String getName()
          

 void setLibrary(String library)
          

 void setName(String name)
          

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource()
Method Detail

getName

public String getName()

Returns:
the name

setName

public void setName(String name)

Parameters:
name - the name to set

getLibrary

public String getLibrary()

Returns:
the library

setLibrary

public void setLibrary(String library)

Parameters:
library - the library to set

RichFaces UI Components UI 4.1.0.CR2

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