@Entity public class EServerOptions extends Object implements de.taimos.dao.IEntity<Long>
| Constructor and Description |
|---|
EServerOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBgcolor() |
String |
getDescription() |
Long |
getId() |
String |
getName() |
boolean |
isAllowautoupdate() |
boolean |
isNeedsApproval() |
void |
setAllowautoupdate(boolean allowautoupdate) |
void |
setBgcolor(String bgcolor) |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setName(String name) |
void |
setNeedsApproval(boolean needsApproval) |
public void setId(long id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getBgcolor()
public void setBgcolor(String bgcolor)
bgcolor - the bgcolor to setpublic boolean isAllowautoupdate()
public void setAllowautoupdate(boolean allowautoupdate)
allowautoupdate - the allowautoupdate to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic boolean isNeedsApproval()
public void setNeedsApproval(boolean needsApproval)
needsApproval - the needsApproval to setCopyright © 2014 Cinovo AG. All Rights Reserved.