public static class PropertySheetPage.Bean extends Object
| Constructor and Description |
|---|
Bean() |
| Modifier and Type | Method and Description |
|---|---|
double |
getADouble() |
Calendar |
getCalendar() |
Calendar |
getCalendar1() |
Color |
getColor() |
String |
getConstrained() |
Date |
getDate() |
Date |
getDate1() |
int |
getId() |
String |
getName() |
File |
getPath() |
String |
getSeason() |
PropertySheetPage.Seasons |
getSeasonEnum() |
String |
getText() |
long |
getTime() |
String |
getVersion() |
boolean |
isVisible() |
void |
setADouble(double d) |
void |
setCalendar(Calendar value) |
void |
setCalendar1(Calendar value) |
void |
setColor(Color color) |
void |
setConstrained(String constrained) |
void |
setDate(Date value) |
void |
setDate1(Date value) |
void |
setId(int id) |
void |
setName(String name) |
void |
setPath(File path) |
void |
setSeason(String s) |
void |
setSeasonEnum(PropertySheetPage.Seasons s) |
void |
setText(String text) |
void |
setTime(long time) |
void |
setVisible(boolean visible) |
String |
toString() |
public Calendar getCalendar()
public void setCalendar(Calendar value)
public Date getDate()
public void setDate(Date value)
public Calendar getCalendar1()
public void setCalendar1(Calendar value)
public Date getDate1()
public void setDate1(Date value)
public String getName()
public void setName(String name)
public String getText()
public void setText(String text)
public long getTime()
public void setTime(long time)
public String getVersion()
public boolean isVisible()
public void setVisible(boolean visible)
public int getId()
public void setId(int id)
public File getPath()
public void setPath(File path)
public Color getColor()
public void setColor(Color color)
public void setADouble(double d)
public double getADouble()
public void setSeasonEnum(PropertySheetPage.Seasons s)
public PropertySheetPage.Seasons getSeasonEnum()
public void setSeason(String s)
public String getSeason()
public String getConstrained()
public void setConstrained(String constrained) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2017. All rights reserved.