|
|||||||||
| 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.ContainerLayout
public class ContainerLayout
POJO for a generic Container Layout (CL) object. It may be classified as Fragment CL etc.
| Field Summary |
|---|
| Fields inherited from class com.adobe.icc.dbforms.obj.Asset |
|---|
ASSET_CLASS, ASSOCIATION_CUTPOINT, FIRST_LEVEL_CUTPOINT, FIRST_LEVEL_WITH_CAT_NAMES_CUTPOINT, HIERARCHY_CUTPOINT |
| Constructor Summary | |
|---|---|
ContainerLayout()
Default constructor. |
|
ContainerLayout(java.lang.String id,
java.lang.String name,
java.lang.String desc,
int state,
long start,
long end,
Category ucat,
Category lcat,
int version,
java.lang.String comment,
java.lang.String lastChangeBy)
Constructor with parameters. |
|
| Method Summary | |
|---|---|
java.util.Set |
getFields()
Get the Fields in the Container Layout. |
java.util.Set |
getTables()
Get the tables in this container layout. |
java.util.Set |
getTargetAreas()
Get the Target Areas in the Container Layout. |
boolean |
isCustomizedLayout()
Get is this container layout customized by user. |
void |
setCustomizedLayout(boolean customizedLayout)
Sets whether the user has customized this container layout. |
void |
setFields(java.util.Set fields)
Sets the Fields in the Container Layout. |
void |
setTables(java.util.Set tables)
Sets tables in this container layout. |
void |
setTargetAreas(java.util.Set targetAreaList)
Sets the Target Areas in the Container Layout. |
| Methods inherited from class com.adobe.icc.dbforms.obj.Asset |
|---|
getActiveEndDate, getActiveStartDate, getComment, getCrxVersion, getDesc, getExtendedProperties, getId, getLastChangeBy, getLastPublishDate, getLastUpdateDate, getLcat, getLocalizationPrefix, getLocalizationResourceInfoList, getName, getState, getUcat, getUpdatedBy, getVersion, setActiveEndDate, setActiveStartDate, setComment, setCrxVersion, setDesc, setExtendedProperties, setId, setLastChangeBy, setLastPublishDate, setLastUpdateDate, setLcat, setLocalizationPrefix, setLocalizationResourceInfoList, setName, setState, setUcat, setUpdatedBy, setVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerLayout()
public ContainerLayout(java.lang.String id,
java.lang.String name,
java.lang.String desc,
int state,
long start,
long end,
Category ucat,
Category lcat,
int version,
java.lang.String comment,
java.lang.String lastChangeBy)
id - id of container layoutname - name of the container layoutdesc - description of container layoutstate - state of container layoutstart - not usedend - not useducat - cateogory of container layoutlcat - subcategory of container layoutversion - not usedcomment - comment for this container layoutlastChangeBy - id of user who last changed this container layout.| Method Detail |
|---|
public java.util.Set getTargetAreas()
public void setTargetAreas(java.util.Set targetAreaList)
targetAreaList - The Target Areas in the Container Layout.public java.util.Set getFields()
public void setFields(java.util.Set fields)
fields - The Fields in the Container Layout.public java.util.Set getTables()
public void setTables(java.util.Set tables)
tables - the tables to setpublic boolean isCustomizedLayout()
public void setCustomizedLayout(boolean customizedLayout)
customizedLayout - the customizedLayout to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||