|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.Asset
com.adobe.icc.dbforms.obj.Form
public final class Form
POJO representation of a Layout asset.
Extends the basic attributes from an Asset, and contains the set of TargetAreas and Fields
in the Layout's XDP.
| Field Summary | |
|---|---|
static String |
ASSOCIATION_CUTPOINT
|
static String |
FIRST_LEVEL_CUTPOINT
|
static String |
FORM_CLASS
|
static String |
HIERARCHY_CUTPOINT
|
| Fields inherited from class com.adobe.icc.dbforms.obj.Asset |
|---|
ASSET_CLASS |
| Constructor Summary | |
|---|---|
Form()
|
|
Form(String id,
String name,
String desc,
int state,
long start,
long end,
Category ucat,
Category lcat,
String fileName,
int version,
String comment,
String lastChangeBy,
boolean outboxEnabled)
Constructor from parameters. |
|
| Method Summary | |
|---|---|
Set |
getFields()
Get the Fields in the Layout. |
String |
getFileName()
Get the file name for the Layout. |
byte[] |
getFilexdp()
Get the XDP byte array of the Layout. |
String |
getServerFilePath()
For internal use. |
Set |
getTables()
|
Set |
getTargetAreas()
Get the TargetAreas in the Layout. |
void |
setFields(Set fields)
Sets the Fields in the Layout. |
void |
setFileName(String fileName)
Sets the file name for the Layout. |
void |
setFilexdp(byte[] filexdp)
Sets the XDP byte array of the Layout. |
void |
setServerFilePath(String serverFilePath)
For internal use. |
void |
setTables(Set tables)
|
void |
setTargetAreas(Set targetAreaList)
Sets the TargetAreas in the Layout. |
| Methods inherited from class com.adobe.icc.dbforms.obj.Asset |
|---|
getActiveEndDate, getActiveStartDate, getComment, getDesc, getExtendedProperties, getId, getLastChangeBy, getLastPublishDate, getLastUpdateDate, getLcat, getName, getState, getUcat, getUpdatedBy, getVersion, setActiveEndDate, setActiveStartDate, setComment, setDesc, setExtendedProperties, setId, setLastChangeBy, setLastPublishDate, setLastUpdateDate, setLcat, setName, setState, setUcat, setUpdatedBy, setVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FORM_CLASS
public static final String ASSOCIATION_CUTPOINT
public static final String HIERARCHY_CUTPOINT
public static final String FIRST_LEVEL_CUTPOINT
| Constructor Detail |
|---|
public Form()
public Form(String id,
String name,
String desc,
int state,
long start,
long end,
Category ucat,
Category lcat,
String fileName,
int version,
String comment,
String lastChangeBy,
boolean outboxEnabled)
id - unique identifier of the Layout.name - name of the Layout.desc - description of the Layout.state - state of the Layout.start - activation start date of the Layout.end - activation end date of the Layout.ucat - Category of the Layout.lcat - Subcategory of the Layout.fileName - file name of the XDP of the Layout.version - version of the Layout.comment - comment for the Layout.lastChange - user creating the Layout.outboxEnabled - This property is not used anymore.| Method Detail |
|---|
public Set getTables()
public void setTables(Set tables)
public String getFileName()
public void setFileName(String fileName)
fileName - The file name for the Layout.public byte[] getFilexdp()
public void setFilexdp(byte[] filexdp)
filexdp - The XDP byte array of the Layout.public Set getTargetAreas()
TargetAreas in the Layout.
TargetAreas in the Layout.public void setTargetAreas(Set targetAreaList)
TargetAreas in the Layout.
targetAreaList - The TargetAreas in the Layout.public Set getFields()
Fields in the Layout.
Fields in the Layout.public void setFields(Set fields)
Fields in the Layout.
fields - The Fields in the Layout.public String getServerFilePath()
public void setServerFilePath(String serverFilePath)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||