|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DMSForm
The base interface for all forms in @enterprise DMS
Method Summary | ||
---|---|---|
|
getField(java.lang.String name)
Returns the value of the specified field |
|
java.lang.Class<?> |
getFieldType(java.lang.String name)
Returns the class of the specified field |
|
FormType |
getFormType()
Returns the form type of this form |
|
boolean |
hasField(java.lang.String name)
Returns if the form has a field with the specified name |
|
void |
setField(java.lang.String name,
java.lang.Object value)
Sets the value of the specified field |
Methods inherited from interface com.groiss.dms.DMSObject |
---|
attachNote, getAcl, getChangedAt, getChangedBy, getCreatedAt, getCreatedBy, getDefaultOrgUnit, getIcon, getName, getTypeName, hasAttachedNotes, hasVersions, listAttachedNotes, listVersions, makeCopy, makeVersion, removeNote, setAcl, setName |
Methods inherited from interface com.dec.avw.core.OwnedObject |
---|
getOwner, ignoreSubstitution |
Methods inherited from interface com.groiss.store.Persistent |
---|
dbFields, getOid, getStore, getTableName, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore |
Methods inherited from interface com.groiss.org.HasLog |
---|
getVersionId, setVersionId |
Method Detail |
---|
boolean hasField(java.lang.String name)
name
- the name of the field to investigate
<T> T getField(java.lang.String name)
name
- the name of the field which value is wantedjava.lang.Class<?> getFieldType(java.lang.String name)
name
- the name of the field which value is wanted
void setField(java.lang.String name, java.lang.Object value)
name
- the name of the fieldvalue
- the value for the fieldFormType getFormType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |