com.adobe.icc.dbforms.obj
Class ContainerLayout

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.Asset
      extended by com.adobe.icc.dbforms.obj.ContainerLayout
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FragmentLayout, TableRow

public class ContainerLayout
extends Asset
implements Serializable

POJO for a generic Container Layout (CL) object. It may be classified as Fragment CL, Static table CL, etc.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.adobe.icc.dbforms.obj.Asset
ASSET_CLASS, ASSOCIATION_CUTPOINT, FIRST_LEVEL_CUTPOINT, HIERARCHY_CUTPOINT
 
Constructor Summary
ContainerLayout()
           
ContainerLayout(String id, String name, String desc, int state, long start, long end, Category ucat, Category lcat, int version, String comment, String lastChangeBy)
           
 
Method Summary
 Set getFields()
          Get the Fields in the Container Layout.
 Set getTables()
           
 Set getTargetAreas()
          Get the Target Areas in the Container Layout.
 boolean isCustomizedLayout()
           
 void setCustomizedLayout(boolean customizedLayout)
           
 void setFields(Set fields)
          Sets the Fields in the Container Layout.
 void setTables(Set tables)
           
 void setTargetAreas(Set targetAreaList)
          Sets the Target Areas in the Container 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
 

Constructor Detail

ContainerLayout

public ContainerLayout()

ContainerLayout

public ContainerLayout(String id,
                       String name,
                       String desc,
                       int state,
                       long start,
                       long end,
                       Category ucat,
                       Category lcat,
                       int version,
                       String comment,
                       String lastChangeBy)
Method Detail

getTargetAreas

public Set getTargetAreas()
Get the Target Areas in the Container Layout.

Returns:
The Target Areas in the Container Layout.

setTargetAreas

public void setTargetAreas(Set targetAreaList)
Sets the Target Areas in the Container Layout.

Parameters:
targetAreaList - The Target Areas in the Container Layout.

getFields

public Set getFields()
Get the Fields in the Container Layout.

Returns:
The Target Areas in the Container Layout.

setFields

public void setFields(Set fields)
Sets the Fields in the Container Layout.

Parameters:
fields - The Fields in the Container Layout.

getTables

public Set getTables()
Returns:
the tables

setTables

public void setTables(Set tables)
Parameters:
tables - the tables to set

isCustomizedLayout

public boolean isCustomizedLayout()
Returns:
the customizedLayout

setCustomizedLayout

public void setCustomizedLayout(boolean customizedLayout)
Parameters:
customizedLayout - the customizedLayout to set


[an error occurred while processing this directive] [an error occurred while processing this directive]