public class KitchenSinkFormCollection1 extends Object
Constructor and Description |
---|
KitchenSinkFormCollection1() |
KitchenSinkFormCollection1(KitchenSinkFormCollection1 collection) |
KitchenSinkFormCollection1(String name,
String description,
String dateString) |
Modifier and Type | Method and Description |
---|---|
static Integer |
assignId() |
static List<KitchenSinkFormCollection1> |
clone(List<KitchenSinkFormCollection1> collection1List) |
Date |
getDate() |
String |
getDescription() |
Integer |
getId() |
List<KitchenSinkFormCollection2> |
getList1() |
List<KitchenSinkFormCollection2> |
getList3() |
String |
getName() |
Boolean |
getSelected() |
void |
setDate(Date date) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setList1(List<KitchenSinkFormCollection2> list1) |
void |
setList3(List<KitchenSinkFormCollection2> list3) |
void |
setName(String name) |
void |
setSelected(Boolean selected) |
public KitchenSinkFormCollection1()
public KitchenSinkFormCollection1(KitchenSinkFormCollection1 collection)
public KitchenSinkFormCollection1(String name, String description, String dateString)
public Boolean getSelected()
public void setSelected(Boolean selected)
public String getDescription()
public void setDescription(String description)
public List<KitchenSinkFormCollection2> getList1()
public void setList1(List<KitchenSinkFormCollection2> list1)
public List<KitchenSinkFormCollection2> getList3()
public void setList3(List<KitchenSinkFormCollection2> list3)
public static List<KitchenSinkFormCollection1> clone(List<KitchenSinkFormCollection1> collection1List)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.