public class AbstractRestrictionDTO extends CMSItemDTO
| Constructor and Description |
|---|
AbstractRestrictionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractCMSComponentDTO> |
getComponents() |
String |
getDescription() |
Collection<CMSInverseRestrictionDTO> |
getInverseRestrictions() |
Collection<AbstractPageDTO> |
getPages() |
String |
getType() |
String |
getTypeCode() |
void |
setComponents(Collection<AbstractCMSComponentDTO> value) |
void |
setDescription(String value) |
void |
setInverseRestrictions(Collection<CMSInverseRestrictionDTO> value) |
void |
setPages(Collection<AbstractPageDTO> value) |
void |
setType(String value) |
void |
setTypeCode(String value) |
getCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic AbstractRestrictionDTO()
public Collection<AbstractCMSComponentDTO> getComponents()
public String getDescription()
public Collection<CMSInverseRestrictionDTO> getInverseRestrictions()
public Collection<AbstractPageDTO> getPages()
public String getType()
public String getTypeCode()
public void setComponents(Collection<AbstractCMSComponentDTO> value)
public void setDescription(String value)
public void setInverseRestrictions(Collection<CMSInverseRestrictionDTO> value)
public void setPages(Collection<AbstractPageDTO> value)
public void setType(String value)
public void setTypeCode(String value)
Copyright © 2017 SAP SE. All Rights Reserved.