public class ContainerLayout extends Asset implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
customizedLayout |
protected Set<Field> |
fields |
protected Set<Table> |
tables |
protected Set<TargetArea> |
targetAreas |
activeEndDate, activeStartDate, comment, crxVersion, desc, extendedProperties, folderId, id, lastChangeBy, lastPublishDate, lastPublishedBy, lastReplicationAction, lastUpdateDate, lastVersionDate, lcat, name, state, tags, title, transientProperties, ucat, updatedBy, version
Constructor and Description |
---|
ContainerLayout()
Default constructor.
|
ContainerLayout(String id,
String name,
String desc,
int state,
long start,
long end,
int version,
String comment,
String lastChangeBy)
Constructor with parameters.
|
Modifier and Type | Method and Description |
---|---|
Set<Field> |
getFields()
Get the Fields in the Container Layout.
|
Set<Table> |
getTables()
Get the tables in this container layout.
|
Set<TargetArea> |
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(Set<Field> fields)
Sets the Fields in the Container Layout.
|
void |
setTables(Set<Table> tables)
Sets tables in this container layout.
|
void |
setTargetAreas(Set<TargetArea> targetAreaList)
Sets the Target Areas in the Container Layout.
|
equals, getActiveEndDate, getActiveStartDate, getComment, getCrxVersion, getDesc, getDisplayField, getExtendedProperties, getFolderId, getId, getLastChangeBy, getLastPublishDate, getLastPublishedBy, getLastReplicationAction, getLastUpdateDate, getLastVersionDate, getLcat, getLocalizationPrefix, getLocalizationResourceInfoList, getName, getState, getTags, getTitle, getUcat, getUpdatedBy, getVersion, hashCode, setActiveEndDate, setActiveStartDate, setComment, setCrxVersion, setDesc, setExtendedProperties, setFolderId, setId, setLastChangeBy, setLastPublishDate, setLastPublishedBy, setLastReplicationAction, setLastUpdateDate, setLastVersionDate, setLcat, setLocalizationPrefix, setLocalizationResourceInfoList, setName, setState, setTags, setTitle, setUcat, setUpdatedBy, setVersion
protected Set<TargetArea> targetAreas
protected boolean customizedLayout
public ContainerLayout()
public ContainerLayout(String id, String name, String desc, int state, long start, long end, int version, String comment, String lastChangeBy)
id
- id of container layoutname
- name of the container layoutdesc
- description of container layoutstate
- state of container layoutstart
- not usedend
- not usedversion
- not usedcomment
- comment for this container layoutlastChangeBy
- id of user who last changed this container layout.public Set<TargetArea> getTargetAreas()
public void setTargetAreas(Set<TargetArea> targetAreaList)
targetAreaList
- The Target Areas in the Container Layout.public Set<Field> getFields()
public void setFields(Set<Field> fields)
fields
- The Fields in the Container Layout.public Set<Table> getTables()
public void setTables(Set<Table> tables)
tables
- the tables to setpublic boolean isCustomizedLayout()
public void setCustomizedLayout(boolean customizedLayout)
customizedLayout
- the customizedLayout to setCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.