RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.model
Class ClassImport

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.ClassImport

public class ClassImport
extends Object

Author:
Nick Belaevski

Constructor Summary
ClassImport()
           
 
Method Summary
 List<String> getNames()
           
 String getPackage()
           
 boolean isStatic()
           
 void setNames(List<String> classes)
           
 void setPackage(String packageName)
           
 void setStatic(boolean staticImport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassImport

public ClassImport()
Method Detail

getPackage

public String getPackage()
Returns:
the package_

setPackage

public void setPackage(String packageName)
Parameters:
packageName - the package_ to set

isStatic

public boolean isStatic()
Returns:
the static_

setStatic

public void setStatic(boolean staticImport)
Parameters:
static_ - the static_ to set

getNames

public List<String> getNames()
Returns:
the classes

setNames

public void setNames(List<String> classes)
Parameters:
classes - the classes to set

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.