com.adobe.icc.dbforms.obj
Class FragmentLayout

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.Asset
      extended by com.adobe.icc.dbforms.obj.ContainerLayout
          extended by com.adobe.icc.dbforms.obj.FragmentLayout
All Implemented Interfaces:
Serializable

public class FragmentLayout
extends ContainerLayout

Represents a fragment layout. Contains a Form object that contains the actual layoutxdp.

See Also:
Serialized Form

Field Summary
static String ASSOCIATION_CUTPOINT
           
static String FIRST_LEVEL_CUTPOINT
           
static String FRAGMENT_LAYOUT_CLASS
           
static String HIERARCHY_CUTPOINT
           
 
Fields inherited from class com.adobe.icc.dbforms.obj.Asset
ASSET_CLASS
 
Constructor Summary
FragmentLayout()
           
FragmentLayout(String id, String name, String desc, int state, long start, long end, Category ucat, Category lcat, String fileName, int version, String comment, String lastChangeBy)
           
 
Method Summary
 byte[] getConfiguredFilexdp()
           
 String getFileName()
           
 byte[] getFilexdp()
           
 String getServerFilePath()
           
 boolean isFlowedLayout()
           
 void setConfiguredFilexdp(byte[] configuredFilexdp)
           
 void setFileName(String fileName)
           
 void setFilexdp(byte[] filexdp)
           
 void setFlowedLayout(boolean flowedLayout)
           
 void setServerFilePath(String serverFilePath)
           
 
Methods inherited from class com.adobe.icc.dbforms.obj.ContainerLayout
getFields, getTables, getTargetAreas, isCustomizedLayout, setCustomizedLayout, setFields, setTables, setTargetAreas
 
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

FRAGMENT_LAYOUT_CLASS

public static final String FRAGMENT_LAYOUT_CLASS

ASSOCIATION_CUTPOINT

public static final String ASSOCIATION_CUTPOINT

HIERARCHY_CUTPOINT

public static final String HIERARCHY_CUTPOINT

FIRST_LEVEL_CUTPOINT

public static final String FIRST_LEVEL_CUTPOINT
Constructor Detail

FragmentLayout

public FragmentLayout()

FragmentLayout

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

getFilexdp

public byte[] getFilexdp()
Returns:
the filexdp

setFilexdp

public void setFilexdp(byte[] filexdp)
Parameters:
filexdp - the filexdp to set

getConfiguredFilexdp

public byte[] getConfiguredFilexdp()
Returns:
the configuredFilexdp

setConfiguredFilexdp

public void setConfiguredFilexdp(byte[] configuredFilexdp)
Parameters:
configuredFilexdp - the configuredFilexdp to set

getFileName

public String getFileName()
Returns:
the fileName

setFileName

public void setFileName(String fileName)
Parameters:
fileName - the fileName to set

isFlowedLayout

public boolean isFlowedLayout()
Returns:
the flowedLayout

setFlowedLayout

public void setFlowedLayout(boolean flowedLayout)
Parameters:
flowedLayout - the flowedLayout to set

getServerFilePath

public String getServerFilePath()
Returns:
the serverFilePath

setServerFilePath

public void setServerFilePath(String serverFilePath)
Parameters:
serverFilePath - the serverFilePath to set


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