public class FormDef extends DbItem<FormDef>
vals| Constructor and Description |
|---|
FormDef() |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(FieldDef val) |
int |
compareTo(FormDef that) |
String |
getComment() |
boolean |
getCommitted() |
String |
getCreated() |
boolean |
getDisabled() |
Set<FieldDef> |
getFields() |
String |
getFormName() |
String |
getLastmod() |
String |
getOwner() |
String |
getWaitListLimit() |
int |
hashCode() |
void |
removeField(FieldDef val) |
void |
setComment(String val) |
void |
setCommitted(boolean val) |
void |
setCreated(String val) |
void |
setDisabled(boolean val) |
void |
setFields(Set<FieldDef> val) |
void |
setFormName(String val) |
void |
setLastmod()
Set the lastmod to now.
|
void |
setLastmod(String val) |
void |
setOwner(String val) |
void |
setTimestamps()
Set the various timestamps to now for a new registration.
|
void |
setWaitListLimit(String val) |
String |
toString() |
protected void |
toStringSegment(org.bedework.util.misc.ToString ts)
Add our stuff to the ToString
|
clone, equals, getId, getSeq, setId, setSeq, unsavedasMap, asString, getMap, getProperties, getVals, init, may, mayBool, mayInt, mayList, mayList, must, mustList, setBoolean, setInt, setObject, setProperties, setStringpublic void setFormName(String val)
val - namepublic String getFormName()
public void setOwner(String val)
val - the ownerpublic String getOwner()
public void setCommitted(boolean val)
public boolean getCommitted()
public void setDisabled(boolean val)
public boolean getDisabled()
public void setCreated(String val)
val - datepublic String getCreated()
public void setLastmod(String val)
val - datepublic String getLastmod()
public void setComment(String val)
val - a commentpublic String getComment()
public void setWaitListLimit(String val) throws EventregException
val - a wait list limit - as an integer or an integer followed by "%"EventregExceptionpublic String getWaitListLimit() throws EventregException
EventregExceptionpublic void addField(FieldDef val)
val - a FieldDefpublic void removeField(FieldDef val)
val - public void setTimestamps()
public void setLastmod()
protected void toStringSegment(org.bedework.util.misc.ToString ts)
toStringSegment in class DbItem<FormDef>ts - for resultpublic int compareTo(FormDef that)
Copyright © 2019 Bedework. All rights reserved.