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:
ILocalizable, ILocalizationResourceContainer, java.io.Serializable
Direct Known Subclasses:
FragmentLayout, TableRow

public class ContainerLayout
extends Asset
implements java.io.Serializable

POJO for a generic Container Layout (CL) object. It may be classified as Fragment 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, 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

ContainerLayout

public ContainerLayout()
Default constructor.


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)
Constructor with parameters.

Parameters:
id - id of container layout
name - name of the container layout
desc - description of container layout
state - state of container layout
start - not used
end - not used
ucat - cateogory of container layout
lcat - subcategory of container layout
version - not used
comment - comment for this container layout
lastChangeBy - id of user who last changed this container layout.
Method Detail

getTargetAreas

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

Returns:
The Target Areas in the Container Layout.

setTargetAreas

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

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

getFields

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

Returns:
The Target Areas in the Container Layout.

setFields

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

Parameters:
fields - The Fields in the Container Layout.

getTables

public java.util.Set getTables()
Get the tables in this container layout.

Returns:
the tables

setTables

public void setTables(java.util.Set tables)
Sets tables in this container layout.

Parameters:
tables - the tables to set

isCustomizedLayout

public boolean isCustomizedLayout()
Get is this container layout customized by user.

Returns:
the customizedLayout

setCustomizedLayout

public void setCustomizedLayout(boolean customizedLayout)
Sets whether the user has customized this container layout.

Parameters:
customizedLayout - the customizedLayout to set


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