org.kuali.maven.ec2.pojo
Class Column

java.lang.Object
  extended by org.kuali.maven.ec2.pojo.Column

public class Column
extends Object


Constructor Summary
Column()
           
Column(String title)
           
 
Method Summary
 String getTitle()
           
 int getWidth()
           
 void setTitle(String title)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Column

public Column()

Column

public Column(String title)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.